public static interface CfnConnectorProfile.SlackConnectorProfilePropertiesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; SlackConnectorProfilePropertiesProperty slackConnectorProfilePropertiesProperty = SlackConnectorProfilePropertiesProperty.builder() .instanceUrl("instanceUrl") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.SlackConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.SlackConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SlackConnectorProfilePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.SlackConnectorProfilePropertiesProperty.Builder |
builder() |
java.lang.String |
getInstanceUrl()
The location of the Slack resource.
|