CfnNetworkInsightsAccessScopeAnalysisMixinProps

class aws_cdk.mixins_preview.aws_ec2.mixins.CfnNetworkInsightsAccessScopeAnalysisMixinProps(*, network_insights_access_scope_id=None, tags=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.html#cfn-ec2-networkinsightsaccessscopeanalysis-networkinsightsaccessscopeid

tags

The tags.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.html#cfn-ec2-networkinsightsaccessscopeanalysis-tags