CreateCacheSecurityGroupMessage

public struct CreateCacheSecurityGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A name for the cache security group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word “Default”. Example: mysecuritygroup

    Declaration

    Swift

    public let cacheSecurityGroupName: String
  • A description for the cache security group.

    Declaration

    Swift

    public let description: String
  • Undocumented

    Declaration

    Swift

    public init(cacheSecurityGroupName: String, description: String)