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- See Also:
-
getChannelRoleArn
Description copied from interface:CfnSlackChannelConfigurationPropsThe Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration.The App uses this role to perform and Service Quotas actions on your behalf.
- Specified by:
getChannelRoleArnin interfaceCfnSlackChannelConfigurationProps- See Also:
-
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- See Also:
-
getTeamId
Description copied from interface:CfnSlackChannelConfigurationPropsThe team ID in Slack.This ID uniquely identifies a Slack workspace.
- Specified by:
getTeamIdin interfaceCfnSlackChannelConfigurationProps- See Also:
-
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- See Also:
-
getNotifyOnAddCorrespondenceToCase
Description copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when a correspondence is added to your support cases.Returns union: either
BooleanorIResolvable- Specified by:
getNotifyOnAddCorrespondenceToCasein interfaceCfnSlackChannelConfigurationProps- See Also:
-
getNotifyOnCreateOrReopenCase
Description copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when your support cases are created or reopened.Returns union: either
BooleanorIResolvable- Specified by:
getNotifyOnCreateOrReopenCasein interfaceCfnSlackChannelConfigurationProps- See Also:
-
getNotifyOnResolveCase
Description copied from interface:CfnSlackChannelConfigurationPropsWhether to get notified when your support cases are resolved.Returns union: either
BooleanorIResolvable- Specified by:
getNotifyOnResolveCasein interfaceCfnSlackChannelConfigurationProps- 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()
-