Interface CfnFlowPropsMixin.ISlackSourcePropertiesProperty
The properties that are applied when Slack is being used as a source.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppFlow
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.ISlackSourcePropertiesProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.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.CfnPropertyMixins.AWS.AppFlow;
var slackSourcePropertiesProperty = new SlackSourcePropertiesProperty {
Object = "object"
};
Synopsis
Properties
| Object | The object specified in the Slack flow source. |
Properties
Object
The object specified in the Slack flow source.
string? Object { get; }