@Stability(value=Stable) @Internal public static final class ExecuteCommandLogConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExecuteCommandLogConfiguration
ExecuteCommandLogConfiguration
software.amazon.jsii.JsiiObject.InitializationMode
ExecuteCommandLogConfiguration.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()
Whether or not to enable encryption on the CloudWatch logs.
|
ILogGroup |
getCloudWatchLogGroup()
The name of the CloudWatch log group to send logs to.
|
IBucket |
getS3Bucket()
The name of the S3 bucket to send logs to.
|
Boolean |
getS3EncryptionEnabled()
Whether or not to enable encryption on the CloudWatch logs.
|
String |
getS3KeyPrefix()
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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Boolean getCloudWatchEncryptionEnabled()
ExecuteCommandLogConfiguration
Default: - encryption will be disabled.
getCloudWatchEncryptionEnabled
in interface ExecuteCommandLogConfiguration
public final ILogGroup getCloudWatchLogGroup()
ExecuteCommandLogConfiguration
The CloudWatch log group must already be created.
Default: - none
getCloudWatchLogGroup
in interface ExecuteCommandLogConfiguration
public final IBucket getS3Bucket()
ExecuteCommandLogConfiguration
The S3 bucket must already be created.
Default: - none
getS3Bucket
in interface ExecuteCommandLogConfiguration
public final Boolean getS3EncryptionEnabled()
ExecuteCommandLogConfiguration
Default: - encryption will be disabled.
getS3EncryptionEnabled
in interface ExecuteCommandLogConfiguration
public final String getS3KeyPrefix()
ExecuteCommandLogConfiguration
Default: - none
getS3KeyPrefix
in interface ExecuteCommandLogConfiguration
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.