CfnDirectConnectGatewayAssociationMixinProps

class aws_cdk.mixins_preview.aws_directconnect.mixins.CfnDirectConnectGatewayAssociationMixinProps(*, accept_direct_connect_gateway_association_proposal_role_arn=None, allowed_prefixes_to_direct_connect_gateway=None, associated_gateway_id=None, direct_connect_gateway_id=None)

Bases: object

Properties for CfnDirectConnectGatewayAssociationPropsMixin.

Parameters:
  • accept_direct_connect_gateway_association_proposal_role_arn (Optional[str]) – The Amazon Resource Name (ARN) of the role to accept the Direct Connect Gateway association proposal. Needs directconnect:AcceptDirectConnectGatewayAssociationProposal permissions.

  • allowed_prefixes_to_direct_connect_gateway (Optional[Sequence[str]]) – The Amazon VPC prefixes to advertise to the Direct Connect gateway. This parameter is required when you create an association to a transit gateway.

  • associated_gateway_id (Optional[str])

  • direct_connect_gateway_id (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgatewayassociation.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_directconnect import mixins as directconnect_mixins

cfn_direct_connect_gateway_association_mixin_props = directconnect_mixins.CfnDirectConnectGatewayAssociationMixinProps(
    accept_direct_connect_gateway_association_proposal_role_arn="acceptDirectConnectGatewayAssociationProposalRoleArn",
    allowed_prefixes_to_direct_connect_gateway=["allowedPrefixesToDirectConnectGateway"],
    associated_gateway_id="associatedGatewayId",
    direct_connect_gateway_id="directConnectGatewayId"
)

Attributes

accept_direct_connect_gateway_association_proposal_role_arn

The Amazon Resource Name (ARN) of the role to accept the Direct Connect Gateway association proposal.

Needs directconnect:AcceptDirectConnectGatewayAssociationProposal permissions.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgatewayassociation.html#cfn-directconnect-directconnectgatewayassociation-acceptdirectconnectgatewayassociationproposalrolearn

allowed_prefixes_to_direct_connect_gateway

The Amazon VPC prefixes to advertise to the Direct Connect gateway.

This parameter is required when you create an association to a transit gateway.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgatewayassociation.html#cfn-directconnect-directconnectgatewayassociation-allowedprefixestodirectconnectgateway

associated_gateway_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgatewayassociation.html#cfn-directconnect-directconnectgatewayassociation-associatedgatewayid

Type:

see

direct_connect_gateway_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgatewayassociation.html#cfn-directconnect-directconnectgatewayassociation-directconnectgatewayid

Type:

see