@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.554Z") @Stability(value=Stable) public class CfnSlackChannelConfiguration extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.supportapp.*;
CfnSlackChannelConfiguration cfnSlackChannelConfiguration = CfnSlackChannelConfiguration.Builder.create(this, "MyCfnSlackChannelConfiguration")
.channelId("channelId")
.channelRoleArn("channelRoleArn")
.notifyOnCaseSeverity("notifyOnCaseSeverity")
.teamId("teamId")
// the properties below are optional
.channelName("channelName")
.notifyOnAddCorrespondenceToCase(false)
.notifyOnCreateOrReopenCase(false)
.notifyOnResolveCase(false)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnSlackChannelConfiguration.Builder
A fluent builder for
CfnSlackChannelConfiguration. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnSlackChannelConfiguration(software.constructs.Construct scope,
String id,
CfnSlackChannelConfigurationProps props)
Create a new `AWS::SupportApp::SlackChannelConfiguration`.
|
protected |
CfnSlackChannelConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSlackChannelConfiguration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getChannelId()
`AWS::SupportApp::SlackChannelConfiguration.ChannelId`.
|
String |
getChannelName()
`AWS::SupportApp::SlackChannelConfiguration.ChannelName`.
|
String |
getChannelRoleArn()
`AWS::SupportApp::SlackChannelConfiguration.ChannelRoleArn`.
|
Object |
getNotifyOnAddCorrespondenceToCase()
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`.
|
String |
getNotifyOnCaseSeverity()
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCaseSeverity`.
|
Object |
getNotifyOnCreateOrReopenCase()
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`.
|
Object |
getNotifyOnResolveCase()
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`.
|
String |
getTeamId()
`AWS::SupportApp::SlackChannelConfiguration.TeamId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setChannelId(String value)
`AWS::SupportApp::SlackChannelConfiguration.ChannelId`.
|
void |
setChannelName(String value)
`AWS::SupportApp::SlackChannelConfiguration.ChannelName`.
|
void |
setChannelRoleArn(String value)
`AWS::SupportApp::SlackChannelConfiguration.ChannelRoleArn`.
|
void |
setNotifyOnAddCorrespondenceToCase(Boolean value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`.
|
void |
setNotifyOnAddCorrespondenceToCase(IResolvable value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`.
|
void |
setNotifyOnCaseSeverity(String value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCaseSeverity`.
|
void |
setNotifyOnCreateOrReopenCase(Boolean value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`.
|
void |
setNotifyOnCreateOrReopenCase(IResolvable value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`.
|
void |
setNotifyOnResolveCase(Boolean value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`.
|
void |
setNotifyOnResolveCase(IResolvable value)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`.
|
void |
setTeamId(String value)
`AWS::SupportApp::SlackChannelConfiguration.TeamId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnSlackChannelConfiguration(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSlackChannelConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnSlackChannelConfiguration(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnSlackChannelConfigurationProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getChannelId()
@Stability(value=Stable)
public void setChannelId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getChannelRoleArn()
@Stability(value=Stable)
public void setChannelRoleArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getNotifyOnCaseSeverity()
@Stability(value=Stable)
public void setNotifyOnCaseSeverity(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTeamId()
@Stability(value=Stable)
public void setTeamId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getChannelName()
@Stability(value=Stable)
public void setChannelName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getNotifyOnAddCorrespondenceToCase()
@Stability(value=Stable)
public void setNotifyOnAddCorrespondenceToCase(@Nullable
Boolean value)
@Stability(value=Stable)
public void setNotifyOnAddCorrespondenceToCase(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getNotifyOnCreateOrReopenCase()
@Stability(value=Stable)
public void setNotifyOnCreateOrReopenCase(@Nullable
Boolean value)
@Stability(value=Stable)
public void setNotifyOnCreateOrReopenCase(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getNotifyOnResolveCase()
@Stability(value=Stable)
public void setNotifyOnResolveCase(@Nullable
Boolean value)
@Stability(value=Stable)
public void setNotifyOnResolveCase(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.