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