status

@JvmName(name = "hkqlkeobhswtngfb")
suspend fun status(value: Output<CertificateStatusEnumValueArgs>)
@JvmName(name = "sjhvnewijeidmifc")
suspend fun status(value: CertificateStatusEnumValueArgs?)

Parameters

value

The status of the certificate.

A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.


@JvmName(name = "dkoskichpdpsuctt")
suspend fun status(argument: suspend CertificateStatusEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The status of the certificate.

A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.