Package-level declarations

Types

Link copied to clipboard
class ConnectorProfile : KotlinCustomResource

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.

Link copied to clipboard
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.

Link copied to clipboard
object ConnectorProfileMapper : ResourceMapper<ConnectorProfile>
Link copied to clipboard
class Flow : KotlinCustomResource

Provides an AppFlow flow resource.

Link copied to clipboard
data class FlowArgs(val description: Output<String>? = null, val destinationFlowConfigs: Output<List<FlowDestinationFlowConfigArgs>>? = null, val kmsArn: Output<String>? = null, val metadataCatalogConfig: Output<FlowMetadataCatalogConfigArgs>? = null, val name: Output<String>? = null, val sourceFlowConfig: Output<FlowSourceFlowConfigArgs>? = null, val tags: Output<Map<String, String>>? = null, val tasks: Output<List<FlowTaskArgs>>? = null, val triggerConfig: Output<FlowTriggerConfigArgs>? = null) : ConvertibleToJava<FlowArgs>

Provides an AppFlow flow resource.

Link copied to clipboard

Builder for FlowArgs.

Link copied to clipboard
object FlowMapper : ResourceMapper<Flow>
Link copied to clipboard

Builder for Flow.

Functions

Link copied to clipboard
Link copied to clipboard
fun flow(name: String): Flow
suspend fun flow(name: String, block: suspend FlowResourceBuilder.() -> Unit): Flow