Environment

class Environment : KotlinCustomResource

Creates an agent environment. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val agentVersion: Output<String>

Optional. The agent version loaded into this environment. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/

Link copied to clipboard
val description: Output<String>

Optional. The developer-provided description for this environment. The maximum length is 500 characters. If exceeded, the request is rejected.

Link copied to clipboard
val environmentId: Output<String>

Required. The unique id of the new environment.

Link copied to clipboard

Optional. The fulfillment settings to use for this environment.

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 unique identifier of this agent environment. Supported formats: - projects//agent/environments/ - projects//locations//agent/environments/ The environment ID for the default environment is -.

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
val state: Output<String>

The state of this environment. This field is read-only, i.e., it cannot be set by create and update methods.

Link copied to clipboard

Optional. Text to speech settings for this environment.

Link copied to clipboard
val updateTime: Output<String>

The last update time of this environment. This field is read-only, i.e., it cannot be set by create and update methods.

Link copied to clipboard
val urn: Output<String>