Using getCpsDeployments
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 getCpsDeployments(args: GetCpsDeploymentsArgs, opts?: InvokeOptions): Promise<GetCpsDeploymentsResult>
function getCpsDeploymentsOutput(args: GetCpsDeploymentsOutputArgs, opts?: InvokeOptions): Output<GetCpsDeploymentsResult>def get_cps_deployments(enrollment_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetCpsDeploymentsResult
def get_cps_deployments_output(enrollment_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCpsDeploymentsResult]func GetCpsDeployments(ctx *Context, args *GetCpsDeploymentsArgs, opts ...InvokeOption) (*GetCpsDeploymentsResult, error)
func GetCpsDeploymentsOutput(ctx *Context, args *GetCpsDeploymentsOutputArgs, opts ...InvokeOption) GetCpsDeploymentsResultOutput> Note: This function is named GetCpsDeployments in the Go SDK.
public static class GetCpsDeployments
{
public static Task<GetCpsDeploymentsResult> InvokeAsync(GetCpsDeploymentsArgs args, InvokeOptions? opts = null)
public static Output<GetCpsDeploymentsResult> Invoke(GetCpsDeploymentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCpsDeploymentsResult> getCpsDeployments(GetCpsDeploymentsArgs args, InvokeOptions options)
public static Output<GetCpsDeploymentsResult> getCpsDeployments(GetCpsDeploymentsArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getCpsDeployments:getCpsDeployments
arguments:
# arguments dictionaryThe following arguments are supported:
- Enrollment
Id int
- Enrollment
Id int
- enrollment
Id Integer
- enrollment
Id number
- enrollment_
id int
- enrollment
Id Number
getCpsDeployments Result
The following output properties are available:
- Auto
Renewal stringStart Time - Enrollment
Id int - Expiry
Date string - Id string
- The provider-assigned unique ID for this managed resource.
- Production
Certificate stringEcdsa - Production
Certificate stringRsa - Staging
Certificate stringEcdsa - Staging
Certificate stringRsa
- Auto
Renewal stringStart Time - Enrollment
Id int - Expiry
Date string - Id string
- The provider-assigned unique ID for this managed resource.
- Production
Certificate stringEcdsa - Production
Certificate stringRsa - Staging
Certificate stringEcdsa - Staging
Certificate stringRsa
- auto
Renewal StringStart Time - enrollment
Id Integer - expiry
Date String - id String
- The provider-assigned unique ID for this managed resource.
- production
Certificate StringEcdsa - production
Certificate StringRsa - staging
Certificate StringEcdsa - staging
Certificate StringRsa
- auto
Renewal stringStart Time - enrollment
Id number - expiry
Date string - id string
- The provider-assigned unique ID for this managed resource.
- production
Certificate stringEcdsa - production
Certificate stringRsa - staging
Certificate stringEcdsa - staging
Certificate stringRsa
- auto_
renewal_ strstart_ time - enrollment_
id int - expiry_
date str - id str
- The provider-assigned unique ID for this managed resource.
- production_
certificate_ strecdsa - production_
certificate_ strrsa - staging_
certificate_ strecdsa - staging_
certificate_ strrsa
- auto
Renewal StringStart Time - enrollment
Id Number - expiry
Date String - id String
- The provider-assigned unique ID for this managed resource.
- production
Certificate StringEcdsa - production
Certificate StringRsa - staging
Certificate StringEcdsa - staging
Certificate StringRsa
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
