AWS::SecurityHub::DelegatedAdminThe AWS::SecurityHub::DelegatedAdmin resource designates the delegated ASHlong administrator account for an organization. You must enable the integration between ASH and AOlong before you can designate a delegated ASH administrator. Only the management account for an organization can designate the delegated ASH administrator account. For more information, see [Designating the delegated administrator](https://docs.aws.amazon.com/securityhub/latest/userguide/designate-orgs-admin-account.htm...
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AdminAccountId | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DelegatedAdminIdentifier | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::DelegatedAdmin
Resources:
MyResource:
Type: AWS::SecurityHub::DelegatedAdmin
Properties:
AdminAccountId: "my-adminaccountid"Permissions CloudFormation needs in your IAM role to manage this resource.
securityhub:EnableOrganizationAdminAccountorganizations:DescribeOrganizationorganizations:EnableAWSServiceAccessorganizations:RegisterDelegatedAdministratorsecurityhub:ListOrganizationAdminAccountsorganizations:DescribeOrganizationsecurityhub:DisableOrganizationAdminAccountorganizations:DescribeOrganizationsecurityhub:ListOrganizationAdminAccountsorganizations:DescribeOrganizationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDelegatedAdminIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AdminAccountId