Class CfnWorkGroup.MonitoringConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.MonitoringConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.MonitoringConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.MonitoringConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroup.MonitoringConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroup.MonitoringConfigurationProperty
An implementation for
CfnWorkGroup.MonitoringConfigurationProperty-
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.MonitoringConfigurationProperty
CfnWorkGroup.MonitoringConfigurationProperty.Builder, CfnWorkGroup.MonitoringConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.MonitoringConfigurationProperty.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 ObjectConfiguration settings for delivering logs to Amazon CloudWatch log groups.final ObjectConfiguration settings for managed log persistence.final ObjectConfiguration settings for delivering logs to Amazon S3 buckets.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.MonitoringConfigurationProperty.Builder.
-
-
Method Details
-
getCloudWatchLoggingConfiguration
Description copied from interface:CfnWorkGroup.MonitoringConfigurationPropertyConfiguration settings for delivering logs to Amazon CloudWatch log groups.Returns union: either
IResolvableorCfnWorkGroup.CloudWatchLoggingConfigurationProperty- Specified by:
getCloudWatchLoggingConfigurationin interfaceCfnWorkGroup.MonitoringConfigurationProperty- See Also:
-
getManagedLoggingConfiguration
Description copied from interface:CfnWorkGroup.MonitoringConfigurationPropertyConfiguration settings for managed log persistence.Returns union: either
IResolvableorCfnWorkGroup.ManagedLoggingConfigurationProperty- Specified by:
getManagedLoggingConfigurationin interfaceCfnWorkGroup.MonitoringConfigurationProperty- See Also:
-
getS3LoggingConfiguration
Description copied from interface:CfnWorkGroup.MonitoringConfigurationPropertyConfiguration settings for delivering logs to Amazon S3 buckets.Returns union: either
IResolvableorCfnWorkGroup.S3LoggingConfigurationProperty- Specified by:
getS3LoggingConfigurationin interfaceCfnWorkGroup.MonitoringConfigurationProperty- 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()
-