Class: Aws::ElastiCache::Types::Subnet

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

Overview

Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneTypes::AvailabilityZone

The Availability Zone associated with the subnet.



9236
9237
9238
9239
9240
9241
9242
9243
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9236

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_identifierString

The unique identifier for the subnet.

Returns:

  • (String)


9236
9237
9238
9239
9240
9241
9242
9243
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9236

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_outpostTypes::SubnetOutpost

The outpost ARN of the subnet.



9236
9237
9238
9239
9240
9241
9242
9243
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9236

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#supported_network_typesArray<String>

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

Returns:

  • (Array<String>)


9236
9237
9238
9239
9240
9241
9242
9243
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9236

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end