@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.474Z") @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.elasticache.*;
CfnParameterGroupProps cfnParameterGroupProps = CfnParameterGroupProps.builder()
.cacheParameterGroupFamily("cacheParameterGroupFamily")
.description("description")
// the properties below are optional
.properties(Map.of(
"propertiesKey", "properties"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.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() |
String |
getCacheParameterGroupFamily()
`AWS::ElastiCache::ParameterGroup.CacheParameterGroupFamily`.
|
String |
getDescription()
`AWS::ElastiCache::ParameterGroup.Description`.
|
default Object |
getProperties()
`AWS::ElastiCache::ParameterGroup.Properties`.
|
default List<CfnTag> |
getTags()
`AWS::ElastiCache::ParameterGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getCacheParameterGroupFamily()
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @Nullable default Object getProperties()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnParameterGroupProps.Builder builder()
CfnParameterGroupProps.Builder of CfnParameterGroupPropsCopyright © 2021. All rights reserved.