@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:35.314Z")
public interface LogRetentionRetryOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.logs.*; import software.amazon.awscdk.core.*; LogRetentionRetryOptions logRetentionRetryOptions = LogRetentionRetryOptions.builder() .base(Duration.minutes(30)) .maxRetries(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
LogRetentionRetryOptions.Builder
A builder for
LogRetentionRetryOptions |
static class |
LogRetentionRetryOptions.Jsii$Proxy
An implementation for
LogRetentionRetryOptions |
Modifier and Type | Method and Description |
---|---|
static LogRetentionRetryOptions.Builder |
builder() |
default Duration |
getBase()
The base duration to use in the exponential backoff for operation retries.
|
default java.lang.Number |
getMaxRetries()
The maximum amount of retries.
|
default Duration getBase()
Default: Duration.millis(100) (AWS SDK default)
default java.lang.Number getMaxRetries()
Default: 3 (AWS SDK default)
static LogRetentionRetryOptions.Builder builder()
LogRetentionRetryOptions.Builder
of LogRetentionRetryOptions