Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getPropertyHostnameActivation
Explore with Pulumi AI
Using getPropertyHostnameActivation
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 getPropertyHostnameActivation(args: GetPropertyHostnameActivationArgs, opts?: InvokeOptions): Promise<GetPropertyHostnameActivationResult>
function getPropertyHostnameActivationOutput(args: GetPropertyHostnameActivationOutputArgs, opts?: InvokeOptions): Output<GetPropertyHostnameActivationResult>
def get_property_hostname_activation(contract_id: Optional[str] = None,
group_id: Optional[str] = None,
hostname_activation_id: Optional[str] = None,
include_hostnames: Optional[bool] = None,
property_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyHostnameActivationResult
def get_property_hostname_activation_output(contract_id: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
hostname_activation_id: Optional[pulumi.Input[str]] = None,
include_hostnames: Optional[pulumi.Input[bool]] = None,
property_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyHostnameActivationResult]
func GetPropertyHostnameActivation(ctx *Context, args *GetPropertyHostnameActivationArgs, opts ...InvokeOption) (*GetPropertyHostnameActivationResult, error)
func GetPropertyHostnameActivationOutput(ctx *Context, args *GetPropertyHostnameActivationOutputArgs, opts ...InvokeOption) GetPropertyHostnameActivationResultOutput
> Note: This function is named GetPropertyHostnameActivation
in the Go SDK.
public static class GetPropertyHostnameActivation
{
public static Task<GetPropertyHostnameActivationResult> InvokeAsync(GetPropertyHostnameActivationArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyHostnameActivationResult> Invoke(GetPropertyHostnameActivationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPropertyHostnameActivationResult> getPropertyHostnameActivation(GetPropertyHostnameActivationArgs args, InvokeOptions options)
public static Output<GetPropertyHostnameActivationResult> getPropertyHostnameActivation(GetPropertyHostnameActivationArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyHostnameActivation:getPropertyHostnameActivation
arguments:
# arguments dictionary
The following arguments are supported:
- Hostname
Activation stringId - Property
Id string - Contract
Id string - Group
Id string - Include
Hostnames bool
- Hostname
Activation stringId - Property
Id string - Contract
Id string - Group
Id string - Include
Hostnames bool
- hostname
Activation StringId - property
Id String - contract
Id String - group
Id String - include
Hostnames Boolean
- hostname
Activation stringId - property
Id string - contract
Id string - group
Id string - include
Hostnames boolean
- hostname_
activation_ strid - property_
id str - contract_
id str - group_
id str - include_
hostnames bool
- hostname
Activation StringId - property
Id String - contract
Id String - group
Id String - include
Hostnames Boolean
getPropertyHostnameActivation Result
The following output properties are available:
- Account
Id string - Activation
Type string - Contract
Id string - Group
Id string - Hostname
Activation stringId - Hostnames
List<Get
Property Hostname Activation Hostname> - Id string
- The provider-assigned unique ID for this managed resource.
- Network string
- Note string
- Notify
Emails List<string> - Property
Id string - Property
Name string - Status string
- Submit
Date string - Update
Date string - Include
Hostnames bool
- Account
Id string - Activation
Type string - Contract
Id string - Group
Id string - Hostname
Activation stringId - Hostnames
[]Get
Property Hostname Activation Hostname - Id string
- The provider-assigned unique ID for this managed resource.
- Network string
- Note string
- Notify
Emails []string - Property
Id string - Property
Name string - Status string
- Submit
Date string - Update
Date string - Include
Hostnames bool
- account
Id String - activation
Type String - contract
Id String - group
Id String - hostname
Activation StringId - hostnames
List<Get
Property Hostname Activation Hostname> - id String
- The provider-assigned unique ID for this managed resource.
- network String
- note String
- notify
Emails List<String> - property
Id String - property
Name String - status String
- submit
Date String - update
Date String - include
Hostnames Boolean
- account
Id string - activation
Type string - contract
Id string - group
Id string - hostname
Activation stringId - hostnames
Get
Property Hostname Activation Hostname[] - id string
- The provider-assigned unique ID for this managed resource.
- network string
- note string
- notify
Emails string[] - property
Id string - property
Name string - status string
- submit
Date string - update
Date string - include
Hostnames boolean
- account_
id str - activation_
type str - contract_
id str - group_
id str - hostname_
activation_ strid - hostnames
Sequence[Get
Property Hostname Activation Hostname] - id str
- The provider-assigned unique ID for this managed resource.
- network str
- note str
- notify_
emails Sequence[str] - property_
id str - property_
name str - status str
- submit_
date str - update_
date str - include_
hostnames bool
- account
Id String - activation
Type String - contract
Id String - group
Id String - hostname
Activation StringId - hostnames List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- network String
- note String
- notify
Emails List<String> - property
Id String - property
Name String - status String
- submit
Date String - update
Date String - include
Hostnames Boolean
Supporting Types
GetPropertyHostnameActivationHostname
- Action string
- Specifies whether a given activation adds or removes a hostname item. Available options are
ADD
andREMOVE
. - Cert
Provisioning stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGED
for the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULT
value if your property hostname uses theakamaized.net
domain suffix. - 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.
- Edge
Hostname stringId - Identifies the edge hostname you mapped your traffic to on the production network.
- Action string
- Specifies whether a given activation adds or removes a hostname item. Available options are
ADD
andREMOVE
. - Cert
Provisioning stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGED
for the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULT
value if your property hostname uses theakamaized.net
domain suffix. - 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.
- Edge
Hostname stringId - Identifies the edge hostname you mapped your traffic to on the production network.
- action String
- Specifies whether a given activation adds or removes a hostname item. Available options are
ADD
andREMOVE
. - cert
Provisioning StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGED
for the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULT
value if your property hostname uses theakamaized.net
domain suffix. - 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.
- edge
Hostname StringId - Identifies the edge hostname you mapped your traffic to on the production network.
- action string
- Specifies whether a given activation adds or removes a hostname item. Available options are
ADD
andREMOVE
. - cert
Provisioning stringType - Indicates the certificate's provisioning type. Either
CPS_MANAGED
for the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULT
value if your property hostname uses theakamaized.net
domain suffix. - 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.
- edge
Hostname stringId - Identifies the edge hostname you mapped your traffic to on the production network.
- action str
- Specifies whether a given activation adds or removes a hostname item. Available options are
ADD
andREMOVE
. - cert_
provisioning_ strtype - Indicates the certificate's provisioning type. Either
CPS_MANAGED
for the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULT
value if your property hostname uses theakamaized.net
domain suffix. - 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.
- edge_
hostname_ strid - Identifies the edge hostname you mapped your traffic to on the production network.
- action String
- Specifies whether a given activation adds or removes a hostname item. Available options are
ADD
andREMOVE
. - cert
Provisioning StringType - Indicates the certificate's provisioning type. Either
CPS_MANAGED
for the certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for the Domain Validation (DV) certificates created automatically. Note that you can't specify theDEFAULT
value if your property hostname uses theakamaized.net
domain suffix. - 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.
- edge
Hostname StringId - Identifies the edge hostname you mapped your traffic to on the production network.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.