Service Network Vpc Association Args
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)