CreateCacheSubnetGroupMessage
public struct CreateCacheSubnetGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description for the cache subnet group.
Declaration
Swift
public let cacheSubnetGroupDescription: String -
A name for the cache subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Example: mysubnetgroup
Declaration
Swift
public let cacheSubnetGroupName: String -
A list of VPC subnet IDs for the cache subnet group.
Declaration
Swift
public let subnetIds: [String] -
Undocumented
Declaration
Swift
public init(cacheSubnetGroupDescription: String, cacheSubnetGroupName: String, subnetIds: [String])
View on GitHub
CreateCacheSubnetGroupMessage Structure Reference