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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshiftserverless.CfnNamespaceProps
CfnNamespaceProps.Builder, CfnNamespaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNamespaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNamespaceProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.final StringThe username of the administrator for the primary database created in the namespace.final StringThe password of the administrator for the primary database created in the namespace.final StringThe name of the primary database created in the namespace.final StringThe Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.final StringThe name of the snapshot to be created before the namespace is deleted.final NumberHow long to retain the final snapshot.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 ObjectIf true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials.final StringThe name of the namespace.final ObjectThe resource policy that will be attached to the namespace.final StringThe ARN for the Redshift application that integrates with IAM Identity Center.final ObjectThe snapshot copy configurations for the namespace.getTags()The map of the key-value pairs used to tag the namespace.final inthashCode()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:CfnNamespacePropsThe 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 interfaceCfnNamespaceProps- See Also:
-
getAdminPasswordSecretKmsKeyId
Description copied from interface:CfnNamespacePropsThe ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.You can only use this parameter if
ManageAdminPasswordistrue.- Specified by:
getAdminPasswordSecretKmsKeyIdin interfaceCfnNamespaceProps- See Also:
-
getAdminUsername
Description copied from interface:CfnNamespacePropsThe username of the administrator for the primary database created in the namespace.- Specified by:
getAdminUsernamein interfaceCfnNamespaceProps- See Also:
-
getAdminUserPassword
Description copied from interface:CfnNamespacePropsThe password of the administrator for the primary database created in the namespace.- Specified by:
getAdminUserPasswordin interfaceCfnNamespaceProps- See Also:
-
getDbName
Description copied from interface:CfnNamespacePropsThe name of the primary database created in the namespace.- Specified by:
getDbNamein interfaceCfnNamespaceProps- See Also:
-
getDefaultIamRoleArn
Description copied from interface:CfnNamespacePropsThe Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.- Specified by:
getDefaultIamRoleArnin interfaceCfnNamespaceProps- See Also:
-
getFinalSnapshotName
Description copied from interface:CfnNamespacePropsThe name of the snapshot to be created before the namespace is deleted.- Specified by:
getFinalSnapshotNamein interfaceCfnNamespaceProps- See Also:
-
getFinalSnapshotRetentionPeriod
Description copied from interface:CfnNamespacePropsHow long to retain the final snapshot.- Specified by:
getFinalSnapshotRetentionPeriodin interfaceCfnNamespaceProps- See Also:
-
getIamRoles
Description copied from interface:CfnNamespacePropsA list of IAM roles to associate with the namespace.- Specified by:
getIamRolesin interfaceCfnNamespaceProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnNamespacePropsThe ID of the AWS Key Management Service key used to encrypt your data.- Specified by:
getKmsKeyIdin interfaceCfnNamespaceProps- See Also:
-
getLogExports
Description copied from interface:CfnNamespacePropsThe types of logs the namespace can export.Available export types are
userlog,connectionlog, anduseractivitylog.- Specified by:
getLogExportsin interfaceCfnNamespaceProps- See Also:
-
getManageAdminPassword
Description copied from interface:CfnNamespacePropsIf true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials.You can't use
AdminUserPasswordifManageAdminPasswordis true. IfManageAdminPasswordisfalseor not set, Amazon Redshift usesAdminUserPasswordfor the admin user account's password.Returns union: either
BooleanorIResolvable- Specified by:
getManageAdminPasswordin interfaceCfnNamespaceProps- See Also:
-
getNamespaceResourcePolicy
Description copied from interface:CfnNamespacePropsThe resource policy that will be attached to the namespace.- Specified by:
getNamespaceResourcePolicyin interfaceCfnNamespaceProps- See Also:
-
getRedshiftIdcApplicationArn
Description copied from interface:CfnNamespacePropsThe ARN for the Redshift application that integrates with IAM Identity Center.- Specified by:
getRedshiftIdcApplicationArnin interfaceCfnNamespaceProps- See Also:
-
getSnapshotCopyConfigurations
Description copied from interface:CfnNamespacePropsThe snapshot copy configurations for the namespace.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNamespace.SnapshotCopyConfigurationProperty>- Specified by:
getSnapshotCopyConfigurationsin interfaceCfnNamespaceProps- See Also:
-
getTags
Description copied from interface:CfnNamespacePropsThe map of the key-value pairs used to tag the namespace.- Specified by:
getTagsin interfaceCfnNamespaceProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-