aws::acm-certificate-wait

Wait for an ACM certificate to be issued. An example use case would be DNS validation. Note that this resource does not map to any resource on AWS and is used for gyro workflow only.

Example

aws::acm-certificate-wait wait-for-certificate-example
    certificate: $(aws::acm-certificate "example-certificate")

    {@literal @}for record-set -in $(aws::record-set record-set-example-*)
        {@literal @}depends-on: $(record-set)
    {@literal @}end
end

Attributes

Attribute Description
certificate The ACM certificate waiting to be issued. (Required)