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 dictionary
The following arguments are supported:
- Access
Key stringName
- Access
Key stringName
- access
Key StringName
- access
Key stringName
- access_
key_ strname
- access
Key StringName
getCloudaccessKeyProperties Result
The following output properties are available:
- Access
Key stringName - Access
Key intUid - Id string
- The provider-assigned unique ID for this managed resource.
- Properties
List<Get
Cloudaccess Key Properties Property>
- Access
Key stringName - Access
Key intUid - Id string
- The provider-assigned unique ID for this managed resource.
- Properties
[]Get
Cloudaccess Key Properties Property
- access
Key StringName - access
Key IntegerUid - id String
- The provider-assigned unique ID for this managed resource.
- properties
List<Get
Cloudaccess Key Properties Property>
- access
Key stringName - access
Key numberUid - id string
- The provider-assigned unique ID for this managed resource.
- properties
Get
Cloudaccess Key Properties Property[]
- access_
key_ strname - access_
key_ intuid - id str
- The provider-assigned unique ID for this managed resource.
- properties
Sequence[Get
Cloudaccess Key Properties Property]
- access
Key StringName - access
Key NumberUid - id String
- The provider-assigned unique ID for this managed resource.
- properties List<Property Map>
Supporting Types
GetCloudaccessKeyPropertiesProperty
- 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 string - The unique identifier Akamai assigned to the matching property.
- Property
Name string - 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.
- 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 string - The unique identifier Akamai assigned to the matching property.
- Property
Name string - 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.
- access
Key IntegerVersion - Version of the access key.
- production
Version Integer - Identifies the specific property version whose production status is either active or activating.
- property
Id String - The unique identifier Akamai assigned to the matching property.
- property
Name String - Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging
Version Integer - Identifies the specific property version whose staging status is either active or activating.
- access
Key numberVersion - Version of the access key.
- production
Version number - Identifies the specific property version whose production status is either active or activating.
- property
Id string - The unique identifier Akamai assigned to the matching property.
- property
Name string - Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging
Version 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.
- access
Key NumberVersion - Version of the access key.
- production
Version Number - Identifies the specific property version whose production status is either active or activating.
- property
Id String - The unique identifier Akamai assigned to the matching property.
- property
Name String - Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging
Version 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.