Class CfnCertificateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnCertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateProps
@Stability(Stable)
@Internal
public static final class CfnCertificateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateProps
An implementation for
CfnCertificateProps
-
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.transfer.CfnCertificateProps
CfnCertificateProps.Builder, CfnCertificateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.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
An optional date that specifies when the certificate becomes active.final String
The file name for the certificate.final String
The list of certificates that make up the chain for the certificate.final String
The name or description that's used to identity the certificate.final String
An optional date that specifies when the certificate becomes inactive.final String
The file that contains the private key for the certificate that's being imported.getTags()
Key-value pairs that can be used to group and search for certificates.final String
getUsage()
Specifies how this certificate is used.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 theCfnCertificateProps.Builder
.
-
-
Method Details
-
getCertificate
Description copied from interface:CfnCertificateProps
The file name for the certificate.- Specified by:
getCertificate
in interfaceCfnCertificateProps
- See Also:
-
getUsage
Description copied from interface:CfnCertificateProps
Specifies how this certificate is used. It can be used in the following ways:.SIGNING
: For signing AS2 messagesENCRYPTION
: For encrypting AS2 messagesTLS
: For securing AS2 communications sent over HTTPS
- Specified by:
getUsage
in interfaceCfnCertificateProps
- See Also:
-
getActiveDate
Description copied from interface:CfnCertificateProps
An optional date that specifies when the certificate becomes active.- Specified by:
getActiveDate
in interfaceCfnCertificateProps
- See Also:
-
getCertificateChain
Description copied from interface:CfnCertificateProps
The list of certificates that make up the chain for the certificate.- Specified by:
getCertificateChain
in interfaceCfnCertificateProps
- See Also:
-
getDescription
Description copied from interface:CfnCertificateProps
The name or description that's used to identity the certificate.- Specified by:
getDescription
in interfaceCfnCertificateProps
- See Also:
-
getInactiveDate
Description copied from interface:CfnCertificateProps
An optional date that specifies when the certificate becomes inactive.- Specified by:
getInactiveDate
in interfaceCfnCertificateProps
- See Also:
-
getPrivateKey
Description copied from interface:CfnCertificateProps
The file that contains the private key for the certificate that's being imported.- Specified by:
getPrivateKey
in interfaceCfnCertificateProps
- See Also:
-
getTags
Description copied from interface:CfnCertificateProps
Key-value pairs that can be used to group and search for certificates.- Specified by:
getTags
in interfaceCfnCertificateProps
- 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()
-