CfnNetworkInsightsAccessScopeAnalysisMixinProps
- class aws_cdk.mixins_preview.aws_ec2.mixins.CfnNetworkInsightsAccessScopeAnalysisMixinProps(*, network_insights_access_scope_id=None, tags=None)
Bases:
objectProperties for CfnNetworkInsightsAccessScopeAnalysisPropsMixin.
- Parameters:
network_insights_access_scope_id (
Optional[str]) – The ID of the Network Access Scope.tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – The tags.
- See:
- 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.mixins_preview.aws_ec2 import mixins as ec2_mixins cfn_network_insights_access_scope_analysis_mixin_props = ec2_mixins.CfnNetworkInsightsAccessScopeAnalysisMixinProps( network_insights_access_scope_id="networkInsightsAccessScopeId", tags=[CfnTag( key="key", value="value" )] )
Attributes
- network_insights_access_scope_id
The ID of the Network Access Scope.