Get Flow Result
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)
Properties
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
Description of the flow
Link copied to clipboard
ARN of a IAM role
Link copied to clipboard
The status of the flow. The following statuses are possible:
Link copied to clipboard
Link copied to clipboard