NetworkInsightsAccessScopeReference
- class aws_cdk.interfaces.aws_ec2.NetworkInsightsAccessScopeReference(*, network_insights_access_scope_arn, network_insights_access_scope_id)
Bases:
objectA 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.interfaces import aws_ec2 as interfaces_aws_ec2 network_insights_access_scope_reference = interfaces_aws_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.