1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. vpclattice
  5. getDomainVerification

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi

    Creates a Lattice Domain Verification

    Using getDomainVerification

    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 getDomainVerification(args: GetDomainVerificationArgs, opts?: InvokeOptions): Promise<GetDomainVerificationResult>
    function getDomainVerificationOutput(args: GetDomainVerificationOutputArgs, opts?: InvokeOptions): Output<GetDomainVerificationResult>
    def get_domain_verification(arn: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDomainVerificationResult
    def get_domain_verification_output(arn: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDomainVerificationResult]
    func LookupDomainVerification(ctx *Context, args *LookupDomainVerificationArgs, opts ...InvokeOption) (*LookupDomainVerificationResult, error)
    func LookupDomainVerificationOutput(ctx *Context, args *LookupDomainVerificationOutputArgs, opts ...InvokeOption) LookupDomainVerificationResultOutput

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

    public static class GetDomainVerification 
    {
        public static Task<GetDomainVerificationResult> InvokeAsync(GetDomainVerificationArgs args, InvokeOptions? opts = null)
        public static Output<GetDomainVerificationResult> Invoke(GetDomainVerificationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDomainVerificationResult> getDomainVerification(GetDomainVerificationArgs args, InvokeOptions options)
    public static Output<GetDomainVerificationResult> getDomainVerification(GetDomainVerificationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:vpclattice:getDomainVerification
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the domain verification.
    Arn string
    The Amazon Resource Name (ARN) of the domain verification.
    arn String
    The Amazon Resource Name (ARN) of the domain verification.
    arn string
    The Amazon Resource Name (ARN) of the domain verification.
    arn str
    The Amazon Resource Name (ARN) of the domain verification.
    arn String
    The Amazon Resource Name (ARN) of the domain verification.

    getDomainVerification Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the domain verification.
    Id string
    The ID of the domain verification.
    Status Pulumi.AwsNative.VpcLattice.DomainVerificationStatus
    The current status of the domain verification process.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags associated with the domain verification.
    TxtMethodConfig Pulumi.AwsNative.VpcLattice.Outputs.TxtMethodConfigProperties
    Arn string
    The Amazon Resource Name (ARN) of the domain verification.
    Id string
    The ID of the domain verification.
    Status DomainVerificationStatus
    The current status of the domain verification process.
    Tags Tag
    The tags associated with the domain verification.
    TxtMethodConfig TxtMethodConfigProperties
    arn String
    The Amazon Resource Name (ARN) of the domain verification.
    id String
    The ID of the domain verification.
    status DomainVerificationStatus
    The current status of the domain verification process.
    tags List<Tag>
    The tags associated with the domain verification.
    txtMethodConfig TxtMethodConfigProperties
    arn string
    The Amazon Resource Name (ARN) of the domain verification.
    id string
    The ID of the domain verification.
    status DomainVerificationStatus
    The current status of the domain verification process.
    tags Tag[]
    The tags associated with the domain verification.
    txtMethodConfig TxtMethodConfigProperties
    arn str
    The Amazon Resource Name (ARN) of the domain verification.
    id str
    The ID of the domain verification.
    status DomainVerificationStatus
    The current status of the domain verification process.
    tags Sequence[root_Tag]
    The tags associated with the domain verification.
    txt_method_config TxtMethodConfigProperties
    arn String
    The Amazon Resource Name (ARN) of the domain verification.
    id String
    The ID of the domain verification.
    status "VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT"
    The current status of the domain verification process.
    tags List<Property Map>
    The tags associated with the domain verification.
    txtMethodConfig Property Map

    Supporting Types

    DomainVerificationStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TxtMethodConfigProperties

    Name string
    The name of the TXT record that must be created for domain verification.
    Value string
    The value that must be added to the TXT record for domain verification.
    Name string
    The name of the TXT record that must be created for domain verification.
    Value string
    The value that must be added to the TXT record for domain verification.
    name String
    The name of the TXT record that must be created for domain verification.
    value String
    The value that must be added to the TXT record for domain verification.
    name string
    The name of the TXT record that must be created for domain verification.
    value string
    The value that must be added to the TXT record for domain verification.
    name str
    The name of the TXT record that must be created for domain verification.
    value str
    The value that must be added to the TXT record for domain verification.
    name String
    The name of the TXT record that must be created for domain verification.
    value String
    The value that must be added to the TXT record for domain verification.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate