@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.500Z") @Stability(value=Stable) public interface ParameterGroupClusterBindOptions extends software.amazon.jsii.JsiiSerializable
IParameterGroup.bindToCluster. Empty for now, but can be extended later.
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.rds.*; ParameterGroupClusterBindOptions parameterGroupClusterBindOptions = ParameterGroupClusterBindOptions.builder().build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParameterGroupClusterBindOptions.Builder
A builder for
ParameterGroupClusterBindOptions |
static class |
ParameterGroupClusterBindOptions.Jsii$Proxy
An implementation for
ParameterGroupClusterBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static ParameterGroupClusterBindOptions.Builder |
builder() |
@Stability(value=Stable) static ParameterGroupClusterBindOptions.Builder builder()
Copyright © 2022. All rights reserved.