Class CfnFlow.SlackSourcePropertiesProperty
The properties that are applied when Slack is being used as a source.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SlackSourcePropertiesProperty : Object, CfnFlow.ISlackSourcePropertiesProperty
Syntax (vb)
Public Class SlackSourcePropertiesProperty
Inherits Object
Implements CfnFlow.ISlackSourcePropertiesProperty
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.AppFlow;
var slackSourcePropertiesProperty = new SlackSourcePropertiesProperty {
Object = "object"
};
Synopsis
Constructors
Slack |
Properties
Object | The object specified in the Slack flow source. |
Constructors
SlackSourcePropertiesProperty()
public SlackSourcePropertiesProperty()
Properties
Object
The object specified in the Slack flow source.
public string Object { get; set; }
Property Value
System.