CacheSubnetGroup

public struct CacheSubnetGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN (Amazon Resource Name) of the cache subnet group.

    Declaration

    Swift

    public let arn: String?
  • The description of the cache subnet group.

    Declaration

    Swift

    public let cacheSubnetGroupDescription: String?
  • The name of the cache subnet group.

    Declaration

    Swift

    public let cacheSubnetGroupName: String?
  • A list of subnets associated with the cache subnet group.

    Declaration

    Swift

    public let subnets: [Subnet]?
  • The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, cacheSubnetGroupDescription: String? = nil, cacheSubnetGroupName: String? = nil, subnets: [Subnet]? = nil, vpcId: String? = nil)