Create PropertyDomainownershipLateValidation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PropertyDomainownershipLateValidation(name: string, args: PropertyDomainownershipLateValidationArgs, opts?: CustomResourceOptions);@overload
def PropertyDomainownershipLateValidation(resource_name: str,
args: PropertyDomainownershipLateValidationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PropertyDomainownershipLateValidation(resource_name: str,
opts: Optional[ResourceOptions] = None,
contract_id: Optional[str] = None,
group_id: Optional[str] = None,
property_id: Optional[str] = None,
validation_method: Optional[str] = None,
version: Optional[int] = None,
timeouts: Optional[PropertyDomainownershipLateValidationTimeoutsArgs] = None)func NewPropertyDomainownershipLateValidation(ctx *Context, name string, args PropertyDomainownershipLateValidationArgs, opts ...ResourceOption) (*PropertyDomainownershipLateValidation, error)public PropertyDomainownershipLateValidation(string name, PropertyDomainownershipLateValidationArgs args, CustomResourceOptions? opts = null)
public PropertyDomainownershipLateValidation(String name, PropertyDomainownershipLateValidationArgs args)
public PropertyDomainownershipLateValidation(String name, PropertyDomainownershipLateValidationArgs args, CustomResourceOptions options)
type: akamai:PropertyDomainownershipLateValidation
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 PropertyDomainownershipLateValidationArgs
- 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 PropertyDomainownershipLateValidationArgs
- 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 PropertyDomainownershipLateValidationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PropertyDomainownershipLateValidationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PropertyDomainownershipLateValidationArgs
- 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 propertyDomainownershipLateValidationResource = new Akamai.PropertyDomainownershipLateValidation("propertyDomainownershipLateValidationResource", new()
{
ContractId = "string",
GroupId = "string",
PropertyId = "string",
ValidationMethod = "string",
Version = 0,
Timeouts = new Akamai.Inputs.PropertyDomainownershipLateValidationTimeoutsArgs
{
Create = "string",
Update = "string",
},
});
example, err := akamai.NewPropertyDomainownershipLateValidation(ctx, "propertyDomainownershipLateValidationResource", &akamai.PropertyDomainownershipLateValidationArgs{
ContractId: pulumi.String("string"),
GroupId: pulumi.String("string"),
PropertyId: pulumi.String("string"),
ValidationMethod: pulumi.String("string"),
Version: pulumi.Int(0),
Timeouts: &akamai.PropertyDomainownershipLateValidationTimeoutsArgs{
Create: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var propertyDomainownershipLateValidationResource = new PropertyDomainownershipLateValidation("propertyDomainownershipLateValidationResource", PropertyDomainownershipLateValidationArgs.builder()
.contractId("string")
.groupId("string")
.propertyId("string")
.validationMethod("string")
.version(0)
.timeouts(PropertyDomainownershipLateValidationTimeoutsArgs.builder()
.create("string")
.update("string")
.build())
.build());
property_domainownership_late_validation_resource = akamai.PropertyDomainownershipLateValidation("propertyDomainownershipLateValidationResource",
contract_id="string",
group_id="string",
property_id="string",
validation_method="string",
version=0,
timeouts={
"create": "string",
"update": "string",
})
const propertyDomainownershipLateValidationResource = new akamai.PropertyDomainownershipLateValidation("propertyDomainownershipLateValidationResource", {
contractId: "string",
groupId: "string",
propertyId: "string",
validationMethod: "string",
version: 0,
timeouts: {
create: "string",
update: "string",
},
});
type: akamai:PropertyDomainownershipLateValidation
properties:
contractId: string
groupId: string
propertyId: string
timeouts:
create: string
update: string
validationMethod: string
version: 0
PropertyDomainownershipLateValidation 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 PropertyDomainownershipLateValidation resource accepts the following input properties:
- Contract
Id string - Contract ID of the Property.
- Group
Id string - Group ID of the Property.
- Property
Id string - Property ID of the Property which domains will be validated.
- 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.
- Version int
- Property version containing domains to be validated.
- Timeouts
Property
Domainownership Late Validation Timeouts
- Contract
Id string - Contract ID of the Property.
- Group
Id string - Group ID of the Property.
- Property
Id string - Property ID of the Property which domains will be validated.
- 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.
- Version int
- Property version containing domains to be validated.
- Timeouts
Property
Domainownership Late Validation Timeouts Args
- contract
Id String - Contract ID of the Property.
- group
Id String - Group ID of the Property.
- property
Id String - Property ID of the Property which domains will be validated.
- 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.
- version Integer
- Property version containing domains to be validated.
- timeouts
Property
Domainownership Late Validation Timeouts
- contract
Id string - Contract ID of the Property.
- group
Id string - Group ID of the Property.
- property
Id string - Property ID of the Property which domains will be validated.
- 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.
- version number
- Property version containing domains to be validated.
- timeouts
Property
Domainownership Late Validation Timeouts
- contract_
id str - Contract ID of the Property.
- group_
id str - Group ID of the Property.
- property_
id str - Property ID of the Property which domains will be validated.
- 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.
- version int
- Property version containing domains to be validated.
- timeouts
Property
Domainownership Late Validation Timeouts Args
- contract
Id String - Contract ID of the Property.
- group
Id String - Group ID of the Property.
- property
Id String - Property ID of the Property which domains will be validated.
- 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.
- version Number
- Property version containing domains to be validated.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the PropertyDomainownershipLateValidation 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 PropertyDomainownershipLateValidation Resource
Get an existing PropertyDomainownershipLateValidation 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?: PropertyDomainownershipLateValidationState, opts?: CustomResourceOptions): PropertyDomainownershipLateValidation@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
contract_id: Optional[str] = None,
group_id: Optional[str] = None,
property_id: Optional[str] = None,
timeouts: Optional[PropertyDomainownershipLateValidationTimeoutsArgs] = None,
validation_method: Optional[str] = None,
version: Optional[int] = None) -> PropertyDomainownershipLateValidationfunc GetPropertyDomainownershipLateValidation(ctx *Context, name string, id IDInput, state *PropertyDomainownershipLateValidationState, opts ...ResourceOption) (*PropertyDomainownershipLateValidation, error)public static PropertyDomainownershipLateValidation Get(string name, Input<string> id, PropertyDomainownershipLateValidationState? state, CustomResourceOptions? opts = null)public static PropertyDomainownershipLateValidation get(String name, Output<String> id, PropertyDomainownershipLateValidationState state, CustomResourceOptions options)resources: _: type: akamai:PropertyDomainownershipLateValidation 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.
- Contract
Id string - Contract ID of the Property.
- Group
Id string - Group ID of the Property.
- Property
Id string - Property ID of the Property which domains will be validated.
- Timeouts
Property
Domainownership Late Validation Timeouts - 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.
- Version int
- Property version containing domains to be validated.
- Contract
Id string - Contract ID of the Property.
- Group
Id string - Group ID of the Property.
- Property
Id string - Property ID of the Property which domains will be validated.
- Timeouts
Property
Domainownership Late Validation Timeouts Args - 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.
- Version int
- Property version containing domains to be validated.
- contract
Id String - Contract ID of the Property.
- group
Id String - Group ID of the Property.
- property
Id String - Property ID of the Property which domains will be validated.
- timeouts
Property
Domainownership Late Validation Timeouts - 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.
- version Integer
- Property version containing domains to be validated.
- contract
Id string - Contract ID of the Property.
- group
Id string - Group ID of the Property.
- property
Id string - Property ID of the Property which domains will be validated.
- timeouts
Property
Domainownership Late Validation Timeouts - 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.
- version number
- Property version containing domains to be validated.
- contract_
id str - Contract ID of the Property.
- group_
id str - Group ID of the Property.
- property_
id str - Property ID of the Property which domains will be validated.
- timeouts
Property
Domainownership Late Validation Timeouts Args - 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.
- version int
- Property version containing domains to be validated.
- contract
Id String - Contract ID of the Property.
- group
Id String - Group ID of the Property.
- property
Id String - Property ID of the Property which domains will be validated.
- timeouts Property Map
- 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.
- version Number
- Property version containing domains to be validated.
Supporting Types
PropertyDomainownershipLateValidationTimeouts, PropertyDomainownershipLateValidationTimeoutsArgs
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
