Class CfnSlackChannelConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.supportapp.CfnSlackChannelConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnSlackChannelConfigurationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSlackChannelConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnSlackChannelConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSlackChannelConfigurationProps
An implementation for 
CfnSlackChannelConfigurationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.supportapp.CfnSlackChannelConfigurationPropsCfnSlackChannelConfigurationProps.Builder, CfnSlackChannelConfigurationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe channel ID in Slack.final StringThe channel name in Slack.final StringThe Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration.final ObjectWhether to get notified when a correspondence is added to your support cases.final StringThe case severity for your support cases that you want to receive notifications.final ObjectWhether to get notified when your support cases are created or reopened.final ObjectWhether to get notified when your support cases are resolved.final StringThe team ID in Slack.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnSlackChannelConfigurationProps.Builder.
 
- 
- 
Method Details- 
getChannelIdDescription copied from interface:CfnSlackChannelConfigurationPropsThe channel ID in Slack.This ID identifies a channel within a Slack workspace. - Specified by:
- getChannelIdin interface- CfnSlackChannelConfigurationProps
 
- 
getChannelRoleArnDescription copied from interface:CfnSlackChannelConfigurationPropsThe Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration.The AWS Support App uses this role to perform AWS Support and Service Quotas actions on your behalf. - Specified by:
- getChannelRoleArnin interface- CfnSlackChannelConfigurationProps
 
- 
getNotifyOnCaseSeverityDescription copied from interface:CfnSlackChannelConfigurationPropsThe case severity for your support cases that you want to receive notifications.You can specify none,all, orhigh.- Specified by:
- getNotifyOnCaseSeverityin interface- CfnSlackChannelConfigurationProps
 
- 
getTeamIdDescription copied from interface:CfnSlackChannelConfigurationPropsThe team ID in Slack.This ID uniquely identifies a Slack workspace. - Specified by:
- getTeamIdin interface- CfnSlackChannelConfigurationProps
 
- 
getChannelNameDescription copied from interface:CfnSlackChannelConfigurationPropsThe channel name in Slack.This is the channel where you invite the AWS Support App . - Specified by:
- getChannelNamein interface- CfnSlackChannelConfigurationProps
 
- 
getNotifyOnAddCorrespondenceToCaseDescription copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when a correspondence is added to your support cases.- Specified by:
- getNotifyOnAddCorrespondenceToCasein interface- CfnSlackChannelConfigurationProps
 
- 
getNotifyOnCreateOrReopenCaseDescription copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when your support cases are created or reopened.- Specified by:
- getNotifyOnCreateOrReopenCasein interface- CfnSlackChannelConfigurationProps
 
- 
getNotifyOnResolveCaseDescription copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when your support cases are resolved.- Specified by:
- getNotifyOnResolveCasein interface- CfnSlackChannelConfigurationProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-