CfnCustomerGatewayAssociationMixinProps

class aws_cdk.mixins_preview.aws_networkmanager.mixins.CfnCustomerGatewayAssociationMixinProps(*, customer_gateway_arn=None, device_id=None, global_network_id=None, link_id=None)

Bases: object

Properties for CfnCustomerGatewayAssociationPropsMixin.

Parameters:
  • customer_gateway_arn (Optional[str]) – The Amazon Resource Name (ARN) of the customer gateway.

  • device_id (Optional[str]) – The ID of the device.

  • global_network_id (Optional[str]) – The ID of the global network.

  • link_id (Optional[str]) – The ID of the link.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.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_customer_gateway_association_mixin_props = networkmanager_mixins.CfnCustomerGatewayAssociationMixinProps(
    customer_gateway_arn="customerGatewayArn",
    device_id="deviceId",
    global_network_id="globalNetworkId",
    link_id="linkId"
)

Attributes

customer_gateway_arn

The Amazon Resource Name (ARN) of the customer gateway.

See:

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

device_id

The ID of the device.

See:

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

global_network_id

The ID of the global network.

See:

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

The ID of the link.

See:

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