Class: Aws::EC2::Types::TransitGatewayVpcAttachmentOptions

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

Overview

Describes the VPC attachment options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appliance_mode_supportString

Indicates whether appliance mode support is enabled.

Returns:

  • (String)


65008
65009
65010
65011
65012
65013
65014
65015
# File 'lib/aws-sdk-ec2/types.rb', line 65008

class TransitGatewayVpcAttachmentOptions < Struct.new(
  :dns_support,
  :security_group_referencing_support,
  :ipv_6_support,
  :appliance_mode_support)
  SENSITIVE = []
  include Aws::Structure
end

#dns_supportString

Indicates whether DNS support is enabled.

Returns:

  • (String)


65008
65009
65010
65011
65012
65013
65014
65015
# File 'lib/aws-sdk-ec2/types.rb', line 65008

class TransitGatewayVpcAttachmentOptions < Struct.new(
  :dns_support,
  :security_group_referencing_support,
  :ipv_6_support,
  :appliance_mode_support)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_supportString

Indicates whether IPv6 support is disabled.

Returns:

  • (String)


65008
65009
65010
65011
65012
65013
65014
65015
# File 'lib/aws-sdk-ec2/types.rb', line 65008

class TransitGatewayVpcAttachmentOptions < Struct.new(
  :dns_support,
  :security_group_referencing_support,
  :ipv_6_support,
  :appliance_mode_support)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_referencing_supportString

For important information about this feature, see [Create a transit gateway attachment to a VPC] in the *Amazon Web Services Transit Gateway Guide*.

[1]: docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment

Returns:

  • (String)


65008
65009
65010
65011
65012
65013
65014
65015
# File 'lib/aws-sdk-ec2/types.rb', line 65008

class TransitGatewayVpcAttachmentOptions < Struct.new(
  :dns_support,
  :security_group_referencing_support,
  :ipv_6_support,
  :appliance_mode_support)
  SENSITIVE = []
  include Aws::Structure
end