CustomerGatewayAssociationArgs

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
constructor(customerGatewayArn: Output<String>? = null, deviceId: Output<String>? = null, globalNetworkId: Output<String>? = null, linkId: Output<String>? = null)

Properties

Link copied to clipboard
val customerGatewayArn: Output<String>? = null

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

Link copied to clipboard
val deviceId: Output<String>? = null

The ID of the device

Link copied to clipboard
val globalNetworkId: Output<String>? = null

The ID of the global network.

Link copied to clipboard
val linkId: Output<String>? = null

The ID of the link

Functions

Link copied to clipboard
open override fun toJava(): CustomerGatewayAssociationArgs