Class CfnSlackChannelConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.supportapp.CfnSlackChannelConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSlackChannelConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSlackChannelConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnSlackChannelConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSlackChannelConfigurationMixinProps
An implementation for
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.supportapp.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 channel ID in Slack.final StringThe channel name in Slack.final ObjectThe 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 theCfnSlackChannelConfigurationMixinProps.Builder.
-
-
Method Details
-
getChannelId
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe channel ID in Slack.This ID identifies a channel within a Slack workspace.
- Specified by:
getChannelIdin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getChannelName
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe channel name in Slack.This is the channel where you invite the AWS Support App .
- Specified by:
getChannelNamein interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getChannelRoleArn
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe 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 interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getNotifyOnAddCorrespondenceToCase
Description copied from interface:CfnSlackChannelConfigurationMixinPropsWhether to get notified when a correspondence is added to your support cases.Returns union: either
BooleanorIResolvable- Specified by:
getNotifyOnAddCorrespondenceToCasein interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getNotifyOnCaseSeverity
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe case severity for your support cases that you want to receive notifications.You can specify
none,all, orhigh.- Specified by:
getNotifyOnCaseSeverityin interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getNotifyOnCreateOrReopenCase
Description copied from interface:CfnSlackChannelConfigurationMixinPropsWhether to get notified when your support cases are created or reopened.Returns union: either
BooleanorIResolvable- Specified by:
getNotifyOnCreateOrReopenCasein interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getNotifyOnResolveCase
Description copied from interface:CfnSlackChannelConfigurationMixinPropsWhether to get notified when your support cases are resolved.Returns union: either
BooleanorIResolvable- Specified by:
getNotifyOnResolveCasein interfaceCfnSlackChannelConfigurationMixinProps- See Also:
-
getTeamId
Description copied from interface:CfnSlackChannelConfigurationMixinPropsThe team ID in Slack.This ID uniquely identifies a Slack workspace.
- Specified by:
getTeamIdin 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()
-