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 Name This property is required. string
- Access
Key Name This property is required. string
- access
Key Name This property is required. String
- access
Key Name This property is required. string
- access_
key_ name This property is required. str
- access
Key Name This property is required. String
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 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. string - The unique identifier Akamai assigned to the matching property.
- Property
Name This property is required. string - 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.
- 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. string - The unique identifier Akamai assigned to the matching property.
- Property
Name This property is required. string - 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.
- access
Key Version This property is required. Integer - Version of the access key.
- production
Version This property is required. Integer - Identifies the specific property version whose production status is either active or activating.
- property
Id This property is required. String - The unique identifier Akamai assigned to the matching property.
- property
Name This property is required. String - Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging
Version This property is required. Integer - Identifies the specific property version whose staging status is either active or activating.
- access
Key Version This property is required. number - Version of the access key.
- production
Version This property is required. number - Identifies the specific property version whose production status is either active or activating.
- property
Id This property is required. string - The unique identifier Akamai assigned to the matching property.
- property
Name This property is required. string - Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging
Version 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.
- access
Key Version This property is required. Number - Version of the access key.
- production
Version This property is required. Number - Identifies the specific property version whose production status is either active or activating.
- property
Id This property is required. String - The unique identifier Akamai assigned to the matching property.
- property
Name This property is required. String - Identifies the specific property name whose Origin Characteristics behavior uses the access key version.
- staging
Version 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.