Class CfnNamespaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshiftserverless.CfnNamespaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNamespaceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNamespaceProps
@Stability(Stable)
@Internal
public static final class CfnNamespaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNamespaceProps
An implementation for
CfnNamespaceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshiftserverless.CfnNamespaceProps
CfnNamespaceProps.Builder, CfnNamespaceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnNamespaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNamespaceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The username of the administrator for the primary database created in the namespace.final String
The password of the administrator for the primary database created in the namespace.final String
The name of the primary database created in the namespace.final String
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.final String
The name of the snapshot to be created before the namespace is deleted.final Number
How long to retain the final snapshot.A list of IAM roles to associate with the namespace.final String
The ID of the AWS Key Management Service key used to encrypt your data.The types of logs the namespace can export.final String
The name of the namespace.getTags()
The map of the key-value pairs used to tag the namespace.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNamespaceProps.Builder
.
-
-
Method Details
-
getNamespaceName
Description copied from interface:CfnNamespaceProps
The name of the namespace.Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
- Specified by:
getNamespaceName
in interfaceCfnNamespaceProps
-
getAdminUsername
Description copied from interface:CfnNamespaceProps
The username of the administrator for the primary database created in the namespace.- Specified by:
getAdminUsername
in interfaceCfnNamespaceProps
-
getAdminUserPassword
Description copied from interface:CfnNamespaceProps
The password of the administrator for the primary database created in the namespace.- Specified by:
getAdminUserPassword
in interfaceCfnNamespaceProps
-
getDbName
Description copied from interface:CfnNamespaceProps
The name of the primary database created in the namespace.- Specified by:
getDbName
in interfaceCfnNamespaceProps
-
getDefaultIamRoleArn
Description copied from interface:CfnNamespaceProps
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.- Specified by:
getDefaultIamRoleArn
in interfaceCfnNamespaceProps
-
getFinalSnapshotName
Description copied from interface:CfnNamespaceProps
The name of the snapshot to be created before the namespace is deleted.- Specified by:
getFinalSnapshotName
in interfaceCfnNamespaceProps
-
getFinalSnapshotRetentionPeriod
Description copied from interface:CfnNamespaceProps
How long to retain the final snapshot.- Specified by:
getFinalSnapshotRetentionPeriod
in interfaceCfnNamespaceProps
-
getIamRoles
Description copied from interface:CfnNamespaceProps
A list of IAM roles to associate with the namespace.- Specified by:
getIamRoles
in interfaceCfnNamespaceProps
-
getKmsKeyId
Description copied from interface:CfnNamespaceProps
The ID of the AWS Key Management Service key used to encrypt your data.- Specified by:
getKmsKeyId
in interfaceCfnNamespaceProps
-
getLogExports
Description copied from interface:CfnNamespaceProps
The types of logs the namespace can export.Available export types are
userlog
,connectionlog
, anduseractivitylog
.- Specified by:
getLogExports
in interfaceCfnNamespaceProps
-
getTags
Description copied from interface:CfnNamespaceProps
The map of the key-value pairs used to tag the namespace.- Specified by:
getTags
in interfaceCfnNamespaceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-