Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slacksourceproperties.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slacksourceproperties.html#cfn-appflow-flow-slacksourceproperties-object

Back to top Generated by DocFX