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 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.supportapp.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 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.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
-
getChannelId
Description copied from interface:CfnSlackChannelConfigurationPropsThe channel ID in Slack.This ID identifies a channel within a Slack workspace.
- Specified by:
getChannelIdin interfaceCfnSlackChannelConfigurationProps
-
getChannelRoleArn
Description 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 interfaceCfnSlackChannelConfigurationProps
-
getNotifyOnCaseSeverity
Description 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 interfaceCfnSlackChannelConfigurationProps
-
getTeamId
Description copied from interface:CfnSlackChannelConfigurationPropsThe team ID in Slack.This ID uniquely identifies a Slack workspace.
- Specified by:
getTeamIdin interfaceCfnSlackChannelConfigurationProps
-
getChannelName
Description copied from interface:CfnSlackChannelConfigurationPropsThe channel name in Slack.This is the channel where you invite the AWS Support App .
- Specified by:
getChannelNamein interfaceCfnSlackChannelConfigurationProps
-
getNotifyOnAddCorrespondenceToCase
Description copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when a correspondence is added to your support cases.- Specified by:
getNotifyOnAddCorrespondenceToCasein interfaceCfnSlackChannelConfigurationProps
-
getNotifyOnCreateOrReopenCase
Description copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when your support cases are created or reopened.- Specified by:
getNotifyOnCreateOrReopenCasein interfaceCfnSlackChannelConfigurationProps
-
getNotifyOnResolveCase
Description copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when your support cases are resolved.- Specified by:
getNotifyOnResolveCasein 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()
-