class Aws::CodeStarconnections::Types::VpcConfiguration
The VPC configuration provisioned for the host.
@note When making an API call, you may pass VpcConfiguration
data as a hash: { vpc_id: "VpcId", # required subnet_ids: ["SubnetId"], # required security_group_ids: ["SecurityGroupId"], # required tls_certificate: "TlsCertificate", }
@!attribute [rw] vpc_id
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed. @return [String]
@!attribute [rw] subnet_ids
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed. @return [Array<String>]
@!attribute [rw] security_group_ids
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed. @return [Array<String>]
@!attribute [rw] tls_certificate
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/VpcConfiguration AWS API Documentation
Constants
- SENSITIVE