@Stability(value=Stable) @Internal public static final class CfnCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateProps
CfnCertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificateProps.Builder, CfnCertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificateProps.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 |
getCaCertificatePem()
The CA certificate used to sign the device certificate being registered, not available when CertificateMode is SNI_ONLY.
|
String |
getCertificateMode()
Specifies which mode of certificate registration to use with this resource.
|
String |
getCertificatePem()
The certificate data in PEM format.
|
String |
getCertificateSigningRequest()
The certificate signing request (CSR).
|
String |
getStatus()
The status of the 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(CfnCertificateProps.Builder builder)
CfnCertificateProps.Builder.public final String getStatus()
CfnCertificatePropsValid values are ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER, and PENDING_ACTIVATION.
The status value REGISTER_INACTIVE is deprecated and should not be used.
getStatus in interface CfnCertificatePropspublic final String getCaCertificatePem()
CfnCertificatePropsgetCaCertificatePem in interface CfnCertificatePropspublic final String getCertificateMode()
CfnCertificatePropsValid options are DEFAULT with CaCertificatePem and CertificatePem, SNI_ONLY with CertificatePem, and Default with CertificateSigningRequest.
getCertificateMode in interface CfnCertificatePropspublic final String getCertificatePem()
CfnCertificatePropsRequires SNI_ONLY for the certificate mode or the accompanying CACertificatePem for registration.
getCertificatePem in interface CfnCertificatePropspublic final String getCertificateSigningRequest()
CfnCertificatePropsgetCertificateSigningRequest in interface CfnCertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.