Class: Aws::CodeConnections::Types::VpcConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

The VPC configuration provisioned for the host.

Constant Summary collapse

SENSITIVE =
[]

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


1864
1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-codeconnections/types.rb', line 1864

class VpcConfiguration < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :tls_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


1864
1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-codeconnections/types.rb', line 1864

class VpcConfiguration < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :tls_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#tls_certificateString

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

Returns:

  • (String)


1864
1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-codeconnections/types.rb', line 1864

class VpcConfiguration < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :tls_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

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

Returns:

  • (String)


1864
1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-codeconnections/types.rb', line 1864

class VpcConfiguration < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :tls_certificate)
  SENSITIVE = []
  include Aws::Structure
end