@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.491Z") @Stability(value=Stable) public interface CfnLedgerProps 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.qldb.*;
CfnLedgerProps cfnLedgerProps = CfnLedgerProps.builder()
.permissionsMode("permissionsMode")
// the properties below are optional
.deletionProtection(false)
.kmsKey("kmsKey")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLedgerProps.Builder
A builder for
CfnLedgerProps |
static class |
CfnLedgerProps.Jsii$Proxy
An implementation for
CfnLedgerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLedgerProps.Builder |
builder() |
default Object |
getDeletionProtection()
`AWS::QLDB::Ledger.DeletionProtection`.
|
default String |
getKmsKey()
`AWS::QLDB::Ledger.KmsKey`.
|
default String |
getName()
`AWS::QLDB::Ledger.Name`.
|
String |
getPermissionsMode()
`AWS::QLDB::Ledger.PermissionsMode`.
|
default List<CfnTag> |
getTags()
`AWS::QLDB::Ledger.Tags`.
|
@Stability(value=Stable) @Nullable default Object getDeletionProtection()
@Stability(value=Stable) @Nullable default String getKmsKey()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull String getPermissionsMode()
@Stability(value=Stable) static CfnLedgerProps.Builder builder()
CfnLedgerProps.Builder of CfnLedgerPropsCopyright © 2021. All rights reserved.