HostVpcConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

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

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: 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

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