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