Class CfnSlackChannelConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSlackChannelConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSlackChannelConfigurationMixinProps
CfnSlackChannelConfigurationMixinProps-
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.cfnpropertymixins.services.chatbot.CfnSlackChannelConfigurationMixinProps
CfnSlackChannelConfigurationMixinProps.Builder, CfnSlackChannelConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSlackChannelConfigurationMixinProps.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.Links a list of resource ARNs (for example, custom action ARNs) to a Slack channel configuration for .The list of IAM policy ARNs that are applied as channel guardrails.final ObjectThe ARN of the IAM role that defines the permissions for .final StringSpecifies the logging level for this configuration.final StringThe ID of the Slack channel.final StringThe ID of the Slack workspace authorized with .The ARNs of the SNS topics that deliver notifications to .getTags()The tags to add to the configuration.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 theCfnSlackChannelConfigurationMixinProps.Builder.
-
-
Method Details
-
getConfigurationName
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe name of the configuration.- Specified by:
getConfigurationNamein interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getCustomizationResourceArns
Description copied from interface:CfnSlackChannelConfigurationMixinPropsLinks a list of resource ARNs (for example, custom action ARNs) to a Slack channel configuration for .- Specified by:
getCustomizationResourceArnsin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getGuardrailPolicies
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe 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 interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getIamRoleArn
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe ARN of the IAM role that defines the permissions for .This is a user-defined role that will assume. This is not the service-linked role. For more information, see IAM Policies for in chat applications .
- Specified by:
getIamRoleArnin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getLoggingLevel
Description copied from interface:CfnSlackChannelConfigurationMixinPropsSpecifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs.Logging levels include
ERROR,INFO, orNONE.Default: - "NONE"
- Specified by:
getLoggingLevelin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getSlackChannelId
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe 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 character string at the end of the URL. For example,
ABCBBLZZZ.- Specified by:
getSlackChannelIdin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getSlackWorkspaceId
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe ID of the Slack workspace authorized with .To get the workspace ID, you must perform the initial authorization flow with Slack in the in chat applications console. Then you can copy and paste the workspace ID from the console. For more details, see steps 1-3 in Tutorial: Get started with Slack in the in chat applications User Guide .
- Specified by:
getSlackWorkspaceIdin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getSnsTopicArns
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe ARNs of the SNS topics that deliver notifications to .Returns union: Listinvalid input: '<'either
StringorITopicRef>- Specified by:
getSnsTopicArnsin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe tags to add to the configuration.- Specified by:
getTagsin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getUserRoleRequired
Description copied from interface:CfnSlackChannelConfigurationMixinPropsEnables use of a user role requirement in your chat configuration.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getUserRoleRequiredin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
$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()
-