1. Packages
  2. Akamai
  3. API Docs
  4. PropertyHostnameBucket
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.PropertyHostnameBucket

Explore with Pulumi AI

akamai logo
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

    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, PropertyHostnameBucketHostnamesArgs>
    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 or PRODUCTION.
    PropertyId string
    The unique identifier for the property.
    ContractId string
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    GroupId string
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    HostnameCount 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.
    NotifyEmails List<string>
    Email addresses to notify when the activation status changes.
    TimeoutForActivation int
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    Hostnames map[string]PropertyHostnameBucketHostnamesArgs
    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 or PRODUCTION.
    PropertyId string
    The unique identifier for the property.
    ContractId string
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    GroupId string
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    HostnameCount 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.
    NotifyEmails []string
    Email addresses to notify when the activation status changes.
    TimeoutForActivation int
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    hostnames Map<String,PropertyHostnameBucketHostnamesArgs>
    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 or PRODUCTION.
    propertyId String
    The unique identifier for the property.
    contractId String
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    groupId String
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    hostnameCount 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.
    notifyEmails List<String>
    Email addresses to notify when the activation status changes.
    timeoutForActivation Integer
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    hostnames {[key: string]: PropertyHostnameBucketHostnamesArgs}
    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 or PRODUCTION.
    propertyId string
    The unique identifier for the property.
    contractId string
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    groupId string
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    hostnameCount 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.
    notifyEmails string[]
    Email addresses to notify when the activation status changes.
    timeoutForActivation number
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    hostnames Mapping[str, PropertyHostnameBucketHostnamesArgs]
    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 or PRODUCTION.
    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_activation int
    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 or PRODUCTION.
    propertyId String
    The unique identifier for the property.
    contractId String
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    groupId String
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    hostnameCount 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.
    notifyEmails List<String>
    Email addresses to notify when the activation status changes.
    timeoutForActivation Number
    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:

    ActivationId string
    The ID of the latest hostname bucket activation.
    Id string
    The provider-assigned unique ID for this managed resource.
    PendingDefaultCerts int
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    ActivationId string
    The ID of the latest hostname bucket activation.
    Id string
    The provider-assigned unique ID for this managed resource.
    PendingDefaultCerts int
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    activationId String
    The ID of the latest hostname bucket activation.
    id String
    The provider-assigned unique ID for this managed resource.
    pendingDefaultCerts Integer
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    activationId string
    The ID of the latest hostname bucket activation.
    id string
    The provider-assigned unique ID for this managed resource.
    pendingDefaultCerts number
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING 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_certs int
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    activationId String
    The ID of the latest hostname bucket activation.
    id String
    The provider-assigned unique ID for this managed resource.
    pendingDefaultCerts Number
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING 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.
    The following state arguments are supported:
    ActivationId string
    The ID of the latest hostname bucket activation.
    ContractId string
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    GroupId string
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    HostnameCount 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, PropertyHostnameBucketHostnamesArgs>
    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 or PRODUCTION.
    Note string
    Assigns a log message to the request.
    NotifyEmails List<string>
    Email addresses to notify when the activation status changes.
    PendingDefaultCerts int
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    PropertyId string
    The unique identifier for the property.
    TimeoutForActivation int
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    ActivationId string
    The ID of the latest hostname bucket activation.
    ContractId string
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    GroupId string
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    HostnameCount 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]PropertyHostnameBucketHostnamesArgs
    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 or PRODUCTION.
    Note string
    Assigns a log message to the request.
    NotifyEmails []string
    Email addresses to notify when the activation status changes.
    PendingDefaultCerts int
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    PropertyId string
    The unique identifier for the property.
    TimeoutForActivation int
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    activationId String
    The ID of the latest hostname bucket activation.
    contractId String
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    groupId String
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    hostnameCount 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,PropertyHostnameBucketHostnamesArgs>
    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 or PRODUCTION.
    note String
    Assigns a log message to the request.
    notifyEmails List<String>
    Email addresses to notify when the activation status changes.
    pendingDefaultCerts Integer
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    propertyId String
    The unique identifier for the property.
    timeoutForActivation Integer
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    activationId string
    The ID of the latest hostname bucket activation.
    contractId string
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    groupId string
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    hostnameCount 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]: PropertyHostnameBucketHostnamesArgs}
    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 or PRODUCTION.
    note string
    Assigns a log message to the request.
    notifyEmails string[]
    Email addresses to notify when the activation status changes.
    pendingDefaultCerts number
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    propertyId string
    The unique identifier for the property.
    timeoutForActivation number
    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, PropertyHostnameBucketHostnamesArgs]
    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 or PRODUCTION.
    note str
    Assigns a log message to the request.
    notify_emails Sequence[str]
    Email addresses to notify when the activation status changes.
    pending_default_certs int
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    property_id str
    The unique identifier for the property.
    timeout_for_activation int
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.
    activationId String
    The ID of the latest hostname bucket activation.
    contractId String
    The unique identifier for the contract. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    groupId String
    The unique identifier for the group. Provide it if resolving the property without 'contract_id' and 'group_id' is not possible
    hostnameCount 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 or PRODUCTION.
    note String
    Assigns a log message to the request.
    notifyEmails List<String>
    Email addresses to notify when the activation status changes.
    pendingDefaultCerts Number
    The number of hostnames with a DEFAULT certificate type that are still in the PENDING state.
    propertyId String
    The unique identifier for the property.
    timeoutForActivation Number
    The timeout value in minutes after which a single hostname activation will be canceled. Defaults to 50 minutes.

    Supporting Types

    PropertyHostnameBucketHostnames, PropertyHostnameBucketHostnamesArgs

    CertProvisioningType string
    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, or DEFAULT for Domain Validation (DV) certificates deployed automatically.
    EdgeHostnameId string
    Identifies the edge hostname you mapped your traffic to on the production network.
    CnameTo 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.
    CertProvisioningType string
    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, or DEFAULT for Domain Validation (DV) certificates deployed automatically.
    EdgeHostnameId string
    Identifies the edge hostname you mapped your traffic to on the production network.
    CnameTo 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.
    certProvisioningType String
    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, or DEFAULT for Domain Validation (DV) certificates deployed automatically.
    edgeHostnameId String
    Identifies the edge hostname you mapped your traffic to on the production network.
    cnameTo 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.
    certProvisioningType string
    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, or DEFAULT for Domain Validation (DV) certificates deployed automatically.
    edgeHostnameId string
    Identifies the edge hostname you mapped your traffic to on the production network.
    cnameTo 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_type str
    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, or DEFAULT for Domain Validation (DV) certificates deployed automatically.
    edge_hostname_id str
    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.
    certProvisioningType String
    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, or DEFAULT for Domain Validation (DV) certificates deployed automatically.
    edgeHostnameId String
    Identifies the edge hostname you mapped your traffic to on the production network.
    cnameTo 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.
    akamai logo
    Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi