@Stability(value=Experimental) @Internal public static final class ExecuteCommandLogConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExecuteCommandLogConfiguration
ExecuteCommandLogConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeExecuteCommandLogConfiguration.Builder, ExecuteCommandLogConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean cloudWatchEncryptionEnabled,
ILogGroup cloudWatchLogGroup,
IBucket s3Bucket,
Boolean s3EncryptionEnabled,
String s3KeyPrefix)
Constructor that initializes the object based on literal property values passed by the
ExecuteCommandLogConfiguration.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getCloudWatchEncryptionEnabled()
(experimental) Whether or not to enable encryption on the CloudWatch logs.
|
ILogGroup |
getCloudWatchLogGroup()
(experimental) The name of the CloudWatch log group to send logs to.
|
IBucket |
getS3Bucket()
(experimental) The name of the S3 bucket to send logs to.
|
Boolean |
getS3EncryptionEnabled()
(experimental) Whether or not to enable encryption on the CloudWatch logs.
|
String |
getS3KeyPrefix()
(experimental) An optional folder in the S3 bucket to place logs in.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final Boolean getCloudWatchEncryptionEnabled()
ExecuteCommandLogConfigurationDefault: - encryption will be disabled.
getCloudWatchEncryptionEnabled in interface ExecuteCommandLogConfigurationpublic final ILogGroup getCloudWatchLogGroup()
ExecuteCommandLogConfigurationThe CloudWatch log group must already be created.
Default: - none
getCloudWatchLogGroup in interface ExecuteCommandLogConfigurationpublic final IBucket getS3Bucket()
ExecuteCommandLogConfigurationThe S3 bucket must already be created.
Default: - none
getS3Bucket in interface ExecuteCommandLogConfigurationpublic final Boolean getS3EncryptionEnabled()
ExecuteCommandLogConfigurationDefault: - encryption will be disabled.
getS3EncryptionEnabled in interface ExecuteCommandLogConfigurationpublic final String getS3KeyPrefix()
ExecuteCommandLogConfigurationDefault: - none
getS3KeyPrefix in interface ExecuteCommandLogConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.