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
Using pulumi import
, import AppFlow Connector Profile using the connector profile arn
. For example:
$ pulumi import aws:appflow/connectorProfile:ConnectorProfile profile arn:aws:appflow:us-west-2:123456789012:connectorprofile/example-profile
Content copied to clipboard
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)