AWSElastiCacheSubnetGroup
No description
type AWSElastiCacheSubnetGroup {
arn: String!
description: String!
name: String!
subnets: [AWSElastiCacheSubnet!]!
supportedNetworkTypes: [String!]!
vpc: AWSVPC!
}
Fields
AWSElastiCacheSubnetGroup.arn ● String! non-null scalar
The ARN (Amazon Resource Name) of the cache subnet group.
AWSElastiCacheSubnetGroup.description ● String! non-null scalar
The description of the cache subnet group.
AWSElastiCacheSubnetGroup.name ● String! non-null scalar
The name of the cache subnet group.
AWSElastiCacheSubnetGroup.subnets ● [AWSElastiCacheSubnet!]! non-null object
A list of subnets associated with the cache subnet group.
AWSElastiCacheSubnetGroup.supportedNetworkTypes ● [String!]! non-null scalar
The supported network types The possible values: IPV4, IPV6 or DUAL_STACK
AWSElastiCacheSubnetGroup.vpc ● AWSVPC! non-null object
The VPC
Member of
AWSElastiCacheMemcachedCluster object ● AWSElastiCacheRedisCluster object