NetworkInsightsAnalysisReference
- class aws_cdk.aws_ec2.NetworkInsightsAnalysisReference(*, network_insights_analysis_arn, network_insights_analysis_id)
Bases:
object
A reference to a NetworkInsightsAnalysis resource.
- Parameters:
network_insights_analysis_arn (
str
) – The ARN of the NetworkInsightsAnalysis resource.network_insights_analysis_id (
str
) – The NetworkInsightsAnalysisId of the NetworkInsightsAnalysis 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_ec2 as ec2 network_insights_analysis_reference = ec2.NetworkInsightsAnalysisReference( network_insights_analysis_arn="networkInsightsAnalysisArn", network_insights_analysis_id="networkInsightsAnalysisId" )
Attributes
- network_insights_analysis_arn
The ARN of the NetworkInsightsAnalysis resource.
- network_insights_analysis_id
The NetworkInsightsAnalysisId of the NetworkInsightsAnalysis resource.