| Package | Description |
|---|---|
| software.amazon.awscdk.services.chatbot |
AWS::Chatbot Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default LogRetentionRetryOptions |
SlackChannelConfigurationProps.getLogRetentionRetryOptions()
(experimental) When log retention is specified, a custom resource attempts to create the CloudWatch log group.
|
LogRetentionRetryOptions |
SlackChannelConfigurationProps.Jsii$Proxy.getLogRetentionRetryOptions() |
| Modifier and Type | Method and Description |
|---|---|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions)
(experimental) When log retention is specified, a custom resource attempts to create the CloudWatch log group.
|
SlackChannelConfigurationProps.Builder |
SlackChannelConfigurationProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions)
Sets the value of
SlackChannelConfigurationProps.getLogRetentionRetryOptions() |
| Constructor and Description |
|---|
Jsii$Proxy(String slackChannelConfigurationName,
String slackChannelId,
String slackWorkspaceId,
LoggingLevel loggingLevel,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
List<? extends ITopic> notificationTopics,
IRole role)
Constructor that initializes the object based on literal property values passed by the
SlackChannelConfigurationProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogRetentionRetryOptions
(experimental) Retry options for all AWS API calls.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LogRetentionRetryOptions.Jsii$Proxy
An implementation for
LogRetentionRetryOptions |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions |
LogRetentionRetryOptions.Builder.build()
Builds the configured instance.
|
default LogRetentionRetryOptions |
LogRetentionProps.getLogRetentionRetryOptions()
(experimental) Retry options for all AWS API calls.
|
LogRetentionRetryOptions |
LogRetentionProps.Jsii$Proxy.getLogRetentionRetryOptions() |
| Modifier and Type | Method and Description |
|---|---|
LogRetention.Builder |
LogRetention.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions)
(experimental) Retry options for all AWS API calls.
|
LogRetentionProps.Builder |
LogRetentionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions)
Sets the value of
LogRetentionProps.getLogRetentionRetryOptions() |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.