CfnCustomerGatewayAssociationProps
- class aws_cdk.aws_networkmanager.CfnCustomerGatewayAssociationProps(*, customer_gateway_arn, device_id, global_network_id, link_id=None)
Bases:
object
Properties for defining a
CfnCustomerGatewayAssociation
.- Parameters:
customer_gateway_arn (
str
) – The Amazon Resource Name (ARN) of the customer gateway.device_id (
str
) – The ID of the device.global_network_id (
str
) – The ID of the global network.link_id (
Optional
[str
]) – The ID of the link.
- Link:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_networkmanager as networkmanager cfn_customer_gateway_association_props = networkmanager.CfnCustomerGatewayAssociationProps( customer_gateway_arn="customerGatewayArn", device_id="deviceId", global_network_id="globalNetworkId", # the properties below are optional link_id="linkId" )
Attributes
- customer_gateway_arn
The Amazon Resource Name (ARN) of the customer gateway.
- device_id
The ID of the device.
- global_network_id
The ID of the global network.