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

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

    Create DomainVerification Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DomainVerification(name: string, args: DomainVerificationArgs, opts?: CustomResourceOptions);
    @overload
    def DomainVerification(resource_name: str,
                           args: DomainVerificationArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def DomainVerification(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           domain_name: Optional[str] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDomainVerification(ctx *Context, name string, args DomainVerificationArgs, opts ...ResourceOption) (*DomainVerification, error)
    public DomainVerification(string name, DomainVerificationArgs args, CustomResourceOptions? opts = null)
    public DomainVerification(String name, DomainVerificationArgs args)
    public DomainVerification(String name, DomainVerificationArgs args, CustomResourceOptions options)
    
    type: aws-native:vpclattice:DomainVerification
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DomainVerificationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DomainVerificationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DomainVerificationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DomainVerificationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DomainVerificationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DomainVerification Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DomainVerification resource accepts the following input properties:

    DomainName string
    The domain name being verified.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags associated with the domain verification.
    DomainName string
    The domain name being verified.
    Tags TagArgs
    The tags associated with the domain verification.
    domainName String
    The domain name being verified.
    tags List<Tag>
    The tags associated with the domain verification.
    domainName string
    The domain name being verified.
    tags Tag[]
    The tags associated with the domain verification.
    domain_name str
    The domain name being verified.
    tags Sequence[TagArgs]
    The tags associated with the domain verification.
    domainName String
    The domain name being verified.
    tags List<Property Map>
    The tags associated with the domain verification.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DomainVerification resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the domain verification.
    AwsId string
    The ID of the domain verification.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.VpcLattice.DomainVerificationStatus
    The current status of the domain verification process.
    TxtMethodConfig Pulumi.AwsNative.VpcLattice.Outputs.TxtMethodConfigProperties
    Arn string
    The Amazon Resource Name (ARN) of the domain verification.
    AwsId string
    The ID of the domain verification.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status DomainVerificationStatus
    The current status of the domain verification process.
    TxtMethodConfig TxtMethodConfigProperties
    arn String
    The Amazon Resource Name (ARN) of the domain verification.
    awsId String
    The ID of the domain verification.
    id String
    The provider-assigned unique ID for this managed resource.
    status DomainVerificationStatus
    The current status of the domain verification process.
    txtMethodConfig TxtMethodConfigProperties
    arn string
    The Amazon Resource Name (ARN) of the domain verification.
    awsId string
    The ID of the domain verification.
    id string
    The provider-assigned unique ID for this managed resource.
    status DomainVerificationStatus
    The current status of the domain verification process.
    txtMethodConfig TxtMethodConfigProperties
    arn str
    The Amazon Resource Name (ARN) of the domain verification.
    aws_id str
    The ID of the domain verification.
    id str
    The provider-assigned unique ID for this managed resource.
    status DomainVerificationStatus
    The current status of the domain verification process.
    txt_method_config TxtMethodConfigProperties
    arn String
    The Amazon Resource Name (ARN) of the domain verification.
    awsId String
    The ID of the domain verification.
    id String
    The provider-assigned unique ID for this managed resource.
    status "VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT"
    The current status of the domain verification process.
    txtMethodConfig Property Map

    Supporting Types

    DomainVerificationStatus, DomainVerificationStatusArgs

    Verified
    VERIFIED
    Pending
    PENDING
    VerificationTimedOut
    VERIFICATION_TIMED_OUT
    DomainVerificationStatusVerified
    VERIFIED
    DomainVerificationStatusPending
    PENDING
    DomainVerificationStatusVerificationTimedOut
    VERIFICATION_TIMED_OUT
    Verified
    VERIFIED
    Pending
    PENDING
    VerificationTimedOut
    VERIFICATION_TIMED_OUT
    Verified
    VERIFIED
    Pending
    PENDING
    VerificationTimedOut
    VERIFICATION_TIMED_OUT
    VERIFIED
    VERIFIED
    PENDING
    PENDING
    VERIFICATION_TIMED_OUT
    VERIFICATION_TIMED_OUT
    "VERIFIED"
    VERIFIED
    "PENDING"
    PENDING
    "VERIFICATION_TIMED_OUT"
    VERIFICATION_TIMED_OUT

    Tag, TagArgs

    A set of tags to apply to the resource.
    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, TxtMethodConfigPropertiesArgs

    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