ParameterGroup

class ParameterGroup : KotlinCustomResource

The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the parameter group.

Link copied to clipboard
val description: Output<String>?

A description of the parameter group.

Link copied to clipboard
val family: Output<String>

The name of the parameter group family that this parameter group is compatible with.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The name of the parameter group.

Link copied to clipboard
val parameters: Output<Any>?

An map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. Search the CloudFormation User Guide for AWS::MemoryDB::ParameterGroup for more information about the expected schema for this property.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this parameter group.

Link copied to clipboard
val urn: Output<String>