@Stability(value=Stable) @Internal public static final class CfnServerCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServerCertificateProps
CfnServerCertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnServerCertificateProps.Builder, CfnServerCertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnServerCertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnServerCertificateProps.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 |
getCertificateBody()
The contents of the public key certificate.
|
String |
getCertificateChain()
The contents of the public key certificate chain.
|
String |
getPath()
The path for the server certificate.
|
String |
getPrivateKey()
The contents of the private key in PEM-encoded format.
|
String |
getServerCertificateName()
The name for the server certificate.
|
List<CfnTag> |
getTags()
A list of tags that are attached to the server 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(CfnServerCertificateProps.Builder builder)
CfnServerCertificateProps.Builder.public final String getCertificateBody()
CfnServerCertificatePropsgetCertificateBody in interface CfnServerCertificatePropspublic final String getCertificateChain()
CfnServerCertificatePropsgetCertificateChain in interface CfnServerCertificatePropspublic final String getPath()
CfnServerCertificatePropsFor more information about paths, see IAM identifiers in the IAM User Guide .
This parameter is optional. If it is not included, it defaults to a slash (/). This parameter allows (through its regex pattern ) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! ( \ u0021 ) through the DEL character ( \ u007F ), including most punctuation characters, digits, and upper and lowercased letters.
If you are uploading a server certificate specifically for use with Amazon CloudFront distributions, you must specify a path using the
pathparameter. The path must begin with/cloudfrontand must include a trailing slash (for example,/cloudfront/test/).
getPath in interface CfnServerCertificatePropspublic final String getPrivateKey()
CfnServerCertificatePropsThe regex pattern used to validate this parameter is a string of characters consisting of the following:
\ u0020 ) through the end of the ASCII character range\ u00FF )\ u0009 ), line feed ( \ u000A ), and carriage return ( \ u000D )getPrivateKey in interface CfnServerCertificatePropspublic final String getServerCertificateName()
CfnServerCertificatePropsDo not include the path in this value. The name of the certificate cannot contain any spaces.
This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
getServerCertificateName in interface CfnServerCertificatePropspublic final List<CfnTag> getTags()
CfnServerCertificatePropsFor more information about tagging, see Tagging IAM resources in the IAM User Guide .
getTags in interface CfnServerCertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.