ManagedZone

class ManagedZone : KotlinCustomResource

Creates a new ManagedZone in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

Created time.

Link copied to clipboard
val description: Output<String>

Optional. Description of the resource.

Link copied to clipboard
val dns: Output<String>

DNS Name of the resource

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Link copied to clipboard
val managedZoneId: Output<String>

Required. Identifier to assign to the ManagedZone. Must be unique within scope of the parent resource.

Link copied to clipboard
val name: Output<String>

Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}

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

The name of the Target Project

Link copied to clipboard
val targetVpc: Output<String>

The name of the Target Project VPC Network

Link copied to clipboard
val updateTime: Output<String>

Updated time.

Link copied to clipboard
val urn: Output<String>