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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnCluster.LoggingPropertiesProperty
CfnCluster.LoggingPropertiesProperty.Builder, CfnCluster.LoggingPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.LoggingPropertiesProperty.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 name of an existing S3 bucket where the log files are to be stored.final StringThe log destination type.The collection of exported log types.final StringThe prefix applied to the log file names.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 theCfnCluster.LoggingPropertiesProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnCluster.LoggingPropertiesPropertyThe 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:
getBucketNamein interfaceCfnCluster.LoggingPropertiesProperty- See Also:
-
getLogDestinationType
Description copied from interface:CfnCluster.LoggingPropertiesPropertyThe log destination type.An enum with possible values of
s3andcloudwatch.- Specified by:
getLogDestinationTypein interfaceCfnCluster.LoggingPropertiesProperty- See Also:
-
getLogExports
Description copied from interface:CfnCluster.LoggingPropertiesPropertyThe collection of exported log types.Possible values are
connectionlog,useractivitylog, anduserlog.- Specified by:
getLogExportsin interfaceCfnCluster.LoggingPropertiesProperty- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnCluster.LoggingPropertiesPropertyThe prefix applied to the log file names.Valid characters are any letter from any language, any whitespace character, any numeric character, and the following characters: underscore (
_), period (.), colon (:), slash (/), equal (=), plus (+), backslash (\), hyphen (-), at symbol (@).- Specified by:
getS3KeyPrefixin interfaceCfnCluster.LoggingPropertiesProperty- 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()
-