Flow

class Flow : KotlinCustomResource

Definition of AWS::Bedrock::Flow Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

Arn representation of the Flow

Link copied to clipboard
val awsId: Output<String>

Identifier for a Flow

Link copied to clipboard
val createdAt: Output<String>

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

The Amazon S3 location of the flow definition.

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

A JSON string containing a Definition with the same schema as the Definition property of this resource

Link copied to clipboard

A map that specifies the mappings for placeholder variables in the prompt flow definition. This enables the customer to inject values obtained at runtime. Variables can be template parameter names, resource logical IDs, resource attributes, or a variable in a key-value map. Only supported with the DefinitionString and DefinitionS3Location fields. Substitutions must follow the syntax: ${key_name} or ${variable_1,variable_2,...} .

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

Description of the flow

Link copied to clipboard

ARN of a IAM role

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Name for the flow

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<FlowStatus>

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

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

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

Link copied to clipboard
val testAliasTags: Output<Map<String, String>>?
Link copied to clipboard
val updatedAt: Output<String>

Time Stamp.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
Link copied to clipboard
val version: Output<String>

Draft Version.