Class GetCertificatePlainArgs


  • public final class GetCertificatePlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • domain

        public java.util.Optional<java.lang.String> domain()
        Returns:
        Domain of the certificate to look up. If set and no certificate is found with this name, an error will be returned.
      • keyTypes

        public java.util.Optional<java.util.List<java.lang.String>> keyTypes()
        Returns:
        List of key algorithms to filter certificates. By default, ACM does not return all certificate types when searching. See the [ACM API Reference](https://docs.aws.amazon.com/acm/latest/APIReference/API_CertificateDetail.html#ACM-Type-CertificateDetail-KeyAlgorithm) for supported key algorithms.
      • mostRecent

        public java.util.Optional<java.lang.Boolean> mostRecent()
        Returns:
        If set to true, it sorts the certificates matched by previous criteria by the NotBefore field, returning only the most recent one. If set to false, it returns an error if more than one certificate is found. Defaults to false.
      • statuses

        public java.util.Optional<java.util.List<java.lang.String>> statuses()
        Returns:
        List of statuses on which to filter the returned list. Valid values are `PENDING_VALIDATION`, `ISSUED`, `INACTIVE`, `EXPIRED`, `VALIDATION_TIMED_OUT`, `REVOKED` and `FAILED`. If no value is specified, only certificates in the `ISSUED` state are returned.
      • tags

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>> tags()
        Returns:
        A mapping of tags, each pair of which must exactly match a pair on the desired certificates.
      • types

        public java.util.Optional<java.util.List<java.lang.String>> types()
        Returns:
        List of types on which to filter the returned list. Valid values are `AMAZON_ISSUED`, `PRIVATE`, and `IMPORTED`.