Study

class Study : KotlinCustomResource

Creates a study. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

Time at which the study was created.

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

A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.

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

The name of a study.

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 detailed state of a study.

Link copied to clipboard

Configuration of the study.

Link copied to clipboard
val studyId: Output<String>

Required. The ID to use for the study, which will become the final component of the study's resource name.

Link copied to clipboard
val urn: Output<String>