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 |
getCertificateName()
The name of the certificate.
|
java.lang.String |
getDomainName()
The domain name of the certificate.
|
java.util.List<java.lang.String> |
getSubjectAlternativeNames()
An array of strings that specify the alternate domains (such as `example.org` ) and subdomains (such as `blog.example.com` ) of the certificate.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
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 getCertificateName()
CfnCertificateProps
getCertificateName
in interface CfnCertificateProps
public final java.lang.String getDomainName()
CfnCertificateProps
getDomainName
in interface CfnCertificateProps
public final java.util.List<java.lang.String> getSubjectAlternativeNames()
CfnCertificateProps
getSubjectAlternativeNames
in interface CfnCertificateProps
public final java.util.List<CfnTag> getTags()
CfnCertificateProps
For more information, see Tag in the AWS CloudFormation User Guide .
The
Value
ofTags
is optional for Lightsail resources.
getTags
in interface CfnCertificateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()