1. Docs
  2. @pulumi/awsx
  3. classic
  4. acmpca

Module classic/acmpca

    APIs

    APIs

    namespace metrics

    type AcmpcaMetricName

    type AcmpcaMetricName = "CRLGenerated" | "MisconfiguredCRLBucket" | "Time" | "Success" | "Failure";

    function crlGenerated

    crlGenerated(change?: cloudwatch.MetricChange): Metric

    A certificate revocation list (CRL) was generated. This metric applies only to a private CA.

    function failure

    failure(change?: cloudwatch.MetricChange): Metric

    Indicates that an operation failed. This metric applies only to the IssueCertificate operation.

    function metric

    metric(metricName: AcmpcaMetricName, change: MetricChange): Metric

    Creates an AWS/ACMPrivateCA metric with the requested [metricName]. See https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCloudWatch.html for list of all metric-names.

    Note, individual metrics can easily be obtained without supplying the name using the other [metricXXX] functions.

    function misconfiguredCRLBucket

    misconfiguredCRLBucket(change?: cloudwatch.MetricChange): Metric

    The S3 bucket specified for the CRL is not correctly configured. Check the bucket policy. This metric applies only to a private CA.

    function success

    success(change?: cloudwatch.MetricChange): Metric

    Specifies whether a certificate was successfully issued. This metric applies only to the IssueCertificate operation.

    function time

    time(change?: cloudwatch.MetricChange): Metric

    The time at which the certificate was issued. This metric applies only to the IssueCertificate operation.

      Pulumi AI - What cloud infrastructure would you like to build? Generate Program