Class CfnCluster.LoggingPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnCluster.LoggingPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.LoggingPropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.LoggingPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.LoggingPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.LoggingPropertiesProperty
An implementation for
CfnCluster.LoggingPropertiesProperty
-
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.redshift.CfnCluster.LoggingPropertiesProperty
CfnCluster.LoggingPropertiesProperty.Builder, CfnCluster.LoggingPropertiesProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.LoggingPropertiesProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnCluster.LoggingPropertiesProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnCluster.LoggingPropertiesProperty
The name of an existing S3 bucket where the log files are to be stored.Constraints:
- Must be in the same region as the cluster
- The cluster must have read bucket and put object permissions
- Specified by:
getBucketName
in interfaceCfnCluster.LoggingPropertiesProperty
- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnCluster.LoggingPropertiesProperty
The prefix applied to the log file names.Constraints:
- Cannot exceed 512 characters
- Cannot contain spaces( ), double quotes ("), single quotes ('), a backslash (), or control characters. The hexadecimal codes for invalid characters are:
- x00 to x20
- x22
- x27
- x5c
- x7f or larger
- Specified by:
getS3KeyPrefix
in interfaceCfnCluster.LoggingPropertiesProperty
- See Also:
-
$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()
-