Using getPropertyHostnames
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPropertyHostnames(args: GetPropertyHostnamesArgs, opts?: InvokeOptions): Promise<GetPropertyHostnamesResult>
function getPropertyHostnamesOutput(args: GetPropertyHostnamesOutputArgs, opts?: InvokeOptions): Output<GetPropertyHostnamesResult>def get_property_hostnames(contract_id: Optional[str] = None,
filter_pending_default_certs: Optional[bool] = None,
group_id: Optional[str] = None,
property_id: Optional[str] = None,
version: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyHostnamesResult
def get_property_hostnames_output(contract_id: Optional[pulumi.Input[str]] = None,
filter_pending_default_certs: Optional[pulumi.Input[bool]] = None,
group_id: Optional[pulumi.Input[str]] = None,
property_id: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyHostnamesResult]func GetPropertyHostnames(ctx *Context, args *GetPropertyHostnamesArgs, opts ...InvokeOption) (*GetPropertyHostnamesResult, error)
func GetPropertyHostnamesOutput(ctx *Context, args *GetPropertyHostnamesOutputArgs, opts ...InvokeOption) GetPropertyHostnamesResultOutput> Note: This function is named GetPropertyHostnames in the Go SDK.
public static class GetPropertyHostnames
{
public static Task<GetPropertyHostnamesResult> InvokeAsync(GetPropertyHostnamesArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyHostnamesResult> Invoke(GetPropertyHostnamesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertyHostnamesResult> getPropertyHostnames(GetPropertyHostnamesArgs args, InvokeOptions options)
public static Output<GetPropertyHostnamesResult> getPropertyHostnames(GetPropertyHostnamesArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyHostnames:getPropertyHostnames
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string - Group
Id string - Property
Id string - Filter
Pending boolDefault Certs - Version int
- Contract
Id string - Group
Id string - Property
Id string - Filter
Pending boolDefault Certs - Version int
- contract
Id String - group
Id String - property
Id String - filter
Pending BooleanDefault Certs - version Integer
- contract
Id string - group
Id string - property
Id string - filter
Pending booleanDefault Certs - version number
- contract_
id str - group_
id str - property_
id str - filter_
pending_ booldefault_ certs - version int
- contract
Id String - group
Id String - property
Id String - filter
Pending BooleanDefault Certs - version Number
getPropertyHostnames Result
The following output properties are available:
- Contract
Id string - Group
Id string - Hostname
Buckets List<GetProperty Hostnames Hostname Bucket> - Hostnames
List<Get
Property Hostnames Hostname> - Id string
- The provider-assigned unique ID for this managed resource.
- Property
Id string - Version int
- Filter
Pending boolDefault Certs
- Contract
Id string - Group
Id string - Hostname
Buckets []GetProperty Hostnames Hostname Bucket - Hostnames
[]Get
Property Hostnames Hostname - Id string
- The provider-assigned unique ID for this managed resource.
- Property
Id string - Version int
- Filter
Pending boolDefault Certs
- contract
Id String - group
Id String - hostname
Buckets List<GetProperty Hostnames Hostname Bucket> - hostnames
List<Get
Property Hostnames Hostname> - id String
- The provider-assigned unique ID for this managed resource.
- property
Id String - version Integer
- filter
Pending BooleanDefault Certs
- contract
Id string - group
Id string - hostname
Buckets GetProperty Hostnames Hostname Bucket[] - hostnames
Get
Property Hostnames Hostname[] - id string
- The provider-assigned unique ID for this managed resource.
- property
Id string - version number
- filter
Pending booleanDefault Certs
- contract_
id str - group_
id str - hostname_
buckets Sequence[GetProperty Hostnames Hostname Bucket] - hostnames
Sequence[Get
Property Hostnames Hostname] - id str
- The provider-assigned unique ID for this managed resource.
- property_
id str - version int
- filter_
pending_ booldefault_ certs
- contract
Id String - group
Id String - hostname
Buckets List<Property Map> - hostnames List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- property
Id String - version Number
- filter
Pending BooleanDefault Certs
Supporting Types
GetPropertyHostnamesHostname
- Ccm
Cert List<GetStatuses Property Hostnames Hostname Ccm Cert Status> - CCM certificate deployment status for RSA and ECDSA certificates.
- Ccm
Certificates List<GetProperty Hostnames Hostname Ccm Certificate> - Identifiers for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
- Cert
Provisioning stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates created with the Certificate Provisioning System (CPS) API,CCMfor the certificates created with the Cloud Certificate Manager (CCM) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - Cert
Statuses List<GetProperty Hostnames Hostname Cert Status> - Cname
From string - The hostname that your end users see, indicated by the Host header in end user requests.
- Cname
To string - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - Cname
Type string - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - Domain
Ownership List<GetVerifications Property Hostnames Hostname Domain Ownership Verification> - Domain ownership verification details for the hostname.
- Edge
Hostname stringId - The unique identifier for the edge hostname.
- Mtls
List<Get
Property Hostnames Hostname Mtl> - Mutual TLS configuration for the hostnames created with Cloud Certificate Manager (CCM).
- Tls
Configurations List<GetProperty Hostnames Hostname Tls Configuration> - TLS configuration settings applicable to the Cloud Certificate Manager (CCM) hostnames.
- Ccm
Cert []GetStatuses Property Hostnames Hostname Ccm Cert Status - CCM certificate deployment status for RSA and ECDSA certificates.
- Ccm
Certificates []GetProperty Hostnames Hostname Ccm Certificate - Identifiers for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
- Cert
Provisioning stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates created with the Certificate Provisioning System (CPS) API,CCMfor the certificates created with the Cloud Certificate Manager (CCM) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - Cert
Statuses []GetProperty Hostnames Hostname Cert Status - Cname
From string - The hostname that your end users see, indicated by the Host header in end user requests.
- Cname
To string - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - Cname
Type string - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - Domain
Ownership []GetVerifications Property Hostnames Hostname Domain Ownership Verification - Domain ownership verification details for the hostname.
- Edge
Hostname stringId - The unique identifier for the edge hostname.
- Mtls
[]Get
Property Hostnames Hostname Mtl - Mutual TLS configuration for the hostnames created with Cloud Certificate Manager (CCM).
- Tls
Configurations []GetProperty Hostnames Hostname Tls Configuration - TLS configuration settings applicable to the Cloud Certificate Manager (CCM) hostnames.
- ccm
Cert List<GetStatuses Property Hostnames Hostname Ccm Cert Status> - CCM certificate deployment status for RSA and ECDSA certificates.
- ccm
Certificates List<GetProperty Hostnames Hostname Ccm Certificate> - Identifiers for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
- cert
Provisioning StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates created with the Certificate Provisioning System (CPS) API,CCMfor the certificates created with the Cloud Certificate Manager (CCM) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - cert
Statuses List<GetProperty Hostnames Hostname Cert Status> - cname
From String - The hostname that your end users see, indicated by the Host header in end user requests.
- cname
To String - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - cname
Type String - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - domain
Ownership List<GetVerifications Property Hostnames Hostname Domain Ownership Verification> - Domain ownership verification details for the hostname.
- edge
Hostname StringId - The unique identifier for the edge hostname.
- mtls
List<Get
Property Hostnames Hostname Mtl> - Mutual TLS configuration for the hostnames created with Cloud Certificate Manager (CCM).
- tls
Configurations List<GetProperty Hostnames Hostname Tls Configuration> - TLS configuration settings applicable to the Cloud Certificate Manager (CCM) hostnames.
- ccm
Cert GetStatuses Property Hostnames Hostname Ccm Cert Status[] - CCM certificate deployment status for RSA and ECDSA certificates.
- ccm
Certificates GetProperty Hostnames Hostname Ccm Certificate[] - Identifiers for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
- cert
Provisioning stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates created with the Certificate Provisioning System (CPS) API,CCMfor the certificates created with the Cloud Certificate Manager (CCM) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - cert
Statuses GetProperty Hostnames Hostname Cert Status[] - cname
From string - The hostname that your end users see, indicated by the Host header in end user requests.
- cname
To string - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - cname
Type string - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - domain
Ownership GetVerifications Property Hostnames Hostname Domain Ownership Verification[] - Domain ownership verification details for the hostname.
- edge
Hostname stringId - The unique identifier for the edge hostname.
- mtls
Get
Property Hostnames Hostname Mtl[] - Mutual TLS configuration for the hostnames created with Cloud Certificate Manager (CCM).
- tls
Configurations GetProperty Hostnames Hostname Tls Configuration[] - TLS configuration settings applicable to the Cloud Certificate Manager (CCM) hostnames.
- ccm_
cert_ Sequence[Getstatuses Property Hostnames Hostname Ccm Cert Status] - CCM certificate deployment status for RSA and ECDSA certificates.
- ccm_
certificates Sequence[GetProperty Hostnames Hostname Ccm Certificate] - Identifiers for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
- cert_
provisioning_ strtype - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates created with the Certificate Provisioning System (CPS) API,CCMfor the certificates created with the Cloud Certificate Manager (CCM) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - cert_
statuses Sequence[GetProperty Hostnames Hostname Cert Status] - cname_
from str - The hostname that your end users see, indicated by the Host header in end user requests.
- cname_
to str - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - cname_
type str - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - domain_
ownership_ Sequence[Getverifications Property Hostnames Hostname Domain Ownership Verification] - Domain ownership verification details for the hostname.
- edge_
hostname_ strid - The unique identifier for the edge hostname.
- mtls
Sequence[Get
Property Hostnames Hostname Mtl] - Mutual TLS configuration for the hostnames created with Cloud Certificate Manager (CCM).
- tls_
configurations Sequence[GetProperty Hostnames Hostname Tls Configuration] - TLS configuration settings applicable to the Cloud Certificate Manager (CCM) hostnames.
- ccm
Cert List<Property Map>Statuses - CCM certificate deployment status for RSA and ECDSA certificates.
- ccm
Certificates List<Property Map> - Identifiers for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
- cert
Provisioning StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates created with the Certificate Provisioning System (CPS) API,CCMfor the certificates created with the Cloud Certificate Manager (CCM) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - cert
Statuses List<Property Map> - cname
From String - The hostname that your end users see, indicated by the Host header in end user requests.
- cname
To String - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - cname
Type String - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - domain
Ownership List<Property Map>Verifications - Domain ownership verification details for the hostname.
- edge
Hostname StringId - The unique identifier for the edge hostname.
- mtls List<Property Map>
- Mutual TLS configuration for the hostnames created with Cloud Certificate Manager (CCM).
- tls
Configurations List<Property Map> - TLS configuration settings applicable to the Cloud Certificate Manager (CCM) hostnames.
GetPropertyHostnamesHostnameBucket
- Cert
Statuses List<GetProperty Hostnames Hostname Bucket Cert Status> - Cname
From string - The hostname that your end users see, indicated by the Host header in end user requests.
- Cname
Type string - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - Production
Cert stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - Production
Cname stringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - Production
Edge stringHostname Id - The unique identifier for the edge hostname.
- Staging
Cert stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - Staging
Cname stringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - Staging
Edge stringHostname Id - The unique identifier for the edge hostname.
- Cert
Statuses []GetProperty Hostnames Hostname Bucket Cert Status - Cname
From string - The hostname that your end users see, indicated by the Host header in end user requests.
- Cname
Type string - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - Production
Cert stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - Production
Cname stringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - Production
Edge stringHostname Id - The unique identifier for the edge hostname.
- Staging
Cert stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - Staging
Cname stringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - Staging
Edge stringHostname Id - The unique identifier for the edge hostname.
- cert
Statuses List<GetProperty Hostnames Hostname Bucket Cert Status> - cname
From String - The hostname that your end users see, indicated by the Host header in end user requests.
- cname
Type String - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - production
Cert StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - production
Cname StringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - production
Edge StringHostname Id - The unique identifier for the edge hostname.
- staging
Cert StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - staging
Cname StringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - staging
Edge StringHostname Id - The unique identifier for the edge hostname.
- cert
Statuses GetProperty Hostnames Hostname Bucket Cert Status[] - cname
From string - The hostname that your end users see, indicated by the Host header in end user requests.
- cname
Type string - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - production
Cert stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - production
Cname stringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - production
Edge stringHostname Id - The unique identifier for the edge hostname.
- staging
Cert stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - staging
Cname stringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - staging
Edge stringHostname Id - The unique identifier for the edge hostname.
- cert_
statuses Sequence[GetProperty Hostnames Hostname Bucket Cert Status] - cname_
from str - The hostname that your end users see, indicated by the Host header in end user requests.
- cname_
type str - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - production_
cert_ strtype - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - production_
cname_ strto - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - production_
edge_ strhostname_ id - The unique identifier for the edge hostname.
- staging_
cert_ strtype - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - staging_
cname_ strto - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - staging_
edge_ strhostname_ id - The unique identifier for the edge hostname.
- cert
Statuses List<Property Map> - cname
From String - The hostname that your end users see, indicated by the Host header in end user requests.
- cname
Type String - A hostname's CNAME type. Supports only the
EDGE_HOSTNAMEvalue. - production
Cert StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - production
Cname StringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - production
Edge StringHostname Id - The unique identifier for the edge hostname.
- staging
Cert StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGEDfor the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULTfor the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULTvalue if your property hostname uses theakamaized.netdomain suffix. - staging
Cname StringTo - The edge hostname you point the property hostname to so that you can start serving traffic through Akamai servers. This member corresponds to the edge hostname object's
edgeHostnameDomainmember. - staging
Edge StringHostname Id - The unique identifier for the edge hostname.
GetPropertyHostnamesHostnameBucketCertStatus
- Hostname string
- The hostname part of the CNAME record used to validate the certificate's domain.
- Production
Status string - The certificate's deployment status on the production network.
- Staging
Status string - The certificate's deployment status on the staging network.
- Target string
- The destination part of the CNAME record used to validate the certificate's domain.
- Hostname string
- The hostname part of the CNAME record used to validate the certificate's domain.
- Production
Status string - The certificate's deployment status on the production network.
- Staging
Status string - The certificate's deployment status on the staging network.
- Target string
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname String
- The hostname part of the CNAME record used to validate the certificate's domain.
- production
Status String - The certificate's deployment status on the production network.
- staging
Status String - The certificate's deployment status on the staging network.
- target String
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname string
- The hostname part of the CNAME record used to validate the certificate's domain.
- production
Status string - The certificate's deployment status on the production network.
- staging
Status string - The certificate's deployment status on the staging network.
- target string
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname str
- The hostname part of the CNAME record used to validate the certificate's domain.
- production_
status str - The certificate's deployment status on the production network.
- staging_
status str - The certificate's deployment status on the staging network.
- target str
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname String
- The hostname part of the CNAME record used to validate the certificate's domain.
- production
Status String - The certificate's deployment status on the production network.
- staging
Status String - The certificate's deployment status on the staging network.
- target String
- The destination part of the CNAME record used to validate the certificate's domain.
GetPropertyHostnamesHostnameCcmCertStatus
- Ecdsa
Production stringStatus - Status of the ECDSA certificate on production network.
- Ecdsa
Staging stringStatus - Status of the ECDSA certificate on staging network.
- Rsa
Production stringStatus - Status of the RSA certificate on production network.
- Rsa
Staging stringStatus - Status of the RSA certificate on staging network.
- Ecdsa
Production stringStatus - Status of the ECDSA certificate on production network.
- Ecdsa
Staging stringStatus - Status of the ECDSA certificate on staging network.
- Rsa
Production stringStatus - Status of the RSA certificate on production network.
- Rsa
Staging stringStatus - Status of the RSA certificate on staging network.
- ecdsa
Production StringStatus - Status of the ECDSA certificate on production network.
- ecdsa
Staging StringStatus - Status of the ECDSA certificate on staging network.
- rsa
Production StringStatus - Status of the RSA certificate on production network.
- rsa
Staging StringStatus - Status of the RSA certificate on staging network.
- ecdsa
Production stringStatus - Status of the ECDSA certificate on production network.
- ecdsa
Staging stringStatus - Status of the ECDSA certificate on staging network.
- rsa
Production stringStatus - Status of the RSA certificate on production network.
- rsa
Staging stringStatus - Status of the RSA certificate on staging network.
- ecdsa_
production_ strstatus - Status of the ECDSA certificate on production network.
- ecdsa_
staging_ strstatus - Status of the ECDSA certificate on staging network.
- rsa_
production_ strstatus - Status of the RSA certificate on production network.
- rsa_
staging_ strstatus - Status of the RSA certificate on staging network.
- ecdsa
Production StringStatus - Status of the ECDSA certificate on production network.
- ecdsa
Staging StringStatus - Status of the ECDSA certificate on staging network.
- rsa
Production StringStatus - Status of the RSA certificate on production network.
- rsa
Staging StringStatus - Status of the RSA certificate on staging network.
GetPropertyHostnamesHostnameCcmCertificate
- Ecdsa
Cert stringId - Certificate ID for ECDSA.
- Rsa
Cert stringId - Certificate ID for RSA.
- Ecdsa
Cert stringId - Certificate ID for ECDSA.
- Rsa
Cert stringId - Certificate ID for RSA.
- ecdsa
Cert StringId - Certificate ID for ECDSA.
- rsa
Cert StringId - Certificate ID for RSA.
- ecdsa
Cert stringId - Certificate ID for ECDSA.
- rsa
Cert stringId - Certificate ID for RSA.
- ecdsa_
cert_ strid - Certificate ID for ECDSA.
- rsa_
cert_ strid - Certificate ID for RSA.
- ecdsa
Cert StringId - Certificate ID for ECDSA.
- rsa
Cert StringId - Certificate ID for RSA.
GetPropertyHostnamesHostnameCertStatus
- Hostname string
- The hostname part of the CNAME record used to validate the certificate's domain.
- Production
Status string - The certificate's deployment status on the production network.
- Staging
Status string - The certificate's deployment status on the staging network.
- Target string
- The destination part of the CNAME record used to validate the certificate's domain.
- Hostname string
- The hostname part of the CNAME record used to validate the certificate's domain.
- Production
Status string - The certificate's deployment status on the production network.
- Staging
Status string - The certificate's deployment status on the staging network.
- Target string
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname String
- The hostname part of the CNAME record used to validate the certificate's domain.
- production
Status String - The certificate's deployment status on the production network.
- staging
Status String - The certificate's deployment status on the staging network.
- target String
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname string
- The hostname part of the CNAME record used to validate the certificate's domain.
- production
Status string - The certificate's deployment status on the production network.
- staging
Status string - The certificate's deployment status on the staging network.
- target string
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname str
- The hostname part of the CNAME record used to validate the certificate's domain.
- production_
status str - The certificate's deployment status on the production network.
- staging_
status str - The certificate's deployment status on the staging network.
- target str
- The destination part of the CNAME record used to validate the certificate's domain.
- hostname String
- The hostname part of the CNAME record used to validate the certificate's domain.
- production
Status String - The certificate's deployment status on the production network.
- staging
Status String - The certificate's deployment status on the staging network.
- target String
- The destination part of the CNAME record used to validate the certificate's domain.
GetPropertyHostnamesHostnameDomainOwnershipVerification
- Challenge
Token stringExpiry Date - An ISO 8601 timestamp indicating when the domain validation challenge expires.
- Status string
- The status of the domain ownership verification. 'NOT_VALIDATED' means that the domain hasn't been validated yet. When you submit the domain for validation, the initial status is 'REQUEST_ACCEPTED', and then 'PENDING', when the domain is waiting for the validation to start. When it starts, the status changes to 'VALIDATION_IN_PROGRESS', and then to 'VALIDATED', when the validation is completed successfully. 'TOKEN_EXPIRED' means you haven't completed the validation in the requested time frame and you need to generate new validation challenges for the domain. If you no longer want a domain to be owned within Akamai, you can change the status to 'INVALIDATED'.
- Validation
Cnames List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Cname> - The CNAME record you copy to your DNS to prove you own the domain.
- Validation
Https List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Http> - In the HTTP validation method, you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use a redirect URL with the token.
- Validation
Txts List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Txt> - The TXT record with the challenge token that you add to your hostname's DNS zone to prove you own the domain.
- Challenge
Token stringExpiry Date - An ISO 8601 timestamp indicating when the domain validation challenge expires.
- Status string
- The status of the domain ownership verification. 'NOT_VALIDATED' means that the domain hasn't been validated yet. When you submit the domain for validation, the initial status is 'REQUEST_ACCEPTED', and then 'PENDING', when the domain is waiting for the validation to start. When it starts, the status changes to 'VALIDATION_IN_PROGRESS', and then to 'VALIDATED', when the validation is completed successfully. 'TOKEN_EXPIRED' means you haven't completed the validation in the requested time frame and you need to generate new validation challenges for the domain. If you no longer want a domain to be owned within Akamai, you can change the status to 'INVALIDATED'.
- Validation
Cnames []GetProperty Hostnames Hostname Domain Ownership Verification Validation Cname - The CNAME record you copy to your DNS to prove you own the domain.
- Validation
Https []GetProperty Hostnames Hostname Domain Ownership Verification Validation Http - In the HTTP validation method, you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use a redirect URL with the token.
- Validation
Txts []GetProperty Hostnames Hostname Domain Ownership Verification Validation Txt - The TXT record with the challenge token that you add to your hostname's DNS zone to prove you own the domain.
- challenge
Token StringExpiry Date - An ISO 8601 timestamp indicating when the domain validation challenge expires.
- status String
- The status of the domain ownership verification. 'NOT_VALIDATED' means that the domain hasn't been validated yet. When you submit the domain for validation, the initial status is 'REQUEST_ACCEPTED', and then 'PENDING', when the domain is waiting for the validation to start. When it starts, the status changes to 'VALIDATION_IN_PROGRESS', and then to 'VALIDATED', when the validation is completed successfully. 'TOKEN_EXPIRED' means you haven't completed the validation in the requested time frame and you need to generate new validation challenges for the domain. If you no longer want a domain to be owned within Akamai, you can change the status to 'INVALIDATED'.
- validation
Cnames List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Cname> - The CNAME record you copy to your DNS to prove you own the domain.
- validation
Https List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Http> - In the HTTP validation method, you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use a redirect URL with the token.
- validation
Txts List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Txt> - The TXT record with the challenge token that you add to your hostname's DNS zone to prove you own the domain.
- challenge
Token stringExpiry Date - An ISO 8601 timestamp indicating when the domain validation challenge expires.
- status string
- The status of the domain ownership verification. 'NOT_VALIDATED' means that the domain hasn't been validated yet. When you submit the domain for validation, the initial status is 'REQUEST_ACCEPTED', and then 'PENDING', when the domain is waiting for the validation to start. When it starts, the status changes to 'VALIDATION_IN_PROGRESS', and then to 'VALIDATED', when the validation is completed successfully. 'TOKEN_EXPIRED' means you haven't completed the validation in the requested time frame and you need to generate new validation challenges for the domain. If you no longer want a domain to be owned within Akamai, you can change the status to 'INVALIDATED'.
- validation
Cnames GetProperty Hostnames Hostname Domain Ownership Verification Validation Cname[] - The CNAME record you copy to your DNS to prove you own the domain.
- validation
Https GetProperty Hostnames Hostname Domain Ownership Verification Validation Http[] - In the HTTP validation method, you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use a redirect URL with the token.
- validation
Txts GetProperty Hostnames Hostname Domain Ownership Verification Validation Txt[] - The TXT record with the challenge token that you add to your hostname's DNS zone to prove you own the domain.
- challenge_
token_ strexpiry_ date - An ISO 8601 timestamp indicating when the domain validation challenge expires.
- status str
- The status of the domain ownership verification. 'NOT_VALIDATED' means that the domain hasn't been validated yet. When you submit the domain for validation, the initial status is 'REQUEST_ACCEPTED', and then 'PENDING', when the domain is waiting for the validation to start. When it starts, the status changes to 'VALIDATION_IN_PROGRESS', and then to 'VALIDATED', when the validation is completed successfully. 'TOKEN_EXPIRED' means you haven't completed the validation in the requested time frame and you need to generate new validation challenges for the domain. If you no longer want a domain to be owned within Akamai, you can change the status to 'INVALIDATED'.
- validation_
cnames Sequence[GetProperty Hostnames Hostname Domain Ownership Verification Validation Cname] - The CNAME record you copy to your DNS to prove you own the domain.
- validation_
https Sequence[GetProperty Hostnames Hostname Domain Ownership Verification Validation Http] - In the HTTP validation method, you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use a redirect URL with the token.
- validation_
txts Sequence[GetProperty Hostnames Hostname Domain Ownership Verification Validation Txt] - The TXT record with the challenge token that you add to your hostname's DNS zone to prove you own the domain.
- challenge
Token StringExpiry Date - An ISO 8601 timestamp indicating when the domain validation challenge expires.
- status String
- The status of the domain ownership verification. 'NOT_VALIDATED' means that the domain hasn't been validated yet. When you submit the domain for validation, the initial status is 'REQUEST_ACCEPTED', and then 'PENDING', when the domain is waiting for the validation to start. When it starts, the status changes to 'VALIDATION_IN_PROGRESS', and then to 'VALIDATED', when the validation is completed successfully. 'TOKEN_EXPIRED' means you haven't completed the validation in the requested time frame and you need to generate new validation challenges for the domain. If you no longer want a domain to be owned within Akamai, you can change the status to 'INVALIDATED'.
- validation
Cnames List<Property Map> - The CNAME record you copy to your DNS to prove you own the domain.
- validation
Https List<Property Map> - In the HTTP validation method, you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use a redirect URL with the token.
- validation
Txts List<Property Map> - The TXT record with the challenge token that you add to your hostname's DNS zone to prove you own the domain.
GetPropertyHostnamesHostnameDomainOwnershipVerificationValidationCname
GetPropertyHostnamesHostnameDomainOwnershipVerificationValidationHttp
- File
Content List<GetMethods Property Hostnames Hostname Domain Ownership Verification Validation Http File Content Method> - Details for the file content method of validation.
- Redirect
Methods List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Http Redirect Method> - Details for the HTTP redirect method of validation.
- File
Content []GetMethods Property Hostnames Hostname Domain Ownership Verification Validation Http File Content Method - Details for the file content method of validation.
- Redirect
Methods []GetProperty Hostnames Hostname Domain Ownership Verification Validation Http Redirect Method - Details for the HTTP redirect method of validation.
- file
Content List<GetMethods Property Hostnames Hostname Domain Ownership Verification Validation Http File Content Method> - Details for the file content method of validation.
- redirect
Methods List<GetProperty Hostnames Hostname Domain Ownership Verification Validation Http Redirect Method> - Details for the HTTP redirect method of validation.
- file
Content GetMethods Property Hostnames Hostname Domain Ownership Verification Validation Http File Content Method[] - Details for the file content method of validation.
- redirect
Methods GetProperty Hostnames Hostname Domain Ownership Verification Validation Http Redirect Method[] - Details for the HTTP redirect method of validation.
- file_
content_ Sequence[Getmethods Property Hostnames Hostname Domain Ownership Verification Validation Http File Content Method] - Details for the file content method of validation.
- redirect_
methods Sequence[GetProperty Hostnames Hostname Domain Ownership Verification Validation Http Redirect Method] - Details for the HTTP redirect method of validation.
- file
Content List<Property Map>Methods - Details for the file content method of validation.
- redirect
Methods List<Property Map> - Details for the HTTP redirect method of validation.
GetPropertyHostnamesHostnameDomainOwnershipVerificationValidationHttpFileContentMethod
GetPropertyHostnamesHostnameDomainOwnershipVerificationValidationHttpRedirectMethod
- Http
Redirect stringFrom - The location on your HTTP server where you set up the redirect.
- Http
Redirect stringTo - The redirect URL with the token that you place on your HTTP server.
- Http
Redirect stringFrom - The location on your HTTP server where you set up the redirect.
- Http
Redirect stringTo - The redirect URL with the token that you place on your HTTP server.
- http
Redirect StringFrom - The location on your HTTP server where you set up the redirect.
- http
Redirect StringTo - The redirect URL with the token that you place on your HTTP server.
- http
Redirect stringFrom - The location on your HTTP server where you set up the redirect.
- http
Redirect stringTo - The redirect URL with the token that you place on your HTTP server.
- http_
redirect_ strfrom - The location on your HTTP server where you set up the redirect.
- http_
redirect_ strto - The redirect URL with the token that you place on your HTTP server.
- http
Redirect StringFrom - The location on your HTTP server where you set up the redirect.
- http
Redirect StringTo - The redirect URL with the token that you place on your HTTP server.
GetPropertyHostnamesHostnameDomainOwnershipVerificationValidationTxt
- Challenge
Token string - A token you need to copy to the DNS TXT record that validates the domain ownership.
- Hostname string
- The hostname where you should add the TXT record to validate the domain ownership.
- Challenge
Token string - A token you need to copy to the DNS TXT record that validates the domain ownership.
- Hostname string
- The hostname where you should add the TXT record to validate the domain ownership.
- challenge
Token String - A token you need to copy to the DNS TXT record that validates the domain ownership.
- hostname String
- The hostname where you should add the TXT record to validate the domain ownership.
- challenge
Token string - A token you need to copy to the DNS TXT record that validates the domain ownership.
- hostname string
- The hostname where you should add the TXT record to validate the domain ownership.
- challenge_
token str - A token you need to copy to the DNS TXT record that validates the domain ownership.
- hostname str
- The hostname where you should add the TXT record to validate the domain ownership.
- challenge
Token String - A token you need to copy to the DNS TXT record that validates the domain ownership.
- hostname String
- The hostname where you should add the TXT record to validate the domain ownership.
GetPropertyHostnamesHostnameMtl
- Ca
Set stringId - ID of the Client CA set used for mutual TLS.
- Check
Client boolOcsp - Whether to check the OCSP status of the client certificate.
- Send
Ca boolSet Client - Whether to send the CA set to the client during the TLS handshake.
- Ca
Set stringId - ID of the Client CA set used for mutual TLS.
- Check
Client boolOcsp - Whether to check the OCSP status of the client certificate.
- Send
Ca boolSet Client - Whether to send the CA set to the client during the TLS handshake.
- ca
Set StringId - ID of the Client CA set used for mutual TLS.
- check
Client BooleanOcsp - Whether to check the OCSP status of the client certificate.
- send
Ca BooleanSet Client - Whether to send the CA set to the client during the TLS handshake.
- ca
Set stringId - ID of the Client CA set used for mutual TLS.
- check
Client booleanOcsp - Whether to check the OCSP status of the client certificate.
- send
Ca booleanSet Client - Whether to send the CA set to the client during the TLS handshake.
- ca_
set_ strid - ID of the Client CA set used for mutual TLS.
- check_
client_ boolocsp - Whether to check the OCSP status of the client certificate.
- send_
ca_ boolset_ client - Whether to send the CA set to the client during the TLS handshake.
- ca
Set StringId - ID of the Client CA set used for mutual TLS.
- check
Client BooleanOcsp - Whether to check the OCSP status of the client certificate.
- send
Ca BooleanSet Client - Whether to send the CA set to the client during the TLS handshake.
GetPropertyHostnamesHostnameTlsConfiguration
- Cipher
Profile string - Cipher profile name.
- Disallowed
Tls List<string>Versions - List of TLS versions that are disallowed.
- Fips
Mode bool - Enable FIPS mode.
- Staple
Server boolOcsp Response - Staple the OCSP response for the server certificate.
- Cipher
Profile string - Cipher profile name.
- Disallowed
Tls []stringVersions - List of TLS versions that are disallowed.
- Fips
Mode bool - Enable FIPS mode.
- Staple
Server boolOcsp Response - Staple the OCSP response for the server certificate.
- cipher
Profile String - Cipher profile name.
- disallowed
Tls List<String>Versions - List of TLS versions that are disallowed.
- fips
Mode Boolean - Enable FIPS mode.
- staple
Server BooleanOcsp Response - Staple the OCSP response for the server certificate.
- cipher
Profile string - Cipher profile name.
- disallowed
Tls string[]Versions - List of TLS versions that are disallowed.
- fips
Mode boolean - Enable FIPS mode.
- staple
Server booleanOcsp Response - Staple the OCSP response for the server certificate.
- cipher_
profile str - Cipher profile name.
- disallowed_
tls_ Sequence[str]versions - List of TLS versions that are disallowed.
- fips_
mode bool - Enable FIPS mode.
- staple_
server_ boolocsp_ response - Staple the OCSP response for the server certificate.
- cipher
Profile String - Cipher profile name.
- disallowed
Tls List<String>Versions - List of TLS versions that are disallowed.
- fips
Mode Boolean - Enable FIPS mode.
- staple
Server BooleanOcsp Response - Staple the OCSP response for the server certificate.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
