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
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 dictionaryThe 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.
Aws Native. Vpc Lattice. Domain Verification Status - The current status of the domain verification process.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags associated with the domain verification.
- Txt
Method Pulumi.Config Aws Native. Vpc Lattice. Outputs. Txt Method Config Properties
- Arn string
- The Amazon Resource Name (ARN) of the domain verification.
- Id string
- The ID of the domain verification.
- Status
Domain
Verification Status - The current status of the domain verification process.
- Tag
- The tags associated with the domain verification.
- Txt
Method TxtConfig Method Config Properties
- arn String
- The Amazon Resource Name (ARN) of the domain verification.
- id String
- The ID of the domain verification.
- status
Domain
Verification Status - The current status of the domain verification process.
- List<Tag>
- The tags associated with the domain verification.
- txt
Method TxtConfig Method Config Properties
- arn string
- The Amazon Resource Name (ARN) of the domain verification.
- id string
- The ID of the domain verification.
- status
Domain
Verification Status - The current status of the domain verification process.
- Tag[]
- The tags associated with the domain verification.
- txt
Method TxtConfig Method Config Properties
- arn str
- The Amazon Resource Name (ARN) of the domain verification.
- id str
- The ID of the domain verification.
- status
Domain
Verification Status - The current status of the domain verification process.
- Sequence[root_Tag]
- The tags associated with the domain verification.
- txt_
method_ Txtconfig Method Config Properties
- 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.
- List<Property Map>
- The tags associated with the domain verification.
- txt
Method Property MapConfig
Supporting Types
DomainVerificationStatus
Tag
TxtMethodConfigProperties
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
