@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.906Z") @Stability(value=Stable) public interface CfnParameterGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dax.*;
Object parameterNameValues;
CfnParameterGroupProps cfnParameterGroupProps = CfnParameterGroupProps.builder()
.description("description")
.parameterGroupName("parameterGroupName")
.parameterNameValues(parameterNameValues)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnParameterGroupProps.Builder
A builder for
CfnParameterGroupProps |
static class |
CfnParameterGroupProps.Jsii$Proxy
An implementation for
CfnParameterGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnParameterGroupProps.Builder |
builder() |
default String |
getDescription()
A description of the parameter group.
|
default String |
getParameterGroupName()
The name of the parameter group.
|
default Object |
getParameterNameValues()
An array of name-value pairs for the parameters in the group.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getParameterGroupName()
@Stability(value=Stable) @Nullable default Object getParameterNameValues()
Each element in the array represents a single parameter.
record-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings .
@Stability(value=Stable) static CfnParameterGroupProps.Builder builder()
CfnParameterGroupProps.Builder of CfnParameterGroupPropsCopyright © 2022. All rights reserved.