Show / Hide Table of Contents

Class GetHostedZone

Inheritance
System.Object
GetHostedZone
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticBeanstalk
Assembly: Pulumi.Aws.dll
Syntax
public static class GetHostedZone

Methods

View Source

InvokeAsync(GetHostedZoneArgs, InvokeOptions)

Use this data source to get the ID of an elastic beanstalk hosted zone.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Aws = Pulumi.Aws;

class MyStack : Stack
{
public MyStack()
{
    var current = Output.Create(Aws.ElasticBeanstalk.GetHostedZone.InvokeAsync());
}

}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetHostedZoneResult> InvokeAsync(GetHostedZoneArgs args = null, InvokeOptions options = null)
Parameters
Type Name Description
GetHostedZoneArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetHostedZoneResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.