EnvironmentDefaultResource
A resource referenced by an environment default.
This represents the actual cloud resource (e.g., a VPC or DNS zone) that has been designated as the default for its resource type within an environment.
type EnvironmentDefaultResource {
id: ID!
name: String!
resourceType: ResourceType
}
Fields
EnvironmentDefaultResource.id ● ID! non-null scalar {#id}
The resource's unique identifier.
EnvironmentDefaultResource.name ● String! non-null scalar {#name}
Human-readable name of the resource.
EnvironmentDefaultResource.resourceType ● ResourceType object {#resource-type}
The resource type (e.g., massdriver/aws-vpc) that this resource conforms to.
Member Of
EnvironmentDefault object