1. Packages
  2. Akamai
  3. API Docs
  4. getCpsDeployments
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getCpsDeployments

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 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>
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getCpsDeployments:getCpsDeployments
      arguments:
        # arguments dictionary

    The following arguments are supported:

    enrollmentId Integer

    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 logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi