1. Packages
  2. Akamai
  3. API Docs
  4. getCloudaccessKey
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getCloudaccessKey

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getCloudaccessKey

    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 getCloudaccessKey(args: GetCloudaccessKeyArgs, opts?: InvokeOptions): Promise<GetCloudaccessKeyResult>
    function getCloudaccessKeyOutput(args: GetCloudaccessKeyOutputArgs, opts?: InvokeOptions): Output<GetCloudaccessKeyResult>
    def get_cloudaccess_key(access_key_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetCloudaccessKeyResult
    def get_cloudaccess_key_output(access_key_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccessKeyResult]
    func GetCloudaccessKey(ctx *Context, args *GetCloudaccessKeyArgs, opts ...InvokeOption) (*GetCloudaccessKeyResult, error)
    func GetCloudaccessKeyOutput(ctx *Context, args *GetCloudaccessKeyOutputArgs, opts ...InvokeOption) GetCloudaccessKeyResultOutput

    > Note: This function is named GetCloudaccessKey in the Go SDK.

    public static class GetCloudaccessKey 
    {
        public static Task<GetCloudaccessKeyResult> InvokeAsync(GetCloudaccessKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudaccessKeyResult> Invoke(GetCloudaccessKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudaccessKeyResult> getCloudaccessKey(GetCloudaccessKeyArgs args, InvokeOptions options)
    public static Output<GetCloudaccessKeyResult> getCloudaccessKey(GetCloudaccessKeyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getCloudaccessKey:getCloudaccessKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getCloudaccessKey Result

    The following output properties are available:

    accessKeyName String
    accessKeyUid Number
    authenticationMethod String
    createdBy String
    createdTime String
    groups List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    latestVersion Number
    networkConfiguration Property Map

    Supporting Types

    GetCloudaccessKeyGroup

    ContractsIds List<string>
    The Akamai contracts that are associated with this access key for the group_id.
    GroupId int
    The unique identifier of Akamai group that's associated with the access key.
    GroupName string
    The name of Akamai group that's associated with the access key.
    ContractsIds []string
    The Akamai contracts that are associated with this access key for the group_id.
    GroupId int
    The unique identifier of Akamai group that's associated with the access key.
    GroupName string
    The name of Akamai group that's associated with the access key.
    contractsIds List<String>
    The Akamai contracts that are associated with this access key for the group_id.
    groupId Integer
    The unique identifier of Akamai group that's associated with the access key.
    groupName String
    The name of Akamai group that's associated with the access key.
    contractsIds string[]
    The Akamai contracts that are associated with this access key for the group_id.
    groupId number
    The unique identifier of Akamai group that's associated with the access key.
    groupName string
    The name of Akamai group that's associated with the access key.
    contracts_ids Sequence[str]
    The Akamai contracts that are associated with this access key for the group_id.
    group_id int
    The unique identifier of Akamai group that's associated with the access key.
    group_name str
    The name of Akamai group that's associated with the access key.
    contractsIds List<String>
    The Akamai contracts that are associated with this access key for the group_id.
    groupId Number
    The unique identifier of Akamai group that's associated with the access key.
    groupName String
    The name of Akamai group that's associated with the access key.

    GetCloudaccessKeyNetworkConfiguration

    AdditionalCdn string
    The access key can be deployed to the Akamai’s additional networks. Available options are RUSSIA_CDN and CHINA_CDN.
    SecurityNetwork string
    Attribute defines the type of secure network to which access key is deployed. Two options are available: STANDARD_TLS and ENHANCED_TLS.
    AdditionalCdn string
    The access key can be deployed to the Akamai’s additional networks. Available options are RUSSIA_CDN and CHINA_CDN.
    SecurityNetwork string
    Attribute defines the type of secure network to which access key is deployed. Two options are available: STANDARD_TLS and ENHANCED_TLS.
    additionalCdn String
    The access key can be deployed to the Akamai’s additional networks. Available options are RUSSIA_CDN and CHINA_CDN.
    securityNetwork String
    Attribute defines the type of secure network to which access key is deployed. Two options are available: STANDARD_TLS and ENHANCED_TLS.
    additionalCdn string
    The access key can be deployed to the Akamai’s additional networks. Available options are RUSSIA_CDN and CHINA_CDN.
    securityNetwork string
    Attribute defines the type of secure network to which access key is deployed. Two options are available: STANDARD_TLS and ENHANCED_TLS.
    additional_cdn str
    The access key can be deployed to the Akamai’s additional networks. Available options are RUSSIA_CDN and CHINA_CDN.
    security_network str
    Attribute defines the type of secure network to which access key is deployed. Two options are available: STANDARD_TLS and ENHANCED_TLS.
    additionalCdn String
    The access key can be deployed to the Akamai’s additional networks. Available options are RUSSIA_CDN and CHINA_CDN.
    securityNetwork String
    Attribute defines the type of secure network to which access key is deployed. Two options are available: STANDARD_TLS and ENHANCED_TLS.

    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.0.0 published on Saturday, Mar 1, 2025 by Pulumi