Reference

class Reference : KotlinCustomResource

Creates a Reference in the specified environment.

Properties

Link copied to clipboard
val description: Output<String>

Optional. A human-readable description of this reference.

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

The resource id of this reference. Values must match the regular expression \w\s\-.+.

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 refers: Output<String>

The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

Link copied to clipboard
val resourceType: Output<String>

The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

Link copied to clipboard
val urn: Output<String>