CfnConnectAttachmentMixinProps

class aws_cdk.mixins_preview.aws_networkmanager.mixins.CfnConnectAttachmentMixinProps(*, core_network_id=None, edge_location=None, network_function_group_name=None, options=None, proposed_network_function_group_change=None, proposed_segment_change=None, tags=None, transport_attachment_id=None)

Bases: object

Properties for CfnConnectAttachmentPropsMixin.

Parameters:
  • core_network_id (Optional[str]) – The ID of the core network where the Connect attachment is located.

  • edge_location (Optional[str]) – The Region where the edge is located.

  • network_function_group_name (Optional[str]) – The name of the network function group.

  • options (Union[IResolvable, ConnectAttachmentOptionsProperty, Dict[str, Any], None]) – Options for connecting an attachment.

  • proposed_network_function_group_change (Union[IResolvable, ProposedNetworkFunctionGroupChangeProperty, Dict[str, Any], None]) – Describes proposed changes to a network function group.

  • proposed_segment_change (Union[IResolvable, ProposedSegmentChangeProperty, Dict[str, Any], None]) – Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – The tags associated with the Connect attachment.

  • transport_attachment_id (Optional[str]) – The ID of the transport attachment.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.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_networkmanager import mixins as networkmanager_mixins

cfn_connect_attachment_mixin_props = networkmanager_mixins.CfnConnectAttachmentMixinProps(
    core_network_id="coreNetworkId",
    edge_location="edgeLocation",
    network_function_group_name="networkFunctionGroupName",
    options=networkmanager_mixins.CfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty(
        protocol="protocol"
    ),
    proposed_network_function_group_change=networkmanager_mixins.CfnConnectAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty(
        attachment_policy_rule_number=123,
        network_function_group_name="networkFunctionGroupName",
        tags=[CfnTag(
            key="key",
            value="value"
        )]
    ),
    proposed_segment_change=networkmanager_mixins.CfnConnectAttachmentPropsMixin.ProposedSegmentChangeProperty(
        attachment_policy_rule_number=123,
        segment_name="segmentName",
        tags=[CfnTag(
            key="key",
            value="value"
        )]
    ),
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    transport_attachment_id="transportAttachmentId"
)

Attributes

core_network_id

The ID of the core network where the Connect attachment is located.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-corenetworkid

edge_location

The Region where the edge is located.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-edgelocation

network_function_group_name

The name of the network function group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-networkfunctiongroupname

options

Options for connecting an attachment.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-options

proposed_network_function_group_change

Describes proposed changes to a network function group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-proposednetworkfunctiongroupchange

proposed_segment_change

Describes a proposed segment change.

In some cases, the segment change must first be evaluated and accepted.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-proposedsegmentchange

tags

The tags associated with the Connect attachment.

See:

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

transport_attachment_id

The ID of the transport attachment.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-transportattachmentid