1. Packages
  2. Akamai
  3. API Docs
  4. getCpsDeployments
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getCpsDeployments

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

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>
Copy
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]
Copy
func GetCpsDeployments(ctx *Context, args *GetCpsDeploymentsArgs, opts ...InvokeOption) (*GetCpsDeploymentsResult, error)
func GetCpsDeploymentsOutput(ctx *Context, args *GetCpsDeploymentsOutputArgs, opts ...InvokeOption) GetCpsDeploymentsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCpsDeploymentsResult> getCpsDeployments(GetCpsDeploymentsArgs args, InvokeOptions options)
public static Output<GetCpsDeploymentsResult> getCpsDeployments(GetCpsDeploymentsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getCpsDeployments:getCpsDeployments
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnrollmentId This property is required. int
EnrollmentId This property is required. int
enrollmentId This property is required. Integer
enrollmentId This property is required. number
enrollment_id This property is required. int
enrollmentId This property is required. Number

getCpsDeployments Result

The following output properties are available:

AutoRenewalStartTime string
EnrollmentId int
ExpiryDate string
Id string
The provider-assigned unique ID for this managed resource.
ProductionCertificateEcdsa string
ProductionCertificateRsa string
StagingCertificateEcdsa string
StagingCertificateRsa string
AutoRenewalStartTime string
EnrollmentId int
ExpiryDate string
Id string
The provider-assigned unique ID for this managed resource.
ProductionCertificateEcdsa string
ProductionCertificateRsa string
StagingCertificateEcdsa string
StagingCertificateRsa string
autoRenewalStartTime String
enrollmentId Integer
expiryDate String
id String
The provider-assigned unique ID for this managed resource.
productionCertificateEcdsa String
productionCertificateRsa String
stagingCertificateEcdsa String
stagingCertificateRsa String
autoRenewalStartTime string
enrollmentId number
expiryDate string
id string
The provider-assigned unique ID for this managed resource.
productionCertificateEcdsa string
productionCertificateRsa string
stagingCertificateEcdsa string
stagingCertificateRsa string
autoRenewalStartTime String
enrollmentId Number
expiryDate String
id String
The provider-assigned unique ID for this managed resource.
productionCertificateEcdsa String
productionCertificateRsa String
stagingCertificateEcdsa String
stagingCertificateRsa String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi