Class ParameterGroupState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dax
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ParameterGroupState : ResourceArgs
Constructors
View SourceParameterGroupState()
Declaration
public ParameterGroupState()
Properties
View SourceDescription
A description of the parameter group.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the parameter group.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
The parameters of the parameter group.
Declaration
public InputList<ParameterGroupParameterGetArgs> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ParameterGroupParameterGetArgs> |