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 it by domain without having to hard code the ARNs as input.

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