1. Packages
  2. AWS
  3. API Docs
  4. datazone
  5. getDomain
AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi

aws.datazone.getDomain

Explore with Pulumi AI

aws logo
AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi

    Data source for managing an AWS DataZone Domain.

    Example Usage

    Basic Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.datazone.getDomain({
        name: "example_domain",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.datazone.get_domain(name="example_domain")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/datazone"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := datazone.LookupDomain(ctx, &datazone.LookupDomainArgs{
    			Name: pulumi.StringRef("example_domain"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.DataZone.GetDomain.Invoke(new()
        {
            Name = "example_domain",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.datazone.DatazoneFunctions;
    import com.pulumi.aws.datazone.inputs.GetDomainArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = DatazoneFunctions.getDomain(GetDomainArgs.builder()
                .name("example_domain")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:datazone:getDomain
          arguments:
            name: example_domain
    

    Using getDomain

    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 getDomain(args: GetDomainArgs, opts?: InvokeOptions): Promise<GetDomainResult>
    function getDomainOutput(args: GetDomainOutputArgs, opts?: InvokeOptions): Output<GetDomainResult>
    def get_domain(id: Optional[str] = None,
                   name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDomainResult
    def get_domain_output(id: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDomainResult]
    func LookupDomain(ctx *Context, args *LookupDomainArgs, opts ...InvokeOption) (*LookupDomainResult, error)
    func LookupDomainOutput(ctx *Context, args *LookupDomainOutputArgs, opts ...InvokeOption) LookupDomainResultOutput

    > Note: This function is named LookupDomain in the Go SDK.

    public static class GetDomain 
    {
        public static Task<GetDomainResult> InvokeAsync(GetDomainArgs args, InvokeOptions? opts = null)
        public static Output<GetDomainResult> Invoke(GetDomainInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
    public static Output<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:datazone/getDomain:getDomain
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    ID of the Domain. One of name or id is required
    Name string
    Name of the Domain. One of name or id is required.
    Id string
    ID of the Domain. One of name or id is required
    Name string
    Name of the Domain. One of name or id is required.
    id String
    ID of the Domain. One of name or id is required
    name String
    Name of the Domain. One of name or id is required.
    id string
    ID of the Domain. One of name or id is required
    name string
    Name of the Domain. One of name or id is required.
    id str
    ID of the Domain. One of name or id is required
    name str
    Name of the Domain. One of name or id is required.
    id String
    ID of the Domain. One of name or id is required
    name String
    Name of the Domain. One of name or id is required.

    getDomain Result

    The following output properties are available:

    Arn string
    ARN of the Domain.
    CreatedAt string
    The date and time the Domain was created.
    Description string
    Description of the Domain.
    DomainVersion string
    Version of the Domain.
    Id string
    LastUpdatedAt string
    The date and time the Domain was last updated.
    ManagedAccountId string
    The AWS account ID that owns the Domain.
    Name string
    PortalUrl string
    URL of the Domain.
    Status string
    Status of the Domain.
    Arn string
    ARN of the Domain.
    CreatedAt string
    The date and time the Domain was created.
    Description string
    Description of the Domain.
    DomainVersion string
    Version of the Domain.
    Id string
    LastUpdatedAt string
    The date and time the Domain was last updated.
    ManagedAccountId string
    The AWS account ID that owns the Domain.
    Name string
    PortalUrl string
    URL of the Domain.
    Status string
    Status of the Domain.
    arn String
    ARN of the Domain.
    createdAt String
    The date and time the Domain was created.
    description String
    Description of the Domain.
    domainVersion String
    Version of the Domain.
    id String
    lastUpdatedAt String
    The date and time the Domain was last updated.
    managedAccountId String
    The AWS account ID that owns the Domain.
    name String
    portalUrl String
    URL of the Domain.
    status String
    Status of the Domain.
    arn string
    ARN of the Domain.
    createdAt string
    The date and time the Domain was created.
    description string
    Description of the Domain.
    domainVersion string
    Version of the Domain.
    id string
    lastUpdatedAt string
    The date and time the Domain was last updated.
    managedAccountId string
    The AWS account ID that owns the Domain.
    name string
    portalUrl string
    URL of the Domain.
    status string
    Status of the Domain.
    arn str
    ARN of the Domain.
    created_at str
    The date and time the Domain was created.
    description str
    Description of the Domain.
    domain_version str
    Version of the Domain.
    id str
    last_updated_at str
    The date and time the Domain was last updated.
    managed_account_id str
    The AWS account ID that owns the Domain.
    name str
    portal_url str
    URL of the Domain.
    status str
    Status of the Domain.
    arn String
    ARN of the Domain.
    createdAt String
    The date and time the Domain was created.
    description String
    Description of the Domain.
    domainVersion String
    Version of the Domain.
    id String
    lastUpdatedAt String
    The date and time the Domain was last updated.
    managedAccountId String
    The AWS account ID that owns the Domain.
    name String
    portalUrl String
    URL of the Domain.
    status String
    Status of the Domain.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi