ServiceNetworkVpcAssociationArgs

data class ServiceNetworkVpcAssociationArgs(val securityGroupIds: Output<List<String>>? = null, val serviceNetworkIdentifier: Output<String>? = null, val tags: Output<List<ServiceNetworkVpcAssociationTagArgs>>? = null, val vpcIdentifier: Output<String>? = null) : ConvertibleToJava<ServiceNetworkVpcAssociationArgs>

Associates a VPC with a service network.

Constructors

Link copied to clipboard
fun ServiceNetworkVpcAssociationArgs(securityGroupIds: Output<List<String>>? = null, serviceNetworkIdentifier: Output<String>? = null, tags: Output<List<ServiceNetworkVpcAssociationTagArgs>>? = null, vpcIdentifier: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null
Link copied to clipboard
val serviceNetworkIdentifier: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val vpcIdentifier: Output<String>? = null