interface SlackConnectorProfilePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.SlackConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.SlackConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.SlackConnectorProfilePropertiesProperty |
![]() | @aws-cdk/aws-appflow » CfnConnectorProfile » SlackConnectorProfilePropertiesProperty |
The connector-specific profile properties required when using Slack.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const slackConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.SlackConnectorProfilePropertiesProperty = {
instanceUrl: 'instanceUrl',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The location of the Slack resource. |
instanceUrl
Type:
string
The location of the Slack resource.