@Stability(value=Stable)
public static interface CfnDatabase.RelationalDatabaseParameterProperty
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.lightsail.*;
RelationalDatabaseParameterProperty relationalDatabaseParameterProperty = RelationalDatabaseParameterProperty.builder()
.allowedValues("allowedValues")
.applyMethod("applyMethod")
.applyType("applyType")
.dataType("dataType")
.description("description")
.isModifiable(false)
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatabase.RelationalDatabaseParameterProperty.Builder
A builder for
CfnDatabase.RelationalDatabaseParameterProperty |
static class |
CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
An implementation for
CfnDatabase.RelationalDatabaseParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatabase.RelationalDatabaseParameterProperty.Builder |
builder() |
default String |
getAllowedValues()
The valid range of values for the parameter.
|
default String |
getApplyMethod()
Indicates when parameter updates are applied.
|
default String |
getApplyType()
Specifies the engine-specific parameter type.
|
default String |
getDataType()
The valid data type of the parameter.
|
default String |
getDescription()
A description of the parameter.
|
default Object |
getIsModifiable()
A Boolean value indicating whether the parameter can be modified.
|
default String |
getParameterName()
The name of the parameter.
|
default String |
getParameterValue()
The value for the parameter.
|
@Stability(value=Stable) @Nullable default String getAllowedValues()
@Stability(value=Stable) @Nullable default String getApplyMethod()
Can be immediate or pending-reboot .
@Stability(value=Stable) @Nullable default String getApplyType()
@Stability(value=Stable) @Nullable default String getDataType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getIsModifiable()
@Stability(value=Stable) @Nullable default String getParameterName()
@Stability(value=Stable) @Nullable default String getParameterValue()
@Stability(value=Stable) static CfnDatabase.RelationalDatabaseParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.