@Stability(value=Stable) @Internal public static final class CfnCertificateAuthority.CrlConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateAuthority.CrlConfigurationProperty
CfnCertificateAuthority.CrlConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificateAuthority.CrlConfigurationProperty.Builder, CfnCertificateAuthority.CrlConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificateAuthority.CrlConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificateAuthority.AccessDescriptionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCustomCname()
Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point.
|
Object |
getEnabled()
Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.
|
Number |
getExpirationInDays()
Validity period of the CRL in days.
|
String |
getS3BucketName()
Name of the S3 bucket that contains the CRL.
|
String |
getS3ObjectAcl()
Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCertificateAuthority.CrlConfigurationProperty.Builder builder)
CfnCertificateAuthority.AccessDescriptionProperty.Builder.public final String getCustomCname()
CfnCertificateAuthority.CrlConfigurationPropertyUse this value if you don't want the name of your S3 bucket to be public.
getCustomCname in interface CfnCertificateAuthority.CrlConfigurationPropertypublic final Object getEnabled()
CfnCertificateAuthority.CrlConfigurationProperty
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.
getEnabled in interface CfnCertificateAuthority.CrlConfigurationPropertypublic final Number getExpirationInDays()
CfnCertificateAuthority.CrlConfigurationPropertygetExpirationInDays in interface CfnCertificateAuthority.CrlConfigurationPropertypublic final String getS3BucketName()
CfnCertificateAuthority.CrlConfigurationPropertyIf 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 ACM Private CA to write the CRL to your bucket.
getS3BucketName in interface CfnCertificateAuthority.CrlConfigurationPropertypublic final String getS3ObjectAcl()
CfnCertificateAuthority.CrlConfigurationPropertyIf 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.
This default can cause CA creation to fail in some circumstances. If you 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 eitherBUCKET_OWNER_FULL_CONTROLorPUBLIC_READas the value.
For more information, see Blocking public access to the S3 bucket .
getS3ObjectAcl in interface CfnCertificateAuthority.CrlConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.