Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.connectors/v1.getManagedZone
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single ManagedZone.
Using getManagedZone
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedZone(args: GetManagedZoneArgs, opts?: InvokeOptions): Promise<GetManagedZoneResult>
function getManagedZoneOutput(args: GetManagedZoneOutputArgs, opts?: InvokeOptions): Output<GetManagedZoneResult>
def get_managed_zone(managed_zone: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedZoneResult
def get_managed_zone_output(managed_zone: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedZoneResult]
func LookupManagedZone(ctx *Context, args *LookupManagedZoneArgs, opts ...InvokeOption) (*LookupManagedZoneResult, error)
func LookupManagedZoneOutput(ctx *Context, args *LookupManagedZoneOutputArgs, opts ...InvokeOption) LookupManagedZoneResultOutput
> Note: This function is named LookupManagedZone
in the Go SDK.
public static class GetManagedZone
{
public static Task<GetManagedZoneResult> InvokeAsync(GetManagedZoneArgs args, InvokeOptions? opts = null)
public static Output<GetManagedZoneResult> Invoke(GetManagedZoneInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedZoneResult> getManagedZone(GetManagedZoneArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:connectors/v1:getManagedZone
arguments:
# arguments dictionary
The following arguments are supported:
- Managed
Zone string - Project string
- Managed
Zone string - Project string
- managed
Zone String - project String
- managed
Zone string - project string
- managed_
zone str - project str
- managed
Zone String - project String
getManagedZone Result
The following output properties are available:
- Create
Time string - Created time.
- Description string
- Optional. Description of the resource.
- Dns string
- DNS Name of the resource
- Labels Dictionary<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
- Name string
- Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
- Target
Project string - The name of the Target Project
- Target
Vpc string - The name of the Target Project VPC Network
- Update
Time string - Updated time.
- Create
Time string - Created time.
- Description string
- Optional. Description of the resource.
- Dns string
- DNS Name of the resource
- Labels 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
- Name string
- Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
- Target
Project string - The name of the Target Project
- Target
Vpc string - The name of the Target Project VPC Network
- Update
Time string - Updated time.
- create
Time String - Created time.
- description String
- Optional. Description of the resource.
- dns String
- DNS Name of the resource
- labels 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
- name String
- Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
- target
Project String - The name of the Target Project
- target
Vpc String - The name of the Target Project VPC Network
- update
Time String - Updated time.
- create
Time string - Created time.
- description string
- Optional. Description of the resource.
- dns string
- DNS Name of the resource
- labels {[key: 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
- name string
- Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
- target
Project string - The name of the Target Project
- target
Vpc string - The name of the Target Project VPC Network
- update
Time string - Updated time.
- create_
time str - Created time.
- description str
- Optional. Description of the resource.
- dns str
- DNS Name of the resource
- labels Mapping[str, str]
- 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
- name str
- Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
- target_
project str - The name of the Target Project
- target_
vpc str - The name of the Target Project VPC Network
- update_
time str - Updated time.
- create
Time String - Created time.
- description String
- Optional. Description of the resource.
- dns String
- DNS Name of the resource
- labels Map<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
- name String
- Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
- target
Project String - The name of the Target Project
- target
Vpc String - The name of the Target Project VPC Network
- update
Time String - Updated time.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi