Class CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnCluster.ExecuteCommandLogConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.ExecuteCommandLogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ExecuteCommandLogConfigurationProperty
An implementation for 
CfnCluster.ExecuteCommandLogConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandLogConfigurationPropertyCfnCluster.ExecuteCommandLogConfigurationProperty.Builder, CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandLogConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDetermines whether to use encryption on the CloudWatch logs.final StringThe name of the CloudWatch log group to send logs to.final StringThe name of the S3 bucket to send logs to.final ObjectDetermines whether to use encryption on the S3 logs.final StringAn optional folder in the S3 bucket to place logs in.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandLogConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getCloudWatchEncryptionEnabledDescription copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyDetermines whether to use encryption on the CloudWatch logs.If not specified, encryption will be off. - Specified by:
- getCloudWatchEncryptionEnabledin interface- CfnCluster.ExecuteCommandLogConfigurationProperty
 
- 
getCloudWatchLogGroupNameDescription copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyThe name of the CloudWatch log group to send logs to.The CloudWatch log group must already be created. - Specified by:
- getCloudWatchLogGroupNamein interface- CfnCluster.ExecuteCommandLogConfigurationProperty
 
- 
getS3BucketNameDescription copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyThe name of the S3 bucket to send logs to.The S3 bucket must already be created. - Specified by:
- getS3BucketNamein interface- CfnCluster.ExecuteCommandLogConfigurationProperty
 
- 
getS3EncryptionEnabledDescription copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyDetermines whether to use encryption on the S3 logs.If not specified, encryption is not used. - Specified by:
- getS3EncryptionEnabledin interface- CfnCluster.ExecuteCommandLogConfigurationProperty
 
- 
getS3KeyPrefixDescription copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyAn optional folder in the S3 bucket to place logs in.- Specified by:
- getS3KeyPrefixin interface- CfnCluster.ExecuteCommandLogConfigurationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-