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

akamai.getCloudaccessKeyProperties

Explore with Pulumi AI

Using getCloudaccessKeyProperties

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 getCloudaccessKeyProperties(args: GetCloudaccessKeyPropertiesArgs, opts?: InvokeOptions): Promise<GetCloudaccessKeyPropertiesResult>
function getCloudaccessKeyPropertiesOutput(args: GetCloudaccessKeyPropertiesOutputArgs, opts?: InvokeOptions): Output<GetCloudaccessKeyPropertiesResult>
Copy
def get_cloudaccess_key_properties(access_key_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCloudaccessKeyPropertiesResult
def get_cloudaccess_key_properties_output(access_key_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccessKeyPropertiesResult]
Copy
func GetCloudaccessKeyProperties(ctx *Context, args *GetCloudaccessKeyPropertiesArgs, opts ...InvokeOption) (*GetCloudaccessKeyPropertiesResult, error)
func GetCloudaccessKeyPropertiesOutput(ctx *Context, args *GetCloudaccessKeyPropertiesOutputArgs, opts ...InvokeOption) GetCloudaccessKeyPropertiesResultOutput
Copy

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

public static class GetCloudaccessKeyProperties 
{
    public static Task<GetCloudaccessKeyPropertiesResult> InvokeAsync(GetCloudaccessKeyPropertiesArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudaccessKeyPropertiesResult> Invoke(GetCloudaccessKeyPropertiesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloudaccessKeyPropertiesResult> getCloudaccessKeyProperties(GetCloudaccessKeyPropertiesArgs args, InvokeOptions options)
public static Output<GetCloudaccessKeyPropertiesResult> getCloudaccessKeyProperties(GetCloudaccessKeyPropertiesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getCloudaccessKeyProperties:getCloudaccessKeyProperties
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccessKeyName This property is required. string
AccessKeyName This property is required. string
accessKeyName This property is required. String
accessKeyName This property is required. string
access_key_name This property is required. str
accessKeyName This property is required. String

getCloudaccessKeyProperties Result

The following output properties are available:

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

Supporting Types

GetCloudaccessKeyPropertiesProperty

AccessKeyVersion This property is required. int
Version of the access key.
ProductionVersion This property is required. int
Identifies the specific property version whose production status is either active or activating.
PropertyId This property is required. string
The unique identifier Akamai assigned to the matching property.
PropertyName This property is required. string
Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
StagingVersion This property is required. int
Identifies the specific property version whose staging status is either active or activating.
AccessKeyVersion This property is required. int
Version of the access key.
ProductionVersion This property is required. int
Identifies the specific property version whose production status is either active or activating.
PropertyId This property is required. string
The unique identifier Akamai assigned to the matching property.
PropertyName This property is required. string
Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
StagingVersion This property is required. int
Identifies the specific property version whose staging status is either active or activating.
accessKeyVersion This property is required. Integer
Version of the access key.
productionVersion This property is required. Integer
Identifies the specific property version whose production status is either active or activating.
propertyId This property is required. String
The unique identifier Akamai assigned to the matching property.
propertyName This property is required. String
Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
stagingVersion This property is required. Integer
Identifies the specific property version whose staging status is either active or activating.
accessKeyVersion This property is required. number
Version of the access key.
productionVersion This property is required. number
Identifies the specific property version whose production status is either active or activating.
propertyId This property is required. string
The unique identifier Akamai assigned to the matching property.
propertyName This property is required. string
Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
stagingVersion This property is required. number
Identifies the specific property version whose staging status is either active or activating.
access_key_version This property is required. int
Version of the access key.
production_version This property is required. int
Identifies the specific property version whose production status is either active or activating.
property_id This property is required. str
The unique identifier Akamai assigned to the matching property.
property_name This property is required. str
Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
staging_version This property is required. int
Identifies the specific property version whose staging status is either active or activating.
accessKeyVersion This property is required. Number
Version of the access key.
productionVersion This property is required. Number
Identifies the specific property version whose production status is either active or activating.
propertyId This property is required. String
The unique identifier Akamai assigned to the matching property.
propertyName This property is required. String
Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
stagingVersion This property is required. Number
Identifies the specific property version whose staging status is either active or activating.

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.