| Package | Description |
|---|---|
| software.amazon.awscdk.services.appflow |
AWS::AppFlow Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.connectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.connectorLabel(String connectorLabel)
`AWS::AppFlow::ConnectorProfile.ConnectorLabel`.
|
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.connectorProfileConfig(CfnConnectorProfile.ConnectorProfileConfigProperty connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.connectorProfileConfig(IResolvable connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
static CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.create(software.constructs.Construct scope,
String id) |
CfnConnectorProfile.Builder |
CfnConnectorProfile.Builder.kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
Copyright © 2022. All rights reserved.