Class CfnServerCertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServerCertificateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServerCertificateProps
CfnServerCertificateProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.CfnServerCertificateProps
CfnServerCertificateProps.Builder, CfnServerCertificateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnServerCertificateProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The contents of the public key certificate.final String
The contents of the public key certificate chain.final String
getPath()
The path for the server certificate.final String
The contents of the private key in PEM-encoded format.final String
The name for the server certificate.getTags()
A list of tags that are attached to the server certificate.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServerCertificateProps.Builder
.
-
-
Method Details
-
getCertificateBody
Description copied from interface:CfnServerCertificateProps
The contents of the public key certificate.- Specified by:
getCertificateBody
in interfaceCfnServerCertificateProps
- See Also:
-
getCertificateChain
Description copied from interface:CfnServerCertificateProps
The contents of the public key certificate chain.- Specified by:
getCertificateChain
in interfaceCfnServerCertificateProps
- See Also:
-
getPath
Description copied from interface:CfnServerCertificateProps
The path for the server certificate.For 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 ! (
!
) through the DEL character (
), 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
path
parameter. The path must begin with/cloudfront
and must include a trailing slash (for example,/cloudfront/test/
).- Specified by:
getPath
in interfaceCfnServerCertificateProps
- See Also:
-
getPrivateKey
Description copied from interface:CfnServerCertificateProps
The contents of the private key in PEM-encoded format.The regex pattern used to validate this parameter is a string of characters consisting of the following:
- Any printable ASCII character ranging from the space character (
- The printable characters in the Basic Latin and Latin-1 Supplement character set (through
ΓΏ
) - The special characters tab (
- Specified by:
getPrivateKey
in interfaceCfnServerCertificateProps
- See Also:
- Any printable ASCII character ranging from the space character (
-
getServerCertificateName
Description copied from interface:CfnServerCertificateProps
The name for the server certificate.Do 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: _+=,.@-
- Specified by:
getServerCertificateName
in interfaceCfnServerCertificateProps
- See Also:
-
getTags
Description copied from interface:CfnServerCertificateProps
A list of tags that are attached to the server certificate.For more information about tagging, see Tagging IAM resources in the IAM User Guide .
- Specified by:
getTags
in interfaceCfnServerCertificateProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-