GetFlowResult

data class GetFlowResult(val arn: String? = null, val createdAt: String? = null, val customerEncryptionKeyArn: String? = null, val definition: FlowDefinition? = null, val description: String? = null, val executionRoleArn: String? = null, val id: String? = null, val name: String? = null, val status: FlowStatus? = null, val tags: Map<String, String>? = null, val testAliasTags: Map<String, String>? = null, val updatedAt: String? = null, val validations: List<FlowValidation>? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, customerEncryptionKeyArn: String? = null, definition: FlowDefinition? = null, description: String? = null, executionRoleArn: String? = null, id: String? = null, name: String? = null, status: FlowStatus? = null, tags: Map<String, String>? = null, testAliasTags: Map<String, String>? = null, updatedAt: String? = null, validations: List<FlowValidation>? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Arn representation of the Flow

Link copied to clipboard
val createdAt: String? = null

Time Stamp.

Link copied to clipboard

A KMS key ARN

Link copied to clipboard

The definition of the nodes and connections between the nodes in the flow.

Link copied to clipboard
val description: String? = null

Description of the flow

Link copied to clipboard

ARN of a IAM role

Link copied to clipboard
val id: String? = null

Identifier for a Flow

Link copied to clipboard
val name: String? = null

Name for the flow

Link copied to clipboard
val status: FlowStatus? = null

The status of the flow. The following statuses are possible:

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Link copied to clipboard
Link copied to clipboard
val updatedAt: String? = null

Time Stamp.

Link copied to clipboard
Link copied to clipboard
val version: String? = null

Draft Version.