Connector Profile Args
data class ConnectorProfileArgs(val connectionMode: Output<String>? = null, val connectorLabel: Output<String>? = null, val connectorProfileConfig: Output<ConnectorProfileConnectorProfileConfigArgs>? = null, val connectorType: Output<String>? = null, val kmsArn: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ConnectorProfileArgs>
Provides an AppFlow connector profile resource. For information about AppFlow flows, see the Amazon AppFlow API Reference. For specific information about creating an AppFlow connector profile, see the CreateConnectorProfile page in the Amazon AppFlow API Reference.
Import
AppFlow Connector Profile can be imported using the connector profile arn
, e.g.
$ pulumi import aws:appflow/connectorProfile:ConnectorProfile profile arn:aws:appflow:us-west-2:123456789012:connectorprofile/example-profile
Content copied to clipboard
1https://docs.aws.amazon.com/appflow/1.0/APIReference/Welcome.html 2https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CreateConnectorProfile.html
Constructors
Link copied to clipboard
fun ConnectorProfileArgs(connectionMode: Output<String>? = null, connectorLabel: Output<String>? = null, connectorProfileConfig: Output<ConnectorProfileConnectorProfileConfigArgs>? = null, connectorType: Output<String>? = null, kmsArn: Output<String>? = null, name: Output<String>? = null)