GetCertificateAuthorityRevocationConfigurationCrlConfiguration

data class GetCertificateAuthorityRevocationConfigurationCrlConfiguration(val customCname: String, val enabled: Boolean, val expirationInDays: Int, val s3BucketName: String, val s3ObjectAcl: String)

Constructors

constructor(customCname: String, enabled: Boolean, expirationInDays: Int, s3BucketName: String, s3ObjectAcl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point.

Link copied to clipboard

Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.

Link copied to clipboard

Number of days until a certificate expires.

Link copied to clipboard

Name of the S3 bucket that contains the CRL.

Link copied to clipboard

Whether the CRL is publicly readable or privately held in the CRL Amazon S3 bucket.