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 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.ecs.CfnCluster.ExecuteCommandLogConfigurationProperty
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder, CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.ExecuteCommandLogConfigurationProperty.Builder.
-
-
Method Details
-
getCloudWatchEncryptionEnabled
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyDetermines whether to use encryption on the CloudWatch logs.If not specified, encryption will be off.
Returns union: either
BooleanorIResolvable- Specified by:
getCloudWatchEncryptionEnabledin interfaceCfnCluster.ExecuteCommandLogConfigurationProperty- See Also:
-
getCloudWatchLogGroupName
Description 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 interfaceCfnCluster.ExecuteCommandLogConfigurationProperty- See Also:
-
getS3BucketName
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyThe name of the S3 bucket to send logs to.The S3 bucket must already be created.
- Specified by:
getS3BucketNamein interfaceCfnCluster.ExecuteCommandLogConfigurationProperty- See Also:
-
getS3EncryptionEnabled
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyDetermines whether to use encryption on the S3 logs.If not specified, encryption is not used.
Returns union: either
BooleanorIResolvable- Specified by:
getS3EncryptionEnabledin interfaceCfnCluster.ExecuteCommandLogConfigurationProperty- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationPropertyAn optional folder in the S3 bucket to place logs in.- Specified by:
getS3KeyPrefixin interfaceCfnCluster.ExecuteCommandLogConfigurationProperty- 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()
-