public static final class CfnCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateProps
CfnCertificateProps
CfnCertificateProps.Builder, CfnCertificateProps.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.String |
getCertificateIdentifier()
A customer-assigned name for the certificate.
|
java.lang.String |
getCertificatePem()
The contents of a `.pem` file, which contains an X.509 certificate.
|
java.lang.String |
getCertificateWallet()
The location of an imported Oracle Wallet certificate for use with SSL.
|
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 getCertificateIdentifier()
CfnCertificateProps
Identifiers 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 CfnCertificateProps
public final java.lang.String getCertificatePem()
CfnCertificateProps
getCertificatePem
in interface CfnCertificateProps
public final java.lang.String getCertificateWallet()
CfnCertificateProps
An example is: filebase64("${path.root}/rds-ca-2019-root.sso")
getCertificateWallet
in interface CfnCertificateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()