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
ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of an existing S3 bucket where the log files are to be stored.final String
The log destination type.The collection of exported log types.final String
The prefix applied to the log file names.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 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:
-
getLogDestinationType
Description copied from interface:CfnCluster.LoggingPropertiesProperty
The log destination type.An enum with possible values of
s3
andcloudwatch
.- Specified by:
getLogDestinationType
in interfaceCfnCluster.LoggingPropertiesProperty
- See Also:
-
getLogExports
Description copied from interface:CfnCluster.LoggingPropertiesProperty
The collection of exported log types.Possible values are
connectionlog
,useractivitylog
, anduserlog
.- Specified by:
getLogExports
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()
-