Class CfnNamespace.NamespaceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshiftserverless.CfnNamespace.NamespaceProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnNamespace.NamespaceProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnNamespace.NamespaceProperty
@Stability(Stable)
@Internal
public static final class CfnNamespace.NamespaceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNamespace.NamespaceProperty
An implementation for 
CfnNamespace.NamespaceProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshiftserverless.CfnNamespace.NamespacePropertyCfnNamespace.NamespaceProperty.Builder, CfnNamespace.NamespaceProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNamespace.NamespaceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe username of the administrator for the first database created in the namespace.final StringThe date of when the namespace was created.final StringThe name of the first database created in the namespace.final StringThe Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.A list of IAM roles to associate with the namespace.final StringThe ID of the AWS Key Management Service key used to encrypt your data.The types of logs the namespace can export.final StringThe Amazon Resource Name (ARN) associated with a namespace.final StringThe unique identifier of a namespace.final StringThe name of the namespace.final StringThe status of the namespace.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnNamespace.NamespaceProperty.Builder.
 
- 
- 
Method Details- 
getAdminUsernameDescription copied from interface:CfnNamespace.NamespacePropertyThe username of the administrator for the first database created in the namespace.- Specified by:
- getAdminUsernamein interface- CfnNamespace.NamespaceProperty
 
- 
getCreationDateDescription copied from interface:CfnNamespace.NamespacePropertyThe date of when the namespace was created.- Specified by:
- getCreationDatein interface- CfnNamespace.NamespaceProperty
 
- 
getDbNameDescription copied from interface:CfnNamespace.NamespacePropertyThe name of the first database created in the namespace.- Specified by:
- getDbNamein interface- CfnNamespace.NamespaceProperty
 
- 
getDefaultIamRoleArnDescription copied from interface:CfnNamespace.NamespacePropertyThe Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.- Specified by:
- getDefaultIamRoleArnin interface- CfnNamespace.NamespaceProperty
 
- 
getIamRolesDescription copied from interface:CfnNamespace.NamespacePropertyA list of IAM roles to associate with the namespace.- Specified by:
- getIamRolesin interface- CfnNamespace.NamespaceProperty
 
- 
getKmsKeyIdDescription copied from interface:CfnNamespace.NamespacePropertyThe ID of the AWS Key Management Service key used to encrypt your data.- Specified by:
- getKmsKeyIdin interface- CfnNamespace.NamespaceProperty
 
- 
getLogExportsDescription copied from interface:CfnNamespace.NamespacePropertyThe types of logs the namespace can export.Available export types are User log, Connection log, and User activity log. - Specified by:
- getLogExportsin interface- CfnNamespace.NamespaceProperty
 
- 
getNamespaceArnDescription copied from interface:CfnNamespace.NamespacePropertyThe Amazon Resource Name (ARN) associated with a namespace.- Specified by:
- getNamespaceArnin interface- CfnNamespace.NamespaceProperty
 
- 
getNamespaceIdDescription copied from interface:CfnNamespace.NamespacePropertyThe unique identifier of a namespace.- Specified by:
- getNamespaceIdin interface- CfnNamespace.NamespaceProperty
 
- 
getNamespaceNameDescription copied from interface:CfnNamespace.NamespacePropertyThe 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:
- getNamespaceNamein interface- CfnNamespace.NamespaceProperty
 
- 
getStatusDescription copied from interface:CfnNamespace.NamespacePropertyThe status of the namespace.- Specified by:
- getStatusin interface- CfnNamespace.NamespaceProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-