Types

Link copied to clipboard

Filter by ACME account identifier.

Link copied to clipboard

Filter by ACME endpoint ARN.

Link copied to clipboard

Filter by certificate key pair origin.

Link copied to clipboard

Filter by whether the certificate has been exported.

Link copied to clipboard

Filter by certificate export option.

Link copied to clipboard
data class InUse(val value: Boolean) : AcmCertificateMetadataFilter

Filter by whether the certificate is in use.

Link copied to clipboard

Filter by the entity that manages the certificate.

Link copied to clipboard

Filter by certificate renewal status.

Link copied to clipboard
Link copied to clipboard

Filter by certificate status.

Link copied to clipboard

Filter by certificate type.

Link copied to clipboard

Filter by validation method.

Functions

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a AcmeAccountId and retrieves its kotlin.String value. Throws an exception if the AcmCertificateMetadataFilter is not a AcmeAccountId.

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a AcmeAccountId and retrieves its kotlin.String value. Returns null if the AcmCertificateMetadataFilter is not a AcmeAccountId.

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a AcmeEndpointArn and retrieves its kotlin.String value. Throws an exception if the AcmCertificateMetadataFilter is not a AcmeEndpointArn.

Link copied to clipboard
Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a Exported and retrieves its kotlin.Boolean value. Throws an exception if the AcmCertificateMetadataFilter is not a Exported.

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a Exported and retrieves its kotlin.Boolean value. Returns null if the AcmCertificateMetadataFilter is not a Exported.

Link copied to clipboard
Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a InUse and retrieves its kotlin.Boolean value. Throws an exception if the AcmCertificateMetadataFilter is not a InUse.

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a InUse and retrieves its kotlin.Boolean value. Returns null if the AcmCertificateMetadataFilter is not a InUse.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a Type and retrieves its aws.sdk.kotlin.services.acm.model.CertificateType value. Throws an exception if the AcmCertificateMetadataFilter is not a Type.

Link copied to clipboard