Class CfnSlackChannelConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSlackChannelConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSlackChannelConfigurationProps
CfnSlackChannelConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.chatbot.CfnSlackChannelConfigurationProps
CfnSlackChannelConfigurationProps.Builder, CfnSlackChannelConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSlackChannelConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the configuration.The list of IAM policy ARNs that are applied as channel guardrails.final StringThe ARN of the IAM role that defines the permissions for AWS Chatbot .final StringSpecifies the logging level for this configuration.final StringThe ID of the Slack channel.final StringThe ID of the Slack workspace authorized with AWS Chatbot .The ARNs of the SNS topics that deliver notifications to AWS Chatbot .final ObjectEnables use of a user role requirement in your chat configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSlackChannelConfigurationProps.Builder.
-
-
Method Details
-
getConfigurationName
Description copied from interface:CfnSlackChannelConfigurationPropsThe name of the configuration.- Specified by:
getConfigurationNamein interfaceCfnSlackChannelConfigurationProps
-
getIamRoleArn
Description copied from interface:CfnSlackChannelConfigurationPropsThe ARN of the IAM role that defines the permissions for AWS Chatbot .This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot .
- Specified by:
getIamRoleArnin interfaceCfnSlackChannelConfigurationProps
-
getSlackChannelId
Description copied from interface:CfnSlackChannelConfigurationPropsThe ID of the Slack channel.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.- Specified by:
getSlackChannelIdin interfaceCfnSlackChannelConfigurationProps
-
getSlackWorkspaceId
Description copied from interface:CfnSlackChannelConfigurationPropsThe ID of the Slack workspace authorized with AWS Chatbot .To 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 .
- Specified by:
getSlackWorkspaceIdin interfaceCfnSlackChannelConfigurationProps
-
getGuardrailPolicies
Description copied from interface:CfnSlackChannelConfigurationPropsThe list of IAM policy ARNs that are applied as channel guardrails.The AWS managed 'AdministratorAccess' policy is applied as a default if this is not set.
- Specified by:
getGuardrailPoliciesin interfaceCfnSlackChannelConfigurationProps
-
getLoggingLevel
Description copied from interface:CfnSlackChannelConfigurationPropsSpecifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs.Logging levels include
ERROR,INFO, orNONE.- Specified by:
getLoggingLevelin interfaceCfnSlackChannelConfigurationProps
-
getSnsTopicArns
Description copied from interface:CfnSlackChannelConfigurationPropsThe ARNs of the SNS topics that deliver notifications to AWS Chatbot .- Specified by:
getSnsTopicArnsin interfaceCfnSlackChannelConfigurationProps
-
getUserRoleRequired
Description copied from interface:CfnSlackChannelConfigurationPropsEnables use of a user role requirement in your chat configuration.- Specified by:
getUserRoleRequiredin interfaceCfnSlackChannelConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-