1. Packages
  2. Akamai
  3. API Docs
  4. PropertyDomainownershipDomains
Akamai v10.2.0 published on Friday, Nov 14, 2025 by Pulumi
akamai logo
Akamai v10.2.0 published on Friday, Nov 14, 2025 by Pulumi

    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 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) -> PropertyDomainownershipDomains
    func 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.

    Supporting Types

    PropertyDomainownershipDomainsDomain, PropertyDomainownershipDomainsDomainArgs

    DomainName string
    Your domain's name.
    ValidationScope 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.
    AccountId string
    Your account's ID.
    DomainStatus 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.
    ValidationChallenge PropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    ValidationCompletedDate string
    The timestamp indicating when the domain validation was completed.
    ValidationMethod string
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    ValidationRequestedBy string
    The name of the user who requested the domain validation.
    ValidationRequestedDate string
    The timestamp indicating when the domain validation was requested.
    DomainName string
    Your domain's name.
    ValidationScope 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.
    AccountId string
    Your account's ID.
    DomainStatus 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.
    ValidationChallenge PropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    ValidationCompletedDate string
    The timestamp indicating when the domain validation was completed.
    ValidationMethod string
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    ValidationRequestedBy string
    The name of the user who requested the domain validation.
    ValidationRequestedDate string
    The timestamp indicating when the domain validation was requested.
    domainName String
    Your domain's name.
    validationScope 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.
    accountId String
    Your account's ID.
    domainStatus 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.
    validationChallenge PropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    validationCompletedDate String
    The timestamp indicating when the domain validation was completed.
    validationMethod String
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    validationRequestedBy String
    The name of the user who requested the domain validation.
    validationRequestedDate String
    The timestamp indicating when the domain validation was requested.
    domainName string
    Your domain's name.
    validationScope 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.
    accountId string
    Your account's ID.
    domainStatus 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.
    validationChallenge PropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    validationCompletedDate string
    The timestamp indicating when the domain validation was completed.
    validationMethod string
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    validationRequestedBy string
    The name of the user who requested the domain validation.
    validationRequestedDate string
    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 PropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    validation_completed_date str
    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 a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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_by str
    The name of the user who requested the domain validation.
    validation_requested_date str
    The timestamp indicating when the domain validation was requested.
    domainName String
    Your domain's name.
    validationScope 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.
    accountId String
    Your account's ID.
    domainStatus 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.
    validationChallenge Property Map
    The domain's validation challenge details.
    validationCompletedDate String
    The timestamp indicating when the domain validation was completed.
    validationMethod String
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    validationRequestedBy String
    The name of the user who requested the domain validation.
    validationRequestedDate String
    The timestamp indicating when the domain validation was requested.

    PropertyDomainownershipDomainsDomainValidationChallenge, PropertyDomainownershipDomainsDomainValidationChallengeArgs

    CnameRecord PropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    ExpirationDate string
    The timestamp indicating when the challenge data expires.
    HttpFile PropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    HttpRedirect PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    TxtRecord PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    CnameRecord PropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    ExpirationDate string
    The timestamp indicating when the challenge data expires.
    HttpFile PropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    HttpRedirect PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    TxtRecord PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord PropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    expirationDate String
    The timestamp indicating when the challenge data expires.
    httpFile PropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    httpRedirect PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    txtRecord PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord PropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    expirationDate string
    The timestamp indicating when the challenge data expires.
    httpFile PropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    httpRedirect PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    txtRecord PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    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 PropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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 PropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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 PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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 PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord 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.
    expirationDate String
    The timestamp indicating when the challenge data expires.
    httpFile 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.
    httpRedirect 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.
    txtRecord 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

    Name string
    The 'CNAME' record for your domain that you add to the DNS configuration.
    Target string
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    Name string
    The 'CNAME' record for your domain that you add to the DNS configuration.
    Target string
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name String
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target String
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name string
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target string
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name str
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target str
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name String
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target String
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.

    PropertyDomainownershipDomainsDomainValidationChallengeHttpFile, PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs

    Content string
    The content of the file that you should place at the specified URL.
    ContentType 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.
    ContentType 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.
    contentType 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.
    contentType 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.
    contentType 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

    From string
    The location on your HTTP server where you set up the redirect.
    To string
    The redirect URL with the token that you place on your HTTP server.
    From string
    The location on your HTTP server where you set up the redirect.
    To string
    The redirect URL with the token that you place on your HTTP server.
    from String
    The location on your HTTP server where you set up the redirect.
    to String
    The redirect URL with the token that you place on your HTTP server.
    from string
    The location on your HTTP server where you set up the redirect.
    to string
    The redirect URL with the token that you place on your HTTP server.
    from_ str
    The location on your HTTP server where you set up the redirect.
    to str
    The redirect URL with the token that you place on your HTTP server.
    from String
    The location on your HTTP server where you set up the redirect.
    to String
    The redirect URL with the token that you place on your HTTP server.

    PropertyDomainownershipDomainsDomainValidationChallengeTxtRecord, PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs

    Name string
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    Value string
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    Name string
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    Value string
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name String
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value String
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name string
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value string
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name str
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value str
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name String
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value String
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v10.2.0 published on Friday, Nov 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate