Class CfnWorkGroup.CloudWatchLoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.CloudWatchLoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.CloudWatchLoggingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.CloudWatchLoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroup.CloudWatchLoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroup.CloudWatchLoggingConfigurationProperty
An implementation for
CfnWorkGroup.CloudWatchLoggingConfigurationProperty-
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.CloudWatchLoggingConfigurationProperty
CfnWorkGroup.CloudWatchLoggingConfigurationProperty.Builder, CfnWorkGroup.CloudWatchLoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.CloudWatchLoggingConfigurationProperty.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 CloudWatch logging.final StringThe name of the log group in Amazon CloudWatch Logs where you want to publish your logs.final StringPrefix for the CloudWatch log stream name.final ObjectThe types of logs that you want to publish to CloudWatch.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.CloudWatchLoggingConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnWorkGroup.CloudWatchLoggingConfigurationPropertyEnables CloudWatch logging.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnWorkGroup.CloudWatchLoggingConfigurationProperty- See Also:
-
getLogGroup
Description copied from interface:CfnWorkGroup.CloudWatchLoggingConfigurationPropertyThe name of the log group in Amazon CloudWatch Logs where you want to publish your logs.- Specified by:
getLogGroupin interfaceCfnWorkGroup.CloudWatchLoggingConfigurationProperty- See Also:
-
getLogStreamNamePrefix
Description copied from interface:CfnWorkGroup.CloudWatchLoggingConfigurationPropertyPrefix for the CloudWatch log stream name.- Specified by:
getLogStreamNamePrefixin interfaceCfnWorkGroup.CloudWatchLoggingConfigurationProperty- See Also:
-
getLogTypes
Description copied from interface:CfnWorkGroup.CloudWatchLoggingConfigurationPropertyThe types of logs that you want to publish to CloudWatch.Returns union: either
IResolvableor Mapinvalid input: '<'String, Listinvalid input: '<'String>>- Specified by:
getLogTypesin interfaceCfnWorkGroup.CloudWatchLoggingConfigurationProperty- 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()
-