Class CfnCluster.CloudWatchLogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.CloudWatchLogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.CloudWatchLogConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.CloudWatchLogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.CloudWatchLogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.CloudWatchLogConfigurationProperty
An implementation for
CfnCluster.CloudWatchLogConfigurationProperty-
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.emr.CfnCluster.CloudWatchLogConfigurationProperty
CfnCluster.CloudWatchLogConfigurationProperty.Builder, CfnCluster.CloudWatchLogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.CloudWatchLogConfigurationProperty.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 ObjectSpecifies if CloudWatch logging is enabled.final StringThe ARN of the encryption key used to encrypt the logs.final StringThe name of the CloudWatch log group where logs are published.final StringThe prefix of the log stream name.final ObjectA map of log types to file names for publishing logs to the standard output or standard error streams for 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 theCfnCluster.CloudWatchLogConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnCluster.CloudWatchLogConfigurationPropertySpecifies if CloudWatch logging is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnCluster.CloudWatchLogConfigurationProperty- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnCluster.CloudWatchLogConfigurationPropertyThe ARN of the encryption key used to encrypt the logs.- Specified by:
getEncryptionKeyArnin interfaceCfnCluster.CloudWatchLogConfigurationProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnCluster.CloudWatchLogConfigurationPropertyThe name of the CloudWatch log group where logs are published.- Specified by:
getLogGroupNamein interfaceCfnCluster.CloudWatchLogConfigurationProperty- See Also:
-
getLogStreamNamePrefix
Description copied from interface:CfnCluster.CloudWatchLogConfigurationPropertyThe prefix of the log stream name.- Specified by:
getLogStreamNamePrefixin interfaceCfnCluster.CloudWatchLogConfigurationProperty- See Also:
-
getLogTypes
Description copied from interface:CfnCluster.CloudWatchLogConfigurationPropertyA map of log types to file names for publishing logs to the standard output or standard error streams for CloudWatch.Valid log types include STEP_LOGS, SPARK_DRIVER, and SPARK_EXECUTOR. Valid file names for each type include STDOUT and STDERR.
Returns union: either
IResolvableor Mapinvalid input: '<'String, Listinvalid input: '<'String>>- Specified by:
getLogTypesin interfaceCfnCluster.CloudWatchLogConfigurationProperty- 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()
-