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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnCertificateProps
CfnCertificateProps.Builder, CfnCertificateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAn optional date that specifies when the certificate becomes active.final StringThe file name for the certificate.final StringThe list of certificates that make up the chain for the certificate.final StringThe name or description that's used to identity the certificate.final StringAn optional date that specifies when the certificate becomes inactive.final StringThe 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 StringgetUsage()Specifies how this certificate is used.final inthashCode()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:CfnCertificatePropsThe file name for the certificate.- Specified by:
getCertificatein interfaceCfnCertificateProps- See Also:
-
getUsage
Description copied from interface:CfnCertificatePropsSpecifies 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:
getUsagein interfaceCfnCertificateProps- See Also:
-
getActiveDate
Description copied from interface:CfnCertificatePropsAn optional date that specifies when the certificate becomes active.If you do not specify a value,
ActiveDatetakes the same value asNotBeforeDate, which is specified by the CA.- Specified by:
getActiveDatein interfaceCfnCertificateProps- See Also:
-
getCertificateChain
Description copied from interface:CfnCertificatePropsThe list of certificates that make up the chain for the certificate.- Specified by:
getCertificateChainin interfaceCfnCertificateProps- See Also:
-
getDescription
Description copied from interface:CfnCertificatePropsThe name or description that's used to identity the certificate.- Specified by:
getDescriptionin interfaceCfnCertificateProps- See Also:
-
getInactiveDate
Description copied from interface:CfnCertificatePropsAn optional date that specifies when the certificate becomes inactive.If you do not specify a value,
InactiveDatetakes the same value asNotAfterDate, which is specified by the CA.- Specified by:
getInactiveDatein interfaceCfnCertificateProps- See Also:
-
getPrivateKey
Description copied from interface:CfnCertificatePropsThe file that contains the private key for the certificate that's being imported.- Specified by:
getPrivateKeyin interfaceCfnCertificateProps- See Also:
-
getTags
Description copied from interface:CfnCertificatePropsKey-value pairs that can be used to group and search for certificates.- Specified by:
getTagsin interfaceCfnCertificateProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-