You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStarconnections::Types::VpcConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VpcConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  vpc_id: "VpcId", # required
  subnet_ids: ["SubnetId"], # required
  security_group_ids: ["SecurityGroupId"], # required
  tls_certificate: "TlsCertificate",
}

The VPC configuration provisioned for the host.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

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

Returns:

  • (Array<String>)

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

#subnet_idsArray<String>

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

Returns:

  • (Array<String>)

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

#tls_certificateString

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

Returns:

  • (String)

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

#vpc_idString

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

Returns:

  • (String)

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