public static final class CfnCertificateAuthorityProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateAuthorityProps
CfnCertificateAuthorityProps
CfnCertificateAuthorityProps.Builder, CfnCertificateAuthorityProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getCsrExtensions()
Specifies information to be added to the extension section of the certificate signing request (CSR).
|
java.lang.String |
getKeyAlgorithm()
Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.
|
java.lang.String |
getKeyStorageSecurityStandard()
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
java.lang.Object |
getRevocationConfiguration()
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
java.lang.String |
getSigningAlgorithm()
Name of the algorithm your private CA uses to sign certificate requests.
|
java.lang.Object |
getSubject()
Structure that contains X.500 distinguished name information for your private CA.
|
java.util.List<CfnTag> |
getTags()
Key-value pairs that will be attached to the new private CA.
|
java.lang.String |
getType()
Type of your private CA.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKeyAlgorithm()
CfnCertificateAuthorityProps
When you create a subordinate CA, you must use a key algorithm supported by the parent CA.
getKeyAlgorithm
in interface CfnCertificateAuthorityProps
public final java.lang.String getSigningAlgorithm()
CfnCertificateAuthorityProps
This parameter should not be confused with the SigningAlgorithm
parameter used to sign certificates when they are issued.
getSigningAlgorithm
in interface CfnCertificateAuthorityProps
public final java.lang.Object getSubject()
CfnCertificateAuthorityProps
getSubject
in interface CfnCertificateAuthorityProps
public final java.lang.String getType()
CfnCertificateAuthorityProps
getType
in interface CfnCertificateAuthorityProps
public final java.lang.Object getCsrExtensions()
CfnCertificateAuthorityProps
getCsrExtensions
in interface CfnCertificateAuthorityProps
public final java.lang.String getKeyStorageSecurityStandard()
CfnCertificateAuthorityProps
Default: FIPS_140_2_LEVEL_3_OR_HIGHER
Note: FIPS_140_2_LEVEL_3_OR_HIGHER
is not supported in the following Regions:
When creating a CA in these Regions, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER
as the argument for KeyStorageSecurityStandard
. Failure to do this results in an InvalidArgsException
with the message, "A certificate authority cannot be created in this region with the specified security standard."
getKeyStorageSecurityStandard
in interface CfnCertificateAuthorityProps
public final java.lang.Object getRevocationConfiguration()
CfnCertificateAuthorityProps
Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions. Your certificate authority can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates that have been revoked.
getRevocationConfiguration
in interface CfnCertificateAuthorityProps
public final java.util.List<CfnTag> getTags()
CfnCertificateAuthorityProps
You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .
getTags
in interface CfnCertificateAuthorityProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()