@Stability(value=Stable) @Internal public static final class CfnCACertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCACertificateProps
CfnCACertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnCACertificateProps.Builder, CfnCACertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCACertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCACertificateProps.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 |
getAutoRegistrationStatus()
Whether the CA certificate is configured for auto registration of device certificates.
|
String |
getCaCertificatePem()
The certificate data in PEM format.
|
String |
getCertificateMode()
The mode of the CA.
|
Object |
getRegistrationConfig()
Information about the registration configuration.
|
Object |
getRemoveAutoRegistration()
If true, removes auto registration.
|
String |
getStatus()
The status of the CA certificate.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getVerificationCertificatePem()
The private key verification certificate.
|
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(CfnCACertificateProps.Builder builder)
CfnCACertificateProps.Builder.public final String getCaCertificatePem()
CfnCACertificatePropsgetCaCertificatePem in interface CfnCACertificatePropspublic final String getStatus()
CfnCACertificatePropsValid values are "ACTIVE" and "INACTIVE".
getStatus in interface CfnCACertificatePropspublic final String getAutoRegistrationStatus()
CfnCACertificatePropsValid values are "ENABLE" and "DISABLE".
getAutoRegistrationStatus in interface CfnCACertificatePropspublic final String getCertificateMode()
CfnCACertificatePropsAll the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode .
Valid values are "DEFAULT" and "SNI_ONLY".
getCertificateMode in interface CfnCACertificatePropspublic final Object getRegistrationConfig()
CfnCACertificatePropsgetRegistrationConfig in interface CfnCACertificatePropspublic final Object getRemoveAutoRegistration()
CfnCACertificatePropsgetRemoveAutoRegistration in interface CfnCACertificatePropspublic final List<CfnTag> getTags()
CfnCACertificatePropsFor more information, see Tag .
getTags in interface CfnCACertificatePropspublic final String getVerificationCertificatePem()
CfnCACertificatePropsgetVerificationCertificatePem in interface CfnCACertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.