Certificate Authority Revocation Configuration Crl Configuration Args
data class CertificateAuthorityRevocationConfigurationCrlConfigurationArgs(val customCname: Output<String>? = null, val enabled: Output<Boolean>? = null, val expirationInDays: Output<Int>? = null, val s3BucketName: Output<String>? = null, val s3ObjectAcl: Output<String>? = null) : ConvertibleToJava<CertificateAuthorityRevocationConfigurationCrlConfigurationArgs>
Constructors
Functions
Properties
Link copied to clipboard
Name of the S3 bucket that contains the CRL. If you do not provide a value for the custom_cname
argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of the issued certificate. You must specify a bucket policy that allows ACM PCA to write the CRL to your bucket. Must be between 3 and 255 characters in length.