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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandLogConfigurationProperty
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder, CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandLogConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Determines whether to use encryption on the CloudWatch logs.final String
The name of the CloudWatch log group to send logs to.final String
The name of the S3 bucket to send logs to.final Object
Determines whether to use encryption on the S3 logs.final String
An optional folder in the S3 bucket to place logs in.final int
hashCode()
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.ExecuteCommandLogConfigurationProperty
Determines whether to use encryption on the CloudWatch logs.If not specified, encryption will be off.
- Specified by:
getCloudWatchEncryptionEnabled
in interfaceCfnCluster.ExecuteCommandLogConfigurationProperty
- See Also:
-
getCloudWatchLogGroupName
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationProperty
The name of the CloudWatch log group to send logs to.The CloudWatch log group must already be created.
- Specified by:
getCloudWatchLogGroupName
in interfaceCfnCluster.ExecuteCommandLogConfigurationProperty
- See Also:
-
getS3BucketName
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationProperty
The name of the S3 bucket to send logs to.The S3 bucket must already be created.
- Specified by:
getS3BucketName
in interfaceCfnCluster.ExecuteCommandLogConfigurationProperty
- See Also:
-
getS3EncryptionEnabled
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationProperty
Determines whether to use encryption on the S3 logs.If not specified, encryption is not used.
- Specified by:
getS3EncryptionEnabled
in interfaceCfnCluster.ExecuteCommandLogConfigurationProperty
- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnCluster.ExecuteCommandLogConfigurationProperty
An optional folder in the S3 bucket to place logs in.- Specified by:
getS3KeyPrefix
in interfaceCfnCluster.ExecuteCommandLogConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-