Connector

class Connector : KotlinCustomResource

Resource schema for AWS::AppFlow::Connector

Properties

Link copied to clipboard
val connectorArn: Output<String>

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

Link copied to clipboard
val connectorLabel: Output<String>?

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

Link copied to clipboard

Contains information about the configuration of the connector being registered.

Link copied to clipboard

The provisioning type of the connector. Currently the only supported value is LAMBDA.

Link copied to clipboard
val description: Output<String>?

A description about the connector that's being registered.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>