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

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

    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 dictionary

    The following arguments are supported:

    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 int
    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.
    AccessKeyVersion int
    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.
    accessKeyVersion Integer
    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.
    accessKeyVersion number
    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_version int
    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.
    accessKeyVersion Number
    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 akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi