Package-level declarations
Types
Link copied to clipboard
                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
                Builder for ConnectorProfileArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for ConnectorProfile.
Link copied to clipboard
                data class FlowArgs(val description: Output<String>? = null, val destinationFlowConfigs: Output<List<FlowDestinationFlowConfigArgs>>? = null, val kmsArn: Output<String>? = 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
                class FlowArgsBuilder
Builder for FlowArgs.
Link copied to clipboard
                Link copied to clipboard
                class FlowResourceBuilder
Builder for Flow.
Functions
Link copied to clipboard
                suspend fun connectorProfile(name: String, block: suspend ConnectorProfileResourceBuilder.() -> Unit): ConnectorProfile