Class: Aws::EC2::Types::CreateTransitGatewayVpcAttachmentRequestOptions

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

Overview

Describes the options for a VPC attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appliance_mode_support ⇒ String

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

Returns:

  • (String)


17272
17273
17274
17275
17276
17277
17278
17279
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17272

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

#dns_support ⇒ String

Enable or disable DNS support. The default is enable.

Returns:

  • (String)


17272
17273
17274
17275
17276
17277
17278
17279
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17272

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

#ipv_6_support ⇒ String

Specifies whether IPv6 support is enabled for the attachment. When enabled, the transit gateway network interface receives an IPv6 address. When you enable route propagation, IPv6 VPC CIDRs propagate to the transit gateway route tables. When disabled, the network interface does not receive an IPv6 address, and IPv6 routes do not propagate. The setting does not filter IPv6 traffic. The default is disable.

Returns:

  • (String)


17272
17273
17274
17275
17276
17277
17278
17279
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17272

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

#security_group_referencing_support ⇒ String

Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.

This option is set to enable by default. However, at the transit gateway level the default is set to disable.

For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.

Returns:

  • (String)


17272
17273
17274
17275
17276
17277
17278
17279
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17272

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