HostVpcConfigurationArgs

data class HostVpcConfigurationArgs(val securityGroupIds: Output<List<String>>, val subnetIds: Output<List<String>>, val tlsCertificate: Output<String>? = null, val vpcId: Output<String>) : ConvertibleToJava<HostVpcConfigurationArgs>

Constructors

Link copied to clipboard
constructor(securityGroupIds: Output<List<String>>, subnetIds: Output<List<String>>, tlsCertificate: Output<String>? = null, vpcId: Output<String>)

Properties

Link copied to clipboard

ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

Link copied to clipboard
val subnetIds: Output<List<String>>

The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

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

The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

Link copied to clipboard
val vpcId: Output<String>

The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

Functions

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