Create PropertyDomainownershipDomains Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PropertyDomainownershipDomains(name: string, args: PropertyDomainownershipDomainsArgs, opts?: CustomResourceOptions);@overload
def PropertyDomainownershipDomains(resource_name: str,
args: PropertyDomainownershipDomainsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PropertyDomainownershipDomains(resource_name: str,
opts: Optional[ResourceOptions] = None,
domains: Optional[Sequence[PropertyDomainownershipDomainsDomainArgs]] = None)func NewPropertyDomainownershipDomains(ctx *Context, name string, args PropertyDomainownershipDomainsArgs, opts ...ResourceOption) (*PropertyDomainownershipDomains, error)public PropertyDomainownershipDomains(string name, PropertyDomainownershipDomainsArgs args, CustomResourceOptions? opts = null)
public PropertyDomainownershipDomains(String name, PropertyDomainownershipDomainsArgs args)
public PropertyDomainownershipDomains(String name, PropertyDomainownershipDomainsArgs args, CustomResourceOptions options)
type: akamai:PropertyDomainownershipDomains
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 PropertyDomainownershipDomainsArgs
- 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 PropertyDomainownershipDomainsArgs
- 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 PropertyDomainownershipDomainsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PropertyDomainownershipDomainsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PropertyDomainownershipDomainsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var propertyDomainownershipDomainsResource = new Akamai.PropertyDomainownershipDomains("propertyDomainownershipDomainsResource", new()
{
Domains = new[]
{
new Akamai.Inputs.PropertyDomainownershipDomainsDomainArgs
{
DomainName = "string",
ValidationScope = "string",
AccountId = "string",
DomainStatus = "string",
ValidationChallenge = new Akamai.Inputs.PropertyDomainownershipDomainsDomainValidationChallengeArgs
{
CnameRecord = new Akamai.Inputs.PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs
{
Name = "string",
Target = "string",
},
ExpirationDate = "string",
HttpFile = new Akamai.Inputs.PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs
{
Content = "string",
ContentType = "string",
Path = "string",
},
HttpRedirect = new Akamai.Inputs.PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs
{
From = "string",
To = "string",
},
TxtRecord = new Akamai.Inputs.PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs
{
Name = "string",
Value = "string",
},
},
ValidationCompletedDate = "string",
ValidationMethod = "string",
ValidationRequestedBy = "string",
ValidationRequestedDate = "string",
},
},
});
example, err := akamai.NewPropertyDomainownershipDomains(ctx, "propertyDomainownershipDomainsResource", &akamai.PropertyDomainownershipDomainsArgs{
Domains: akamai.PropertyDomainownershipDomainsDomainArray{
&akamai.PropertyDomainownershipDomainsDomainArgs{
DomainName: pulumi.String("string"),
ValidationScope: pulumi.String("string"),
AccountId: pulumi.String("string"),
DomainStatus: pulumi.String("string"),
ValidationChallenge: &akamai.PropertyDomainownershipDomainsDomainValidationChallengeArgs{
CnameRecord: &akamai.PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs{
Name: pulumi.String("string"),
Target: pulumi.String("string"),
},
ExpirationDate: pulumi.String("string"),
HttpFile: &akamai.PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs{
Content: pulumi.String("string"),
ContentType: pulumi.String("string"),
Path: pulumi.String("string"),
},
HttpRedirect: &akamai.PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs{
From: pulumi.String("string"),
To: pulumi.String("string"),
},
TxtRecord: &akamai.PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ValidationCompletedDate: pulumi.String("string"),
ValidationMethod: pulumi.String("string"),
ValidationRequestedBy: pulumi.String("string"),
ValidationRequestedDate: pulumi.String("string"),
},
},
})
var propertyDomainownershipDomainsResource = new PropertyDomainownershipDomains("propertyDomainownershipDomainsResource", PropertyDomainownershipDomainsArgs.builder()
.domains(PropertyDomainownershipDomainsDomainArgs.builder()
.domainName("string")
.validationScope("string")
.accountId("string")
.domainStatus("string")
.validationChallenge(PropertyDomainownershipDomainsDomainValidationChallengeArgs.builder()
.cnameRecord(PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs.builder()
.name("string")
.target("string")
.build())
.expirationDate("string")
.httpFile(PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs.builder()
.content("string")
.contentType("string")
.path("string")
.build())
.httpRedirect(PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs.builder()
.from("string")
.to("string")
.build())
.txtRecord(PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs.builder()
.name("string")
.value("string")
.build())
.build())
.validationCompletedDate("string")
.validationMethod("string")
.validationRequestedBy("string")
.validationRequestedDate("string")
.build())
.build());
property_domainownership_domains_resource = akamai.PropertyDomainownershipDomains("propertyDomainownershipDomainsResource", domains=[{
"domain_name": "string",
"validation_scope": "string",
"account_id": "string",
"domain_status": "string",
"validation_challenge": {
"cname_record": {
"name": "string",
"target": "string",
},
"expiration_date": "string",
"http_file": {
"content": "string",
"content_type": "string",
"path": "string",
},
"http_redirect": {
"from_": "string",
"to": "string",
},
"txt_record": {
"name": "string",
"value": "string",
},
},
"validation_completed_date": "string",
"validation_method": "string",
"validation_requested_by": "string",
"validation_requested_date": "string",
}])
const propertyDomainownershipDomainsResource = new akamai.PropertyDomainownershipDomains("propertyDomainownershipDomainsResource", {domains: [{
domainName: "string",
validationScope: "string",
accountId: "string",
domainStatus: "string",
validationChallenge: {
cnameRecord: {
name: "string",
target: "string",
},
expirationDate: "string",
httpFile: {
content: "string",
contentType: "string",
path: "string",
},
httpRedirect: {
from: "string",
to: "string",
},
txtRecord: {
name: "string",
value: "string",
},
},
validationCompletedDate: "string",
validationMethod: "string",
validationRequestedBy: "string",
validationRequestedDate: "string",
}]});
type: akamai:PropertyDomainownershipDomains
properties:
domains:
- accountId: string
domainName: string
domainStatus: string
validationChallenge:
cnameRecord:
name: string
target: string
expirationDate: string
httpFile:
content: string
contentType: string
path: string
httpRedirect:
from: string
to: string
txtRecord:
name: string
value: string
validationCompletedDate: string
validationMethod: string
validationRequestedBy: string
validationRequestedDate: string
validationScope: string
PropertyDomainownershipDomains 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 PropertyDomainownershipDomains resource accepts the following input properties:
- Domains
List<Property
Domainownership Domains Domain> - List of domains.
- Domains
[]Property
Domainownership Domains Domain Args - List of domains.
- domains
List<Property
Domainownership Domains Domain> - List of domains.
- domains
Property
Domainownership Domains Domain[] - List of domains.
- domains
Sequence[Property
Domainownership Domains Domain Args] - List of domains.
- domains List<Property Map>
- List of domains.
Outputs
All input properties are implicitly available as output properties. Additionally, the PropertyDomainownershipDomains resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing PropertyDomainownershipDomains Resource
Get an existing PropertyDomainownershipDomains resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PropertyDomainownershipDomainsState, opts?: CustomResourceOptions): PropertyDomainownershipDomains@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
domains: Optional[Sequence[PropertyDomainownershipDomainsDomainArgs]] = None) -> PropertyDomainownershipDomainsfunc GetPropertyDomainownershipDomains(ctx *Context, name string, id IDInput, state *PropertyDomainownershipDomainsState, opts ...ResourceOption) (*PropertyDomainownershipDomains, error)public static PropertyDomainownershipDomains Get(string name, Input<string> id, PropertyDomainownershipDomainsState? state, CustomResourceOptions? opts = null)public static PropertyDomainownershipDomains get(String name, Output<String> id, PropertyDomainownershipDomainsState state, CustomResourceOptions options)resources: _: type: akamai:PropertyDomainownershipDomains get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Domains
List<Property
Domainownership Domains Domain> - List of domains.
- Domains
[]Property
Domainownership Domains Domain Args - List of domains.
- domains
List<Property
Domainownership Domains Domain> - List of domains.
- domains
Property
Domainownership Domains Domain[] - List of domains.
- domains
Sequence[Property
Domainownership Domains Domain Args] - List of domains.
- domains List<Property Map>
- List of domains.
Supporting Types
PropertyDomainownershipDomainsDomain, PropertyDomainownershipDomainsDomainArgs
- Domain
Name string - Your domain's name.
- Validation
Scope string - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- Account
Id string - Your account's ID.
- Domain
Status string - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- Validation
Challenge PropertyDomainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- Validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- Validation
Method string - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- Validation
Requested stringBy - The name of the user who requested the domain validation.
- Validation
Requested stringDate - The timestamp indicating when the domain validation was requested.
- Domain
Name string - Your domain's name.
- Validation
Scope string - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- Account
Id string - Your account's ID.
- Domain
Status string - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- Validation
Challenge PropertyDomainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- Validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- Validation
Method string - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- Validation
Requested stringBy - The name of the user who requested the domain validation.
- Validation
Requested stringDate - The timestamp indicating when the domain validation was requested.
- domain
Name String - Your domain's name.
- validation
Scope String - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account
Id String - Your account's ID.
- domain
Status String - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation
Challenge PropertyDomainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- validation
Completed StringDate - The timestamp indicating when the domain validation was completed.
- validation
Method String - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation
Requested StringBy - The name of the user who requested the domain validation.
- validation
Requested StringDate - The timestamp indicating when the domain validation was requested.
- domain
Name string - Your domain's name.
- validation
Scope string - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account
Id string - Your account's ID.
- domain
Status string - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation
Challenge PropertyDomainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- validation
Method string - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation
Requested stringBy - The name of the user who requested the domain validation.
- validation
Requested stringDate - The timestamp indicating when the domain validation was requested.
- domain_
name str - Your domain's name.
- validation_
scope str - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account_
id str - Your account's ID.
- domain_
status str - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation_
challenge PropertyDomainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- validation_
completed_ strdate - The timestamp indicating when the domain validation was completed.
- validation_
method str - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation_
requested_ strby - The name of the user who requested the domain validation.
- validation_
requested_ strdate - The timestamp indicating when the domain validation was requested.
- domain
Name String - Your domain's name.
- validation
Scope String - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account
Id String - Your account's ID.
- domain
Status String - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation
Challenge Property Map - The domain's validation challenge details.
- validation
Completed StringDate - The timestamp indicating when the domain validation was completed.
- validation
Method String - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation
Requested StringBy - The name of the user who requested the domain validation.
- validation
Requested StringDate - The timestamp indicating when the domain validation was requested.
PropertyDomainownershipDomainsDomainValidationChallenge, PropertyDomainownershipDomainsDomainValidationChallengeArgs
- Cname
Record PropertyDomainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- Expiration
Date string - The timestamp indicating when the challenge data expires.
- Http
File PropertyDomainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- Http
Redirect PropertyDomainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- Txt
Record PropertyDomainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- Cname
Record PropertyDomainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- Expiration
Date string - The timestamp indicating when the challenge data expires.
- Http
File PropertyDomainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- Http
Redirect PropertyDomainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- Txt
Record PropertyDomainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname
Record PropertyDomainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration
Date String - The timestamp indicating when the challenge data expires.
- http
File PropertyDomainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http
Redirect PropertyDomainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt
Record PropertyDomainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname
Record PropertyDomainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration
Date string - The timestamp indicating when the challenge data expires.
- http
File PropertyDomainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http
Redirect PropertyDomainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt
Record PropertyDomainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname_
record PropertyDomainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration_
date str - The timestamp indicating when the challenge data expires.
- http_
file PropertyDomainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http_
redirect PropertyDomainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt_
record PropertyDomainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname
Record Property Map - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration
Date String - The timestamp indicating when the challenge data expires.
- http
File Property Map - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http
Redirect Property Map - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt
Record Property Map - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
PropertyDomainownershipDomainsDomainValidationChallengeCnameRecord, PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs
PropertyDomainownershipDomainsDomainValidationChallengeHttpFile, PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs
- Content string
- The content of the file that you should place at the specified URL.
- Content
Type string - The content type of the file containing the token.
- Path string
- The URL where you should place the file containing the challenge token.
- Content string
- The content of the file that you should place at the specified URL.
- Content
Type string - The content type of the file containing the token.
- Path string
- The URL where you should place the file containing the challenge token.
- content String
- The content of the file that you should place at the specified URL.
- content
Type String - The content type of the file containing the token.
- path String
- The URL where you should place the file containing the challenge token.
- content string
- The content of the file that you should place at the specified URL.
- content
Type string - The content type of the file containing the token.
- path string
- The URL where you should place the file containing the challenge token.
- content str
- The content of the file that you should place at the specified URL.
- content_
type str - The content type of the file containing the token.
- path str
- The URL where you should place the file containing the challenge token.
- content String
- The content of the file that you should place at the specified URL.
- content
Type String - The content type of the file containing the token.
- path String
- The URL where you should place the file containing the challenge token.
PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect, PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs
PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord, PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
