Envgroup

class Envgroup : KotlinCustomResource

Creates a new environment group.

Properties

Link copied to clipboard
val createdAt: Output<String>

The time at which the environment group was created as milliseconds since epoch.

Link copied to clipboard
val hostnames: Output<List<String>>

Host names for this environment group.

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

The time at which the environment group was last updated as milliseconds since epoch.

Link copied to clipboard
val name: Output<String>

ID of the environment group. Overrides any ID in the environment_group resource.

Link copied to clipboard
val organizationId: 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>

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

Link copied to clipboard
val urn: Output<String>