CfnNetworkInsightsAccessScopeAnalysisProps
- class aws_cdk.aws_ec2.CfnNetworkInsightsAccessScopeAnalysisProps(*, network_insights_access_scope_id, tags=None)
Bases:
object
Properties for defining a
CfnNetworkInsightsAccessScopeAnalysis
.- Parameters:
network_insights_access_scope_id (
str
) – The ID of the Network Access Scope.tags (
Optional
[Sequence
[Union
[CfnTag
,Dict
[str
,Any
]]]]) – The tags.
- Link:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_ec2 as ec2 cfn_network_insights_access_scope_analysis_props = ec2.CfnNetworkInsightsAccessScopeAnalysisProps( network_insights_access_scope_id="networkInsightsAccessScopeId", # the properties below are optional tags=[CfnTag( key="key", value="value" )] )
Attributes
- network_insights_access_scope_id
The ID of the Network Access Scope.