Class SlackChannelConfigurationReference
A reference to a SlackChannelConfiguration resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Chatbot
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SlackChannelConfigurationReference : ISlackChannelConfigurationReference
Syntax (vb)
Public Class SlackChannelConfigurationReference Implements ISlackChannelConfigurationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Chatbot;
var slackChannelConfigurationReference = new SlackChannelConfigurationReference {
SlackChannelConfigurationArn = "slackChannelConfigurationArn"
};
Synopsis
Constructors
SlackChannelConfigurationReference() | A reference to a SlackChannelConfiguration resource. |
Properties
SlackChannelConfigurationArn | The Arn of the SlackChannelConfiguration resource. |
Constructors
SlackChannelConfigurationReference()
A reference to a SlackChannelConfiguration resource.
public SlackChannelConfigurationReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Chatbot;
var slackChannelConfigurationReference = new SlackChannelConfigurationReference {
SlackChannelConfigurationArn = "slackChannelConfigurationArn"
};
Properties
SlackChannelConfigurationArn
The Arn of the SlackChannelConfiguration resource.
public string SlackChannelConfigurationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated