DelegatedAdminReference
- class aws_cdk.interfaces.aws_securityhub.DelegatedAdminReference(*, delegated_admin_identifier)
Bases:
objectA reference to a DelegatedAdmin resource.
- Parameters:
delegated_admin_identifier (
str) – The DelegatedAdminIdentifier of the DelegatedAdmin resource.- 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.interfaces import aws_securityhub as interfaces_aws_securityhub delegated_admin_reference = interfaces_aws_securityhub.DelegatedAdminReference( delegated_admin_identifier="delegatedAdminIdentifier" )
Attributes
- delegated_admin_identifier
The DelegatedAdminIdentifier of the DelegatedAdmin resource.