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>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]func GetCloudaccessKeyProperties(ctx *Context, args *GetCloudaccessKeyPropertiesArgs, opts ...InvokeOption) (*GetCloudaccessKeyPropertiesResult, error)
func GetCloudaccessKeyPropertiesOutput(ctx *Context, args *GetCloudaccessKeyPropertiesOutputArgs, opts ...InvokeOption) GetCloudaccessKeyPropertiesResultOutput> 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)
}public static CompletableFuture<GetCloudaccessKeyPropertiesResult> getCloudaccessKeyProperties(GetCloudaccessKeyPropertiesArgs args, InvokeOptions options)
public static Output<GetCloudaccessKeyPropertiesResult> getCloudaccessKeyProperties(GetCloudaccessKeyPropertiesArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getCloudaccessKeyProperties:getCloudaccessKeyProperties
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccessKey stringName 
- AccessKey stringName 
- accessKey StringName 
- accessKey stringName 
- access_key_ strname 
- accessKey StringName 
getCloudaccessKeyProperties Result
The following output properties are available:
- AccessKey stringName 
- AccessKey intUid 
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
List<GetCloudaccess Key Properties Property> 
- AccessKey stringName 
- AccessKey intUid 
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
[]GetCloudaccess Key Properties Property 
- accessKey StringName 
- accessKey IntegerUid 
- id String
- The provider-assigned unique ID for this managed resource.
- properties
List<GetCloudaccess Key Properties Property> 
- accessKey stringName 
- accessKey numberUid 
- id string
- The provider-assigned unique ID for this managed resource.
- properties
GetCloudaccess Key Properties Property[] 
- access_key_ strname 
- access_key_ intuid 
- id str
- The provider-assigned unique ID for this managed resource.
- properties
Sequence[GetCloudaccess Key Properties Property] 
- accessKey StringName 
- accessKey NumberUid 
- id String
- The provider-assigned unique ID for this managed resource.
- properties List<Property Map>
Supporting Types
GetCloudaccessKeyPropertiesProperty    
- AccessKey intVersion 
- Version of the access key.
- ProductionVersion int
- Identifies the specific property version whose production status is either active or activating.
- PropertyId string
- The unique identifier Akamai assigned to the matching property.
- PropertyName string
- Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- StagingVersion int
- Identifies the specific property version whose staging status is either active or activating.
- AccessKey intVersion 
- Version of the access key.
- ProductionVersion int
- Identifies the specific property version whose production status is either active or activating.
- PropertyId string
- The unique identifier Akamai assigned to the matching property.
- PropertyName string
- Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- StagingVersion int
- Identifies the specific property version whose staging status is either active or activating.
- accessKey IntegerVersion 
- Version of the access key.
- productionVersion Integer
- Identifies the specific property version whose production status is either active or activating.
- propertyId String
- The unique identifier Akamai assigned to the matching property.
- propertyName String
- Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- stagingVersion Integer
- Identifies the specific property version whose staging status is either active or activating.
- accessKey numberVersion 
- Version of the access key.
- productionVersion number
- Identifies the specific property version whose production status is either active or activating.
- propertyId string
- The unique identifier Akamai assigned to the matching property.
- propertyName string
- Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- stagingVersion number
- Identifies the specific property version whose staging status is either active or activating.
- access_key_ intversion 
- Version of the access key.
- production_version int
- Identifies the specific property version whose production status is either active or activating.
- property_id str
- The unique identifier Akamai assigned to the matching property.
- property_name str
- Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging_version int
- Identifies the specific property version whose staging status is either active or activating.
- accessKey NumberVersion 
- Version of the access key.
- productionVersion Number
- Identifies the specific property version whose production status is either active or activating.
- propertyId String
- The unique identifier Akamai assigned to the matching property.
- propertyName String
- Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- stagingVersion 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 akamaiTerraform Provider.