NetworkInsightsAccessScopeReference
- class aws_cdk.aws_ec2.NetworkInsightsAccessScopeReference(*, network_insights_access_scope_arn, network_insights_access_scope_id)
Bases:
object
A reference to a NetworkInsightsAccessScope resource.
- Parameters:
network_insights_access_scope_arn (
str
) – The ARN of the NetworkInsightsAccessScope resource.network_insights_access_scope_id (
str
) – The NetworkInsightsAccessScopeId of the NetworkInsightsAccessScope 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_access_scope_reference = ec2.NetworkInsightsAccessScopeReference( network_insights_access_scope_arn="networkInsightsAccessScopeArn", network_insights_access_scope_id="networkInsightsAccessScopeId" )
Attributes
- network_insights_access_scope_arn
The ARN of the NetworkInsightsAccessScope resource.
- network_insights_access_scope_id
The NetworkInsightsAccessScopeId of the NetworkInsightsAccessScope resource.