@Stability(value=Experimental) @Internal public static final class LogRetentionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogRetentionProps
LogRetentionPropssoftware.amazon.jsii.JsiiObject.InitializationModeLogRetentionProps.Builder, LogRetentionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String logGroupName,
RetentionDays retention,
String logGroupRegion,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LogRetentionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getLogGroupName()
(experimental) The log group name.
|
String |
getLogGroupRegion()
(experimental) The region where the log group should be created.
|
LogRetentionRetryOptions |
getLogRetentionRetryOptions()
(experimental) Retry options for all AWS API calls.
|
RetentionDays |
getRetention()
(experimental) The number of days log events are kept in CloudWatch Logs.
|
IRole |
getRole()
(experimental) The IAM role for the Lambda function associated with the custom resource.
|
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.protected Jsii$Proxy(String logGroupName, RetentionDays retention, String logGroupRegion, LogRetentionRetryOptions logRetentionRetryOptions, IRole role)
LogRetentionProps.Builder.public final String getLogGroupName()
LogRetentionPropsgetLogGroupName in interface LogRetentionPropspublic final RetentionDays getRetention()
LogRetentionPropsgetRetention in interface LogRetentionPropspublic final String getLogGroupRegion()
LogRetentionPropsDefault: - same region as the stack
getLogGroupRegion in interface LogRetentionPropspublic final LogRetentionRetryOptions getLogRetentionRetryOptions()
LogRetentionPropsDefault: - AWS SDK default retry options
getLogRetentionRetryOptions in interface LogRetentionPropspublic final IRole getRole()
LogRetentionPropsDefault: - A new role is created
getRole in interface LogRetentionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.