Package com.pulumi.aws.acm.inputs
Class GetCertificatePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.acm.inputs.GetCertificatePlainArgs
-
public final class GetCertificatePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetCertificatePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetCertificatePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetCertificatePlainArgs.Builder
builder()
static GetCertificatePlainArgs.Builder
builder(GetCertificatePlainArgs defaults)
java.util.Optional<java.lang.String>
domain()
java.util.Optional<java.util.List<java.lang.String>>
keyTypes()
java.util.Optional<java.lang.Boolean>
mostRecent()
java.util.Optional<java.util.List<java.lang.String>>
statuses()
java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>
tags()
java.util.Optional<java.util.List<java.lang.String>>
types()
-
-
-
Field Detail
-
Empty
public static final GetCertificatePlainArgs Empty
-
-
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`.
-
builder
public static GetCertificatePlainArgs.Builder builder()
-
builder
public static GetCertificatePlainArgs.Builder builder(GetCertificatePlainArgs defaults)
-
-