Class CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty
An implementation for
CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty-
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.athena.CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty
CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.Builder, CfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.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 ObjectEnables S3 log delivery.final StringThe KMS key ARN to encrypt the logs published to the given Amazon S3 destination.final StringThe Amazon S3 destination URI for log publishing.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 theCfnWorkGroupPropsMixin.S3LoggingConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnWorkGroupPropsMixin.S3LoggingConfigurationPropertyEnables S3 log delivery.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnWorkGroupPropsMixin.S3LoggingConfigurationProperty- See Also:
-
getKmsKey
Description copied from interface:CfnWorkGroupPropsMixin.S3LoggingConfigurationPropertyThe KMS key ARN to encrypt the logs published to the given Amazon S3 destination.- Specified by:
getKmsKeyin interfaceCfnWorkGroupPropsMixin.S3LoggingConfigurationProperty- See Also:
-
getLogLocation
Description copied from interface:CfnWorkGroupPropsMixin.S3LoggingConfigurationPropertyThe Amazon S3 destination URI for log publishing.- Specified by:
getLogLocationin interfaceCfnWorkGroupPropsMixin.S3LoggingConfigurationProperty- 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()
-