CacheParameterGroup
public struct CacheParameterGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN (Amazon Resource Name) of the cache parameter group.
Declaration
Swift
public let arn: String?
-
The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |
Declaration
Swift
public let cacheParameterGroupFamily: String?
-
The name of the cache parameter group.
Declaration
Swift
public let cacheParameterGroupName: String?
-
The description for this cache parameter group.
Declaration
Swift
public let description: String?
-
Indicates whether the parameter group is associated with a Global Datastore
Declaration
Swift
public let isGlobal: Bool?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, cacheParameterGroupFamily: String? = nil, cacheParameterGroupName: String? = nil, description: String? = nil, isGlobal: Bool? = nil)