@Deprecated public static final class LogRetentionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogRetentionProps
LogRetentionProps
LogRetentionProps.Builder, LogRetentionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getLogGroupName()
Deprecated.
The log group name.
|
java.lang.String |
getLogGroupRegion()
Deprecated.
The region where the log group should be created.
|
LogRetentionRetryOptions |
getLogRetentionRetryOptions()
Deprecated.
Retry options for all AWS API calls.
|
RetentionDays |
getRetention()
Deprecated.
The number of days log events are kept in CloudWatch Logs.
|
IRole |
getRole()
Deprecated.
The IAM role for the Lambda function associated with the custom resource.
|
int |
hashCode()
Deprecated.
|
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 java.lang.String getLogGroupName()
LogRetentionProps
getLogGroupName
in interface LogRetentionProps
public final RetentionDays getRetention()
LogRetentionProps
getRetention
in interface LogRetentionProps
public final java.lang.String getLogGroupRegion()
LogRetentionProps
Default: - same region as the stack
getLogGroupRegion
in interface LogRetentionProps
public final LogRetentionRetryOptions getLogRetentionRetryOptions()
LogRetentionProps
Default: - AWS SDK default retry options
getLogRetentionRetryOptions
in interface LogRetentionProps
public final IRole getRole()
LogRetentionProps
Default: - A new role is created
getRole
in interface LogRetentionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()