Customer Gateway Association Args
data class CustomerGatewayAssociationArgs(val customerGatewayArn: Output<String>? = null, val deviceId: Output<String>? = null, val globalNetworkId: Output<String>? = null, val linkId: Output<String>? = null) : ConvertibleToJava<CustomerGatewayAssociationArgs>
The AWS::NetworkManager::CustomerGatewayAssociation type associates a customer gateway with a device and optionally, with a link.
Constructors
Link copied to clipboard
fun CustomerGatewayAssociationArgs(customerGatewayArn: Output<String>? = null, deviceId: Output<String>? = null, globalNetworkId: Output<String>? = null, linkId: Output<String>? = null)