ParameterGroupState class
Input properties used for looking up and filtering ParameterGroup resources.
Constructors
-
ParameterGroupState({Input<
String?> ? arn, Input<String?> ? description, Input<String?> ? family, Input<String?> ? name, Input<String?> ? namePrefix, Input<List< ? parameters, Input<ParameterGroupParameter> ?>String?> ? region, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new ParameterGroupState.
arnThe ARN of the parameter group.descriptionDescription for the parameter group. Defaults to"Managed by Pulumi".familyThe engine version that the parameter group can be used with.nameName of the parameter group. If omitted, the provider will assign a random, unique name. Conflicts withnamePrefix.namePrefixCreates a unique name beginning with the specified prefix. Conflicts withname.parametersSet of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.const -
ParameterGroupState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
The ARN of the parameter group.
final
-
description
→ Input<
String?> ? -
Description for the parameter group. Defaults to
"Managed by Pulumi".final -
family
→ Input<
String?> ? -
The engine version that the parameter group can be used with.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
Name of the parameter group. If omitted, the provider will assign a random, unique name. Conflicts with
namePrefix.final -
namePrefix
→ Input<
String?> ? -
Creates a unique name beginning with the specified prefix. Conflicts with
name.final -
parameters
→ Input<
List< ?ParameterGroupParameter> ?> -
Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited