Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getCpsDeployments
Explore with Pulumi AI
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:
- EnrollmentId int
- EnrollmentId int
- enrollmentId Integer
- enrollmentId number
- enrollment_id int
- enrollmentId Number
getCpsDeployments Result
The following output properties are available:
- AutoRenewal stringStart Time 
- EnrollmentId int
- ExpiryDate string
- Id string
- The provider-assigned unique ID for this managed resource.
- ProductionCertificate stringEcdsa 
- ProductionCertificate stringRsa 
- StagingCertificate stringEcdsa 
- StagingCertificate stringRsa 
- AutoRenewal stringStart Time 
- EnrollmentId int
- ExpiryDate string
- Id string
- The provider-assigned unique ID for this managed resource.
- ProductionCertificate stringEcdsa 
- ProductionCertificate stringRsa 
- StagingCertificate stringEcdsa 
- StagingCertificate stringRsa 
- autoRenewal StringStart Time 
- enrollmentId Integer
- expiryDate String
- id String
- The provider-assigned unique ID for this managed resource.
- productionCertificate StringEcdsa 
- productionCertificate StringRsa 
- stagingCertificate StringEcdsa 
- stagingCertificate StringRsa 
- autoRenewal stringStart Time 
- enrollmentId number
- expiryDate string
- id string
- The provider-assigned unique ID for this managed resource.
- productionCertificate stringEcdsa 
- productionCertificate stringRsa 
- stagingCertificate stringEcdsa 
- stagingCertificate 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 
- autoRenewal StringStart Time 
- enrollmentId Number
- expiryDate String
- id String
- The provider-assigned unique ID for this managed resource.
- productionCertificate StringEcdsa 
- productionCertificate StringRsa 
- stagingCertificate StringEcdsa 
- stagingCertificate StringRsa 
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.