class Aws::ElastiCache::Types::CreateCacheSecurityGroupMessage
Represents the input of a `CreateCacheSecurityGroup` operation.
@note When making an API call, you may pass CreateCacheSecurityGroupMessage
data as a hash: { cache_security_group_name: "String", # required description: "String", # required tags: [ { key: "String", value: "String", }, ], }
@!attribute [rw] cache_security_group_name
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` @return [String]
@!attribute [rw] description
A description for the cache security group. @return [String]
@!attribute [rw] tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroupMessage AWS API Documentation
Constants
- SENSITIVE