AcmFunctions

Functions

Link copied to clipboard

Use this data source to get the ARN of a certificate in AWS Certificate Manager (ACM). You can reference the certificate by domain or tags without having to hard code the ARNs as input.

suspend fun getCertificate(domain: String? = null, keyTypes: List<String>? = null, mostRecent: Boolean? = null, statuses: List<String>? = null, tags: Map<String, String>? = null, types: List<String>? = null): GetCertificateResult