StandardReference
- class aws_cdk.aws_securityhub.StandardReference(*, standards_subscription_arn)
Bases:
object
A reference to a Standard resource.
- Parameters:
standards_subscription_arn (
str
) – The StandardsSubscriptionArn of the Standard 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 standard_reference = securityhub.StandardReference( standards_subscription_arn="standardsSubscriptionArn" )
Attributes
- standards_subscription_arn
The StandardsSubscriptionArn of the Standard resource.