Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getCloudaccessKeyVersions
Explore with Pulumi AI
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:
- Access
Key stringName
- Access
Key stringName
- access
Key StringName
- access
Key stringName
- access_
key_ strname
- access
Key StringName
getCloudaccessKeyVersions Result
The following output properties are available:
- Access
Key stringName - Access
Key intUid - Access
Key List<GetVersions Cloudaccess Key Versions Access Key Version> - Id string
- The provider-assigned unique ID for this managed resource.
- Access
Key stringName - Access
Key intUid - Access
Key []GetVersions Cloudaccess Key Versions Access Key Version - Id string
- The provider-assigned unique ID for this managed resource.
- access
Key StringName - access
Key IntegerUid - access
Key List<GetVersions Cloudaccess Key Versions Access Key Version> - id String
- The provider-assigned unique ID for this managed resource.
- access
Key stringName - access
Key numberUid - access
Key GetVersions Cloudaccess Key Versions Access Key Version[] - id string
- The provider-assigned unique ID for this managed resource.
- access_
key_ strname - access_
key_ intuid - access_
key_ Sequence[Getversions Cloudaccess Key Versions Access Key Version] - id str
- The provider-assigned unique ID for this managed resource.
- access
Key StringName - access
Key NumberUid - access
Key List<Property Map>Versions - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetCloudaccessKeyVersionsAccessKeyVersion
- Cloud
Access stringKey Id - The unique identifier assigned to the access key assigned from AWS or GCS.
- Created
By string - The username of the person who created the access key.
- Created
Time string - The time the access key was created, in ISO 8601 format.
- Deployment
Status 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.
- Version
Guid string - The unique identifier assigned to an access key version.
- Cloud
Access stringKey Id - The unique identifier assigned to the access key assigned from AWS or GCS.
- Created
By string - The username of the person who created the access key.
- Created
Time string - The time the access key was created, in ISO 8601 format.
- Deployment
Status 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.
- Version
Guid string - The unique identifier assigned to an access key version.
- cloud
Access StringKey Id - The unique identifier assigned to the access key assigned from AWS or GCS.
- created
By String - The username of the person who created the access key.
- created
Time String - The time the access key was created, in ISO 8601 format.
- deployment
Status 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.
- version
Guid String - The unique identifier assigned to an access key version.
- cloud
Access stringKey Id - The unique identifier assigned to the access key assigned from AWS or GCS.
- created
By string - The username of the person who created the access key.
- created
Time string - The time the access key was created, in ISO 8601 format.
- deployment
Status 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.
- version
Guid string - The unique identifier assigned to an access key version.
- cloud_
access_ strkey_ id - 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.
- cloud
Access StringKey Id - The unique identifier assigned to the access key assigned from AWS or GCS.
- created
By String - The username of the person who created the access key.
- created
Time String - The time the access key was created, in ISO 8601 format.
- deployment
Status 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.
- version
Guid 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.