DelegatedAdminReference

class aws_cdk.aws_securityhub.DelegatedAdminReference(*, delegated_admin_identifier)

Bases: object

A 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 import aws_securityhub as securityhub

delegated_admin_reference = securityhub.DelegatedAdminReference(
    delegated_admin_identifier="delegatedAdminIdentifier"
)

Attributes

delegated_admin_identifier

The DelegatedAdminIdentifier of the DelegatedAdmin resource.