InsightReference
- class aws_cdk.aws_securityhub.InsightReference(*, insight_arn)
Bases:
object
A reference to a Insight resource.
- Parameters:
insight_arn (
str
) – The InsightArn of the Insight 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 insight_reference = securityhub.InsightReference( insight_arn="insightArn" )
Attributes
- insight_arn
The InsightArn of the Insight resource.