Environment

class Environment : KotlinCustomResource

Creates an Environment in the specified Agent. This method is a long-running operation. The returned Operation type has the following method-specific fields: - metadata: An empty Struct message - response: Environment

Properties

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

The human-readable description of the environment. The maximum length is 500 characters. If exceeded, the request is rejected.

Link copied to clipboard
val displayName: Output<String>

The human-readable name of the environment (unique in an agent). Limit of 64 characters.

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

The name of the environment. Format: projects//locations//agents//environments/.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The test cases config for continuous tests of this environment.

Link copied to clipboard
val updateTime: Output<String>

Update time of this environment.

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

A list of configurations for flow versions. You should include version configs for all flows that are reachable from Start Flow in the agent. Otherwise, an error will be returned.

Link copied to clipboard

The webhook configuration for this environment.