@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.552Z") @Stability(value=Stable) public interface CfnNamespaceProps 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.redshiftserverless.*;
CfnNamespaceProps cfnNamespaceProps = CfnNamespaceProps.builder()
.namespaceName("namespaceName")
// the properties below are optional
.adminUsername("adminUsername")
.adminUserPassword("adminUserPassword")
.dbName("dbName")
.defaultIamRoleArn("defaultIamRoleArn")
.finalSnapshotName("finalSnapshotName")
.finalSnapshotRetentionPeriod(123)
.iamRoles(List.of("iamRoles"))
.kmsKeyId("kmsKeyId")
.logExports(List.of("logExports"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNamespaceProps.Builder
A builder for
CfnNamespaceProps |
static class |
CfnNamespaceProps.Jsii$Proxy
An implementation for
CfnNamespaceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNamespaceProps.Builder |
builder() |
default String |
getAdminUsername()
`AWS::RedshiftServerless::Namespace.AdminUsername`.
|
default String |
getAdminUserPassword()
`AWS::RedshiftServerless::Namespace.AdminUserPassword`.
|
default String |
getDbName()
`AWS::RedshiftServerless::Namespace.DbName`.
|
default String |
getDefaultIamRoleArn()
`AWS::RedshiftServerless::Namespace.DefaultIamRoleArn`.
|
default String |
getFinalSnapshotName()
`AWS::RedshiftServerless::Namespace.FinalSnapshotName`.
|
default Number |
getFinalSnapshotRetentionPeriod()
`AWS::RedshiftServerless::Namespace.FinalSnapshotRetentionPeriod`.
|
default List<String> |
getIamRoles()
`AWS::RedshiftServerless::Namespace.IamRoles`.
|
default String |
getKmsKeyId()
`AWS::RedshiftServerless::Namespace.KmsKeyId`.
|
default List<String> |
getLogExports()
`AWS::RedshiftServerless::Namespace.LogExports`.
|
String |
getNamespaceName()
`AWS::RedshiftServerless::Namespace.NamespaceName`.
|
default List<CfnTag> |
getTags()
`AWS::RedshiftServerless::Namespace.Tags`.
|
@Stability(value=Stable) @NotNull String getNamespaceName()
@Stability(value=Stable) @Nullable default String getAdminUsername()
@Stability(value=Stable) @Nullable default String getAdminUserPassword()
@Stability(value=Stable) @Nullable default String getDbName()
@Stability(value=Stable) @Nullable default String getDefaultIamRoleArn()
@Stability(value=Stable) @Nullable default String getFinalSnapshotName()
@Stability(value=Stable) @Nullable default Number getFinalSnapshotRetentionPeriod()
@Stability(value=Stable) @Nullable default List<String> getIamRoles()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default List<String> getLogExports()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnNamespaceProps.Builder builder()
CfnNamespaceProps.Builder of CfnNamespacePropsCopyright © 2022. All rights reserved.