Class: Aws::Types::TransitGatewayOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


18738
18739
18740
# File 'sig/types.rbs', line 18738

def amazon_side_asn
  @amazon_side_asn
end

#association_default_route_table_id::String

Returns the value of attribute association_default_route_table_id.

Returns:

  • (::String)


18742
18743
18744
# File 'sig/types.rbs', line 18742

def association_default_route_table_id
  @association_default_route_table_id
end

#auto_accept_shared_attachments"enable", "disable"

Returns the value of attribute auto_accept_shared_attachments.

Returns:

  • ("enable", "disable")


18740
18741
18742
# File 'sig/types.rbs', line 18740

def auto_accept_shared_attachments
  @auto_accept_shared_attachments
end

#default_route_table_association"enable", "disable"

Returns the value of attribute default_route_table_association.

Returns:

  • ("enable", "disable")


18741
18742
18743
# File 'sig/types.rbs', line 18741

def default_route_table_association
  @default_route_table_association
end

#default_route_table_propagation"enable", "disable"

Returns the value of attribute default_route_table_propagation.

Returns:

  • ("enable", "disable")


18743
18744
18745
# File 'sig/types.rbs', line 18743

def default_route_table_propagation
  @default_route_table_propagation
end

#dns_support"enable", "disable"

Returns the value of attribute dns_support.

Returns:

  • ("enable", "disable")


18746
18747
18748
# File 'sig/types.rbs', line 18746

def dns_support
  @dns_support
end

#encryption_supportTypes::EncryptionSupport

Returns the value of attribute encryption_support.



18749
18750
18751
# File 'sig/types.rbs', line 18749

def encryption_support
  @encryption_support
end

#multicast_support"enable", "disable"

Returns the value of attribute multicast_support.

Returns:

  • ("enable", "disable")


18748
18749
18750
# File 'sig/types.rbs', line 18748

def multicast_support
  @multicast_support
end

#propagation_default_route_table_id::String

Returns the value of attribute propagation_default_route_table_id.

Returns:

  • (::String)


18744
18745
18746
# File 'sig/types.rbs', line 18744

def propagation_default_route_table_id
  @propagation_default_route_table_id
end

#security_group_referencing_support"enable", "disable"

Returns the value of attribute security_group_referencing_support.

Returns:

  • ("enable", "disable")


18747
18748
18749
# File 'sig/types.rbs', line 18747

def security_group_referencing_support
  @security_group_referencing_support
end

#transit_gateway_cidr_blocks::Array[::String]

Returns the value of attribute transit_gateway_cidr_blocks.

Returns:

  • (::Array[::String])


18739
18740
18741
# File 'sig/types.rbs', line 18739

def transit_gateway_cidr_blocks
  @transit_gateway_cidr_blocks
end

#vpn_ecmp_support"enable", "disable"

Returns the value of attribute vpn_ecmp_support.

Returns:

  • ("enable", "disable")


18745
18746
18747
# File 'sig/types.rbs', line 18745

def vpn_ecmp_support
  @vpn_ecmp_support
end