Class CfnCertificateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnCertificateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateMixinProps
@Stability(Stable)
@Internal
public static final class CfnCertificateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateMixinProps
An implementation for
CfnCertificateMixinProps-
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.cfnpropertymixins.services.transfer.CfnCertificateMixinProps
CfnCertificateMixinProps.Builder, CfnCertificateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateMixinProps.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 theCfnCertificateMixinProps.Builder.
-
-
Method Details
-
getActiveDate
Description copied from interface:CfnCertificateMixinPropsAn 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 interfaceCfnCertificateMixinProps- See Also:
-
getCertificate
Description copied from interface:CfnCertificateMixinPropsThe file name for the certificate.- Specified by:
getCertificatein interfaceCfnCertificateMixinProps- See Also:
-
getCertificateChain
Description copied from interface:CfnCertificateMixinPropsThe list of certificates that make up the chain for the certificate.- Specified by:
getCertificateChainin interfaceCfnCertificateMixinProps- See Also:
-
getDescription
Description copied from interface:CfnCertificateMixinPropsThe name or description that's used to identity the certificate.- Specified by:
getDescriptionin interfaceCfnCertificateMixinProps- See Also:
-
getInactiveDate
Description copied from interface:CfnCertificateMixinPropsAn 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 interfaceCfnCertificateMixinProps- See Also:
-
getPrivateKey
Description copied from interface:CfnCertificateMixinPropsThe file that contains the private key for the certificate that's being imported.- Specified by:
getPrivateKeyin interfaceCfnCertificateMixinProps- See Also:
-
getTags
Description copied from interface:CfnCertificateMixinPropsKey-value pairs that can be used to group and search for certificates.- Specified by:
getTagsin interfaceCfnCertificateMixinProps- See Also:
-
getUsage
Description copied from interface:CfnCertificateMixinPropsSpecifies 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 interfaceCfnCertificateMixinProps- 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()
-