@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.219Z") @Stability(value=Stable) public interface CfnSlackChannelConfigurationProps extends software.amazon.jsii.JsiiSerializable
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.chatbot.*;
CfnSlackChannelConfigurationProps cfnSlackChannelConfigurationProps = CfnSlackChannelConfigurationProps.builder()
.configurationName("configurationName")
.iamRoleArn("iamRoleArn")
.slackChannelId("slackChannelId")
.slackWorkspaceId("slackWorkspaceId")
// the properties below are optional
.guardrailPolicies(List.of("guardrailPolicies"))
.loggingLevel("loggingLevel")
.snsTopicArns(List.of("snsTopicArns"))
.userRoleRequired(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSlackChannelConfigurationProps.Builder
A builder for
CfnSlackChannelConfigurationProps |
static class |
CfnSlackChannelConfigurationProps.Jsii$Proxy
An implementation for
CfnSlackChannelConfigurationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSlackChannelConfigurationProps.Builder |
builder() |
String |
getConfigurationName()
`AWS::Chatbot::SlackChannelConfiguration.ConfigurationName`.
|
default List<String> |
getGuardrailPolicies()
`AWS::Chatbot::SlackChannelConfiguration.GuardrailPolicies`.
|
String |
getIamRoleArn()
`AWS::Chatbot::SlackChannelConfiguration.IamRoleArn`.
|
default String |
getLoggingLevel()
`AWS::Chatbot::SlackChannelConfiguration.LoggingLevel`.
|
String |
getSlackChannelId()
`AWS::Chatbot::SlackChannelConfiguration.SlackChannelId`.
|
String |
getSlackWorkspaceId()
`AWS::Chatbot::SlackChannelConfiguration.SlackWorkspaceId`.
|
default List<String> |
getSnsTopicArns()
`AWS::Chatbot::SlackChannelConfiguration.SnsTopicArns`.
|
default Object |
getUserRoleRequired()
`AWS::Chatbot::SlackChannelConfiguration.UserRoleRequired`.
|
@Stability(value=Stable) @NotNull String getConfigurationName()
@Stability(value=Stable) @Nullable default List<String> getGuardrailPolicies()
@Stability(value=Stable) @NotNull String getIamRoleArn()
@Stability(value=Stable) @Nullable default String getLoggingLevel()
@Stability(value=Stable) @NotNull String getSlackChannelId()
@Stability(value=Stable) @NotNull String getSlackWorkspaceId()
@Stability(value=Stable) @Nullable default List<String> getSnsTopicArns()
@Stability(value=Stable) @Nullable default Object getUserRoleRequired()
@Stability(value=Stable) static CfnSlackChannelConfigurationProps.Builder builder()
Copyright © 2021. All rights reserved.