@Stability(value=Stable) @Internal public static final class CfnSlackChannelConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSlackChannelConfigurationProps
CfnSlackChannelConfigurationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnSlackChannelConfigurationProps.Builder, CfnSlackChannelConfigurationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSlackChannelConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSlackChannelConfigurationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(Object o) |
String |
getConfigurationName()
The name of the configuration.
|
List<String> |
getGuardrailPolicies()
The list of IAM policy ARNs that are applied as channel guardrails.
|
String |
getIamRoleArn()
The ARN of the IAM role that defines the permissions for AWS Chatbot .
|
String |
getLoggingLevel()
Specifies the logging level for this configuration.
|
String |
getSlackChannelId()
The ID of the Slack channel.
|
String |
getSlackWorkspaceId()
The ID of the Slack workspace authorized with AWS Chatbot .
|
List<String> |
getSnsTopicArns()
The ARNs of the SNS topics that deliver notifications to AWS Chatbot .
|
Object |
getUserRoleRequired()
Enables use of a user role requirement in your chat configuration.
|
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(CfnSlackChannelConfigurationProps.Builder builder)
CfnSlackChannelConfigurationProps.Builder.public final String getConfigurationName()
CfnSlackChannelConfigurationPropsgetConfigurationName in interface CfnSlackChannelConfigurationPropspublic final String getIamRoleArn()
CfnSlackChannelConfigurationPropsThis is a user-definworked role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot .
getIamRoleArn in interface CfnSlackChannelConfigurationPropspublic final String getSlackChannelId()
CfnSlackChannelConfigurationProps
To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ .
getSlackChannelId in interface CfnSlackChannelConfigurationPropspublic final String getSlackWorkspaceId()
CfnSlackChannelConfigurationPropsTo get the workspace ID, you must perform the initial authorization flow with Slack in the AWS Chatbot console. Then you can copy and paste the workspace ID from the console. For more details, see steps 1-4 in Setting Up AWS Chatbot with Slack in the AWS Chatbot User Guide .
getSlackWorkspaceId in interface CfnSlackChannelConfigurationPropspublic final List<String> getGuardrailPolicies()
CfnSlackChannelConfigurationPropsThe AWS managed 'AdministratorAccess' policy is applied as a default if this is not set.
getGuardrailPolicies in interface CfnSlackChannelConfigurationPropspublic final String getLoggingLevel()
CfnSlackChannelConfigurationProps
Logging levels include ERROR , INFO , or NONE .
getLoggingLevel in interface CfnSlackChannelConfigurationPropspublic final List<String> getSnsTopicArns()
CfnSlackChannelConfigurationPropsgetSnsTopicArns in interface CfnSlackChannelConfigurationPropspublic final Object getUserRoleRequired()
CfnSlackChannelConfigurationPropsgetUserRoleRequired in interface CfnSlackChannelConfigurationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.