@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 |
getCertificateIdentifier()
A customer-assigned name for the certificate.
|
String |
getCertificatePem()
The contents of a `.pem` file, which contains an X.509 certificate.
|
String |
getCertificateWallet()
The location of an imported Oracle Wallet certificate for use with SSL.
|
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 getCertificateIdentifier()
CfnCertificatePropsIdentifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
getCertificateIdentifier in interface CfnCertificatePropspublic final String getCertificatePem()
CfnCertificatePropsgetCertificatePem in interface CfnCertificatePropspublic final String getCertificateWallet()
CfnCertificateProps
An example is: filebase64("${path.root}/rds-ca-2019-root.sso")
getCertificateWallet in interface CfnCertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.