@Stability(value=Stable) @Internal public static final class CfnCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateProps
CfnCertificateProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnCertificateProps.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 |
getCertificateName()
The name of the certificate.
|
String |
getDomainName()
The domain name of the certificate.
|
List<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.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnCertificateProps.Builder builder)
CfnCertificateProps.Builder
.public final String getCertificateName()
CfnCertificateProps
getCertificateName
in interface CfnCertificateProps
public final String getDomainName()
CfnCertificateProps
getDomainName
in interface CfnCertificateProps
public final List<String> getSubjectAlternativeNames()
CfnCertificateProps
getSubjectAlternativeNames
in interface CfnCertificateProps
public final 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
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.