CfnOrganizationAdminProps
- class aws_cdk.aws_detective.CfnOrganizationAdminProps(*, account_id)
Bases:
object
Properties for defining a
CfnOrganizationAdmin
.- Parameters:
account_id (
str
) – The AWS account identifier of the account to designate as the Detective administrator account for the organization.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_detective as detective cfn_organization_admin_props = detective.CfnOrganizationAdminProps( account_id="accountId" )
Attributes
- account_id
The AWS account identifier of the account to designate as the Detective administrator account for the organization.