Class CfnClusterPropsMixin.LoggingPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnClusterPropsMixin.LoggingPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.LoggingPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.LoggingPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.LoggingPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.LoggingPropertiesProperty
An implementation for
CfnClusterPropsMixin.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.cfnpropertymixins.services.redshift.CfnClusterPropsMixin.LoggingPropertiesProperty
CfnClusterPropsMixin.LoggingPropertiesProperty.Builder, CfnClusterPropsMixin.LoggingPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.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 ObjectThe 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 theCfnClusterPropsMixin.LoggingPropertiesProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnClusterPropsMixin.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
Returns union: either
StringorIBucketRef- Specified by:
getBucketNamein interfaceCfnClusterPropsMixin.LoggingPropertiesProperty- See Also:
-
getLogDestinationType
Description copied from interface:CfnClusterPropsMixin.LoggingPropertiesPropertyThe log destination type.An enum with possible values of
s3andcloudwatch.- Specified by:
getLogDestinationTypein interfaceCfnClusterPropsMixin.LoggingPropertiesProperty- See Also:
-
getLogExports
Description copied from interface:CfnClusterPropsMixin.LoggingPropertiesPropertyThe collection of exported log types.Possible values are
connectionlog,useractivitylog, anduserlog.- Specified by:
getLogExportsin interfaceCfnClusterPropsMixin.LoggingPropertiesProperty- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnClusterPropsMixin.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 interfaceCfnClusterPropsMixin.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()
-