CertificateAuthorityCrlConfigurationArgs

data class CertificateAuthorityCrlConfigurationArgs(val crlDistributionPointExtensionConfiguration: Output<CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs>? = null, val customCname: Output<String>? = null, val enabled: Output<Boolean>, val expirationInDays: Output<Int>? = null, val s3BucketName: Output<String>? = null, val s3ObjectAcl: Output<String>? = null) : ConvertibleToJava<CertificateAuthorityCrlConfigurationArgs>

Your certificate authority can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates that have been revoked.

Constructors

Link copied to clipboard
constructor(crlDistributionPointExtensionConfiguration: Output<CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs>? = null, customCname: Output<String>? = null, enabled: Output<Boolean>, expirationInDays: Output<Int>? = null, s3BucketName: Output<String>? = null, s3ObjectAcl: Output<String>? = null)

Properties

Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.

Link copied to clipboard
val customCname: Output<String>? = null

Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public.

Link copied to clipboard
val enabled: Output<Boolean>

Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this value to enable certificate revocation for a new CA when you call the CreateCertificateAuthority operation or for an existing CA when you call the UpdateCertificateAuthority operation.

Link copied to clipboard
val expirationInDays: Output<Int>? = null

Validity period of the CRL in days.

Link copied to clipboard
val s3BucketName: Output<String>? = null

Name of the S3 bucket that contains the CRL. If you do not provide a value for the CustomCname argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of the issued certificate. You can change the name of your bucket by calling the UpdateCertificateAuthority operation. You must specify a bucket policy that allows AWS Private CA to write the CRL to your bucket.

Link copied to clipboard
val s3ObjectAcl: Output<String>? = null

Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket. If you choose PUBLIC_READ, the CRL will be accessible over the public internet. If you choose BUCKET_OWNER_FULL_CONTROL, only the owner of the CRL S3 bucket can access the CRL, and your PKI clients may need an alternative method of access. If no value is specified, the default is PUBLIC_READ. Note: This default can cause CA creation to fail in some circumstances. If you have have enabled the Block Public Access (BPA) feature in your S3 account, then you must specify the value of this parameter as BUCKET_OWNER_FULL_CONTROL , and not doing so results in an error. If you have disabled BPA in S3, then you can specify either BUCKET_OWNER_FULL_CONTROL or PUBLIC_READ as the value. For more information, see Blocking public access to the S3 bucket .

Functions

Link copied to clipboard
open override fun toJava(): CertificateAuthorityCrlConfigurationArgs