class Aws::MemoryDB::Types::CreateParameterGroupRequest
@note When making an API call, you may pass CreateParameterGroupRequest
data as a hash: { parameter_group_name: "String", # required family: "String", # required description: "String", tags: [ { key: "String", value: "String", }, ], }
@!attribute [rw] parameter_group_name
The name of the parameter group. @return [String]
@!attribute [rw] family
The name of the parameter group family that the parameter group can be used with. @return [String]
@!attribute [rw] description
An optional description of the parameter 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/memorydb-2021-01-01/CreateParameterGroupRequest AWS API Documentation
Constants
- SENSITIVE