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

akamai.getCloudaccessKeyVersions

Explore with Pulumi AI

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

    Using getCloudaccessKeyVersions

    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 getCloudaccessKeyVersions(args: GetCloudaccessKeyVersionsArgs, opts?: InvokeOptions): Promise<GetCloudaccessKeyVersionsResult>
    function getCloudaccessKeyVersionsOutput(args: GetCloudaccessKeyVersionsOutputArgs, opts?: InvokeOptions): Output<GetCloudaccessKeyVersionsResult>
    def get_cloudaccess_key_versions(access_key_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetCloudaccessKeyVersionsResult
    def get_cloudaccess_key_versions_output(access_key_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccessKeyVersionsResult]
    func GetCloudaccessKeyVersions(ctx *Context, args *GetCloudaccessKeyVersionsArgs, opts ...InvokeOption) (*GetCloudaccessKeyVersionsResult, error)
    func GetCloudaccessKeyVersionsOutput(ctx *Context, args *GetCloudaccessKeyVersionsOutputArgs, opts ...InvokeOption) GetCloudaccessKeyVersionsResultOutput

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

    public static class GetCloudaccessKeyVersions 
    {
        public static Task<GetCloudaccessKeyVersionsResult> InvokeAsync(GetCloudaccessKeyVersionsArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudaccessKeyVersionsResult> Invoke(GetCloudaccessKeyVersionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudaccessKeyVersionsResult> getCloudaccessKeyVersions(GetCloudaccessKeyVersionsArgs args, InvokeOptions options)
    public static Output<GetCloudaccessKeyVersionsResult> getCloudaccessKeyVersions(GetCloudaccessKeyVersionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getCloudaccessKeyVersions:getCloudaccessKeyVersions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getCloudaccessKeyVersions Result

    The following output properties are available:

    AccessKeyName string
    AccessKeyUid int
    AccessKeyVersions List<GetCloudaccessKeyVersionsAccessKeyVersion>
    Id string
    The provider-assigned unique ID for this managed resource.
    AccessKeyName string
    AccessKeyUid int
    AccessKeyVersions []GetCloudaccessKeyVersionsAccessKeyVersion
    Id string
    The provider-assigned unique ID for this managed resource.
    accessKeyName String
    accessKeyUid Integer
    accessKeyVersions List<GetCloudaccessKeyVersionsAccessKeyVersion>
    id String
    The provider-assigned unique ID for this managed resource.
    accessKeyName string
    accessKeyUid number
    accessKeyVersions GetCloudaccessKeyVersionsAccessKeyVersion[]
    id string
    The provider-assigned unique ID for this managed resource.
    access_key_name str
    access_key_uid int
    access_key_versions Sequence[GetCloudaccessKeyVersionsAccessKeyVersion]
    id str
    The provider-assigned unique ID for this managed resource.
    accessKeyName String
    accessKeyUid Number
    accessKeyVersions List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetCloudaccessKeyVersionsAccessKeyVersion

    CloudAccessKeyId string
    The unique identifier assigned to the access key assigned from AWS or GCS.
    CreatedBy string
    The username of the person who created the access key.
    CreatedTime string
    The time the access key was created, in ISO 8601 format.
    DeploymentStatus string
    Indicates if the version has been activated to the Akamai networks. Available statuses are: PENDING_DELETION, ACTIVE and PENDING_ACTIVATION.
    Version int
    Version of the access key.
    VersionGuid string
    The unique identifier assigned to an access key version.
    CloudAccessKeyId string
    The unique identifier assigned to the access key assigned from AWS or GCS.
    CreatedBy string
    The username of the person who created the access key.
    CreatedTime string
    The time the access key was created, in ISO 8601 format.
    DeploymentStatus string
    Indicates if the version has been activated to the Akamai networks. Available statuses are: PENDING_DELETION, ACTIVE and PENDING_ACTIVATION.
    Version int
    Version of the access key.
    VersionGuid string
    The unique identifier assigned to an access key version.
    cloudAccessKeyId String
    The unique identifier assigned to the access key assigned from AWS or GCS.
    createdBy String
    The username of the person who created the access key.
    createdTime String
    The time the access key was created, in ISO 8601 format.
    deploymentStatus String
    Indicates if the version has been activated to the Akamai networks. Available statuses are: PENDING_DELETION, ACTIVE and PENDING_ACTIVATION.
    version Integer
    Version of the access key.
    versionGuid String
    The unique identifier assigned to an access key version.
    cloudAccessKeyId string
    The unique identifier assigned to the access key assigned from AWS or GCS.
    createdBy string
    The username of the person who created the access key.
    createdTime string
    The time the access key was created, in ISO 8601 format.
    deploymentStatus string
    Indicates if the version has been activated to the Akamai networks. Available statuses are: PENDING_DELETION, ACTIVE and PENDING_ACTIVATION.
    version number
    Version of the access key.
    versionGuid string
    The unique identifier assigned to an access key version.
    cloud_access_key_id str
    The unique identifier assigned to the access key assigned from AWS or GCS.
    created_by str
    The username of the person who created the access key.
    created_time str
    The time the access key was created, in ISO 8601 format.
    deployment_status str
    Indicates if the version has been activated to the Akamai networks. Available statuses are: PENDING_DELETION, ACTIVE and PENDING_ACTIVATION.
    version int
    Version of the access key.
    version_guid str
    The unique identifier assigned to an access key version.
    cloudAccessKeyId String
    The unique identifier assigned to the access key assigned from AWS or GCS.
    createdBy String
    The username of the person who created the access key.
    createdTime String
    The time the access key was created, in ISO 8601 format.
    deploymentStatus String
    Indicates if the version has been activated to the Akamai networks. Available statuses are: PENDING_DELETION, ACTIVE and PENDING_ACTIVATION.
    version Number
    Version of the access key.
    versionGuid String
    The unique identifier assigned to an access key version.

    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