ServiceNetworkResourceAssociationArgs

data class ServiceNetworkResourceAssociationArgs(val resourceConfigurationId: Output<String>? = null, val serviceNetworkId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ServiceNetworkResourceAssociationArgs>

VpcLattice ServiceNetworkResourceAssociation CFN resource

Constructors

Link copied to clipboard
constructor(resourceConfigurationId: Output<String>? = null, serviceNetworkId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The ID of the resource configuration associated with the service network.

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

The ID of the service network associated with the resource configuration.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A key-value pair to associate with a resource.

Functions

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