akamai.PropertyHostnameBucket
Explore with Pulumi AI
Create PropertyHostnameBucket Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PropertyHostnameBucket(name: string, args: PropertyHostnameBucketArgs, opts?: CustomResourceOptions);
@overload
def PropertyHostnameBucket(resource_name: str,
args: PropertyHostnameBucketArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PropertyHostnameBucket(resource_name: str,
opts: Optional[ResourceOptions] = None,
hostnames: Optional[Mapping[str, PropertyHostnameBucketHostnamesArgs]] = None,
network: Optional[str] = None,
property_id: Optional[str] = None,
contract_id: Optional[str] = None,
group_id: Optional[str] = None,
hostname_count: Optional[int] = None,
note: Optional[str] = None,
notify_emails: Optional[Sequence[str]] = None,
timeout_for_activation: Optional[int] = None)
func NewPropertyHostnameBucket(ctx *Context, name string, args PropertyHostnameBucketArgs, opts ...ResourceOption) (*PropertyHostnameBucket, error)
public PropertyHostnameBucket(string name, PropertyHostnameBucketArgs args, CustomResourceOptions? opts = null)
public PropertyHostnameBucket(String name, PropertyHostnameBucketArgs args)
public PropertyHostnameBucket(String name, PropertyHostnameBucketArgs args, CustomResourceOptions options)
type: akamai:PropertyHostnameBucket
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 PropertyHostnameBucketArgs
- 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 PropertyHostnameBucketArgs
- 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 PropertyHostnameBucketArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PropertyHostnameBucketArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PropertyHostnameBucketArgs
- 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 propertyHostnameBucketResource = new Akamai.PropertyHostnameBucket("propertyHostnameBucketResource", new()
{
Hostnames =
{
{ "string", new Akamai.Inputs.PropertyHostnameBucketHostnamesArgs
{
CertProvisioningType = "string",
EdgeHostnameId = "string",
CnameTo = "string",
} },
},
Network = "string",
PropertyId = "string",
ContractId = "string",
GroupId = "string",
HostnameCount = 0,
Note = "string",
NotifyEmails = new[]
{
"string",
},
TimeoutForActivation = 0,
});
example, err := akamai.NewPropertyHostnameBucket(ctx, "propertyHostnameBucketResource", &akamai.PropertyHostnameBucketArgs{
Hostnames: akamai.PropertyHostnameBucketHostnamesMap{
"string": &akamai.PropertyHostnameBucketHostnamesArgs{
CertProvisioningType: pulumi.String("string"),
EdgeHostnameId: pulumi.String("string"),
CnameTo: pulumi.String("string"),
},
},
Network: pulumi.String("string"),
PropertyId: pulumi.String("string"),
ContractId: pulumi.String("string"),
GroupId: pulumi.String("string"),
HostnameCount: pulumi.Int(0),
Note: pulumi.String("string"),
NotifyEmails: pulumi.StringArray{
pulumi.String("string"),
},
TimeoutForActivation: pulumi.Int(0),
})
var propertyHostnameBucketResource = new PropertyHostnameBucket("propertyHostnameBucketResource", PropertyHostnameBucketArgs.builder()
.hostnames(Map.of("string", Map.ofEntries(
Map.entry("certProvisioningType", "string"),
Map.entry("edgeHostnameId", "string"),
Map.entry("cnameTo", "string")
)))
.network("string")
.propertyId("string")
.contractId("string")
.groupId("string")
.hostnameCount(0)
.note("string")
.notifyEmails("string")
.timeoutForActivation(0)
.build());
property_hostname_bucket_resource = akamai.PropertyHostnameBucket("propertyHostnameBucketResource",
hostnames={
"string": {
"cert_provisioning_type": "string",
"edge_hostname_id": "string",
"cname_to": "string",
},
},
network="string",
property_id="string",
contract_id="string",
group_id="string",
hostname_count=0,
note="string",
notify_emails=["string"],
timeout_for_activation=0)
const propertyHostnameBucketResource = new akamai.PropertyHostnameBucket("propertyHostnameBucketResource", {
hostnames: {
string: {
certProvisioningType: "string",
edgeHostnameId: "string",
cnameTo: "string",
},
},
network: "string",
propertyId: "string",
contractId: "string",
groupId: "string",
hostnameCount: 0,
note: "string",
notifyEmails: ["string"],
timeoutForActivation: 0,
});
type: akamai:PropertyHostnameBucket
properties:
contractId: string
groupId: string
hostnameCount: 0
hostnames:
string:
certProvisioningType: string
cnameTo: string
edgeHostnameId: string
network: string
note: string
notifyEmails:
- string
propertyId: string
timeoutForActivation: 0
PropertyHostnameBucket 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 PropertyHostnameBucket resource accepts the following input properties:
- Hostnames
Dictionary<string, Property
Hostname Bucket Hostnames Args> - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- Network string
- The network to activate on, either
STAGING
orPRODUCTION
. - Property
Id string - The unique identifier for the property.
- Contract
Id string - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Group
Id string - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Hostname
Count int - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- Note string
- Assigns a log message to the request.
- Notify
Emails List<string> - Email addresses to notify when the activation status changes.
- Timeout
For intActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- Hostnames
map[string]Property
Hostname Bucket Hostnames Args - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- Network string
- The network to activate on, either
STAGING
orPRODUCTION
. - Property
Id string - The unique identifier for the property.
- Contract
Id string - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Group
Id string - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Hostname
Count int - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- Note string
- Assigns a log message to the request.
- Notify
Emails []string - Email addresses to notify when the activation status changes.
- Timeout
For intActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- hostnames
Map<String,Property
Hostname Bucket Hostnames Args> - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network String
- The network to activate on, either
STAGING
orPRODUCTION
. - property
Id String - The unique identifier for the property.
- contract
Id String - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group
Id String - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname
Count Integer - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- note String
- Assigns a log message to the request.
- notify
Emails List<String> - Email addresses to notify when the activation status changes.
- timeout
For IntegerActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- hostnames
{[key: string]: Property
Hostname Bucket Hostnames Args} - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network string
- The network to activate on, either
STAGING
orPRODUCTION
. - property
Id string - The unique identifier for the property.
- contract
Id string - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group
Id string - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname
Count number - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- note string
- Assigns a log message to the request.
- notify
Emails string[] - Email addresses to notify when the activation status changes.
- timeout
For numberActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- hostnames
Mapping[str, Property
Hostname Bucket Hostnames Args] - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network str
- The network to activate on, either
STAGING
orPRODUCTION
. - property_
id str - The unique identifier for the property.
- contract_
id str - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group_
id str - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname_
count int - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- note str
- Assigns a log message to the request.
- notify_
emails Sequence[str] - Email addresses to notify when the activation status changes.
- timeout_
for_ intactivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- hostnames Map<Property Map>
- The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network String
- The network to activate on, either
STAGING
orPRODUCTION
. - property
Id String - The unique identifier for the property.
- contract
Id String - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group
Id String - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname
Count Number - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- note String
- Assigns a log message to the request.
- notify
Emails List<String> - Email addresses to notify when the activation status changes.
- timeout
For NumberActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
Outputs
All input properties are implicitly available as output properties. Additionally, the PropertyHostnameBucket resource produces the following output properties:
- Activation
Id string - The ID of the latest hostname bucket activation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pending
Default intCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state.
- Activation
Id string - The ID of the latest hostname bucket activation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pending
Default intCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state.
- activation
Id String - The ID of the latest hostname bucket activation.
- id String
- The provider-assigned unique ID for this managed resource.
- pending
Default IntegerCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state.
- activation
Id string - The ID of the latest hostname bucket activation.
- id string
- The provider-assigned unique ID for this managed resource.
- pending
Default numberCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state.
- activation_
id str - The ID of the latest hostname bucket activation.
- id str
- The provider-assigned unique ID for this managed resource.
- pending_
default_ intcerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state.
- activation
Id String - The ID of the latest hostname bucket activation.
- id String
- The provider-assigned unique ID for this managed resource.
- pending
Default NumberCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state.
Look up Existing PropertyHostnameBucket Resource
Get an existing PropertyHostnameBucket 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?: PropertyHostnameBucketState, opts?: CustomResourceOptions): PropertyHostnameBucket
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
activation_id: Optional[str] = None,
contract_id: Optional[str] = None,
group_id: Optional[str] = None,
hostname_count: Optional[int] = None,
hostnames: Optional[Mapping[str, PropertyHostnameBucketHostnamesArgs]] = None,
network: Optional[str] = None,
note: Optional[str] = None,
notify_emails: Optional[Sequence[str]] = None,
pending_default_certs: Optional[int] = None,
property_id: Optional[str] = None,
timeout_for_activation: Optional[int] = None) -> PropertyHostnameBucket
func GetPropertyHostnameBucket(ctx *Context, name string, id IDInput, state *PropertyHostnameBucketState, opts ...ResourceOption) (*PropertyHostnameBucket, error)
public static PropertyHostnameBucket Get(string name, Input<string> id, PropertyHostnameBucketState? state, CustomResourceOptions? opts = null)
public static PropertyHostnameBucket get(String name, Output<String> id, PropertyHostnameBucketState state, CustomResourceOptions options)
resources: _: type: akamai:PropertyHostnameBucket 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.
- Activation
Id string - The ID of the latest hostname bucket activation.
- Contract
Id string - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Group
Id string - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Hostname
Count int - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- Hostnames
Dictionary<string, Property
Hostname Bucket Hostnames Args> - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- Network string
- The network to activate on, either
STAGING
orPRODUCTION
. - Note string
- Assigns a log message to the request.
- Notify
Emails List<string> - Email addresses to notify when the activation status changes.
- Pending
Default intCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state. - Property
Id string - The unique identifier for the property.
- Timeout
For intActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- Activation
Id string - The ID of the latest hostname bucket activation.
- Contract
Id string - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Group
Id string - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- Hostname
Count int - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- Hostnames
map[string]Property
Hostname Bucket Hostnames Args - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- Network string
- The network to activate on, either
STAGING
orPRODUCTION
. - Note string
- Assigns a log message to the request.
- Notify
Emails []string - Email addresses to notify when the activation status changes.
- Pending
Default intCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state. - Property
Id string - The unique identifier for the property.
- Timeout
For intActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- activation
Id String - The ID of the latest hostname bucket activation.
- contract
Id String - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group
Id String - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname
Count Integer - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- hostnames
Map<String,Property
Hostname Bucket Hostnames Args> - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network String
- The network to activate on, either
STAGING
orPRODUCTION
. - note String
- Assigns a log message to the request.
- notify
Emails List<String> - Email addresses to notify when the activation status changes.
- pending
Default IntegerCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state. - property
Id String - The unique identifier for the property.
- timeout
For IntegerActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- activation
Id string - The ID of the latest hostname bucket activation.
- contract
Id string - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group
Id string - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname
Count number - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- hostnames
{[key: string]: Property
Hostname Bucket Hostnames Args} - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network string
- The network to activate on, either
STAGING
orPRODUCTION
. - note string
- Assigns a log message to the request.
- notify
Emails string[] - Email addresses to notify when the activation status changes.
- pending
Default numberCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state. - property
Id string - The unique identifier for the property.
- timeout
For numberActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- activation_
id str - The ID of the latest hostname bucket activation.
- contract_
id str - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group_
id str - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname_
count int - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- hostnames
Mapping[str, Property
Hostname Bucket Hostnames Args] - The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network str
- The network to activate on, either
STAGING
orPRODUCTION
. - note str
- Assigns a log message to the request.
- notify_
emails Sequence[str] - Email addresses to notify when the activation status changes.
- pending_
default_ intcerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state. - property_
id str - The unique identifier for the property.
- timeout_
for_ intactivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
- activation
Id String - The ID of the latest hostname bucket activation.
- contract
Id String - The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- group
Id String - The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
- hostname
Count Number - The computed number of hostnames after applying desired modifications. Used only to informduring the plan phase about the number of hostnames that will be active after making the changes.
- hostnames Map<Property Map>
- The hostnames mapping. The key represents 'cname_from' and the value contains hostnames details, consisting of certificate provisioning type and edge hostname.
- network String
- The network to activate on, either
STAGING
orPRODUCTION
. - note String
- Assigns a log message to the request.
- notify
Emails List<String> - Email addresses to notify when the activation status changes.
- pending
Default NumberCerts - The number of hostnames with a
DEFAULT
certificate type that are still in thePENDING
state. - property
Id String - The unique identifier for the property.
- timeout
For NumberActivation - The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
Supporting Types
PropertyHostnameBucketHostnames, PropertyHostnameBucketHostnamesArgs
- Cert
Provisioning stringType - Indicates the type of the certificate used in the property hostname. Either
CPS_MANAGED
for certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for Domain Validation (DV) certificates deployed automatically. - Edge
Hostname stringId - Identifies the edge hostname you mapped your traffic to on the production network.
- 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
edgeHostnameDomain
member.
- Cert
Provisioning stringType - Indicates the type of the certificate used in the property hostname. Either
CPS_MANAGED
for certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for Domain Validation (DV) certificates deployed automatically. - Edge
Hostname stringId - Identifies the edge hostname you mapped your traffic to on the production network.
- 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
edgeHostnameDomain
member.
- cert
Provisioning StringType - Indicates the type of the certificate used in the property hostname. Either
CPS_MANAGED
for certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for Domain Validation (DV) certificates deployed automatically. - edge
Hostname StringId - Identifies the edge hostname you mapped your traffic to on the production network.
- 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
edgeHostnameDomain
member.
- cert
Provisioning stringType - Indicates the type of the certificate used in the property hostname. Either
CPS_MANAGED
for certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for Domain Validation (DV) certificates deployed automatically. - edge
Hostname stringId - Identifies the edge hostname you mapped your traffic to on the production network.
- 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
edgeHostnameDomain
member.
- cert_
provisioning_ strtype - Indicates the type of the certificate used in the property hostname. Either
CPS_MANAGED
for certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for Domain Validation (DV) certificates deployed automatically. - edge_
hostname_ strid - Identifies the edge hostname you mapped your traffic to on the production network.
- 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
edgeHostnameDomain
member.
- cert
Provisioning StringType - Indicates the type of the certificate used in the property hostname. Either
CPS_MANAGED
for certificates you create with the Certificate Provisioning System (CPS) API, orDEFAULT
for Domain Validation (DV) certificates deployed automatically. - edge
Hostname StringId - Identifies the edge hostname you mapped your traffic to on the production network.
- 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
edgeHostnameDomain
member.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.