We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
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:
- Domain
Name string - The domain name being verified.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags associated with the domain verification.
- Domain
Name string - The domain name being verified.
-
Tag
Args - The tags associated with the domain verification.
- domain
Name String - The domain name being verified.
- List<Tag>
- The tags associated with the domain verification.
- domain
Name string - The domain name being verified.
- Tag[]
- The tags associated with the domain verification.
- domain_
name str - The domain name being verified.
-
Sequence[Tag
Args] - The tags associated with the domain verification.
- domain
Name String - The domain name being verified.
- 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.
- Aws
Id string - The ID of the domain verification.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Vpc Lattice. Domain Verification Status - The current status of the domain verification process.
- Txt
Method Pulumi.Config Aws Native. Vpc Lattice. Outputs. Txt Method Config Properties
- Arn string
- The Amazon Resource Name (ARN) of the domain verification.
- Aws
Id string - The ID of the domain verification.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Domain
Verification Status - The current status of the domain verification process.
- Txt
Method TxtConfig Method Config Properties
- arn String
- The Amazon Resource Name (ARN) of the domain verification.
- aws
Id String - The ID of the domain verification.
- id String
- The provider-assigned unique ID for this managed resource.
- status
Domain
Verification Status - The current status of the domain verification process.
- txt
Method TxtConfig Method Config Properties
- arn string
- The Amazon Resource Name (ARN) of the domain verification.
- aws
Id string - The ID of the domain verification.
- id string
- The provider-assigned unique ID for this managed resource.
- status
Domain
Verification Status - The current status of the domain verification process.
- txt
Method TxtConfig Method Config Properties
- 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
Domain
Verification Status - The current status of the domain verification process.
- txt_
method_ Txtconfig Method Config Properties
- arn String
- The Amazon Resource Name (ARN) of the domain verification.
- aws
Id 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.
- txt
Method Property MapConfig
Supporting Types
DomainVerificationStatus, DomainVerificationStatusArgs
- Verified
- VERIFIED
- Pending
- PENDING
- Verification
Timed Out - VERIFICATION_TIMED_OUT
- Domain
Verification Status Verified - VERIFIED
- Domain
Verification Status Pending - PENDING
- Domain
Verification Status Verification Timed Out - VERIFICATION_TIMED_OUT
- Verified
- VERIFIED
- Pending
- PENDING
- Verification
Timed Out - VERIFICATION_TIMED_OUT
- Verified
- VERIFIED
- Pending
- PENDING
- Verification
Timed Out - 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.TxtMethodConfigProperties, TxtMethodConfigPropertiesArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
