Class CfnCertificateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateMixinProps
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.acmpca.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 ObjectSpecifies X.509 certificate information to be included in the issued certificate.final ObjectThe Amazon Resource Name (ARN) for the private CA issues the certificate.final StringThe certificate signing request (CSR) for the certificate.final StringThe name of the algorithm that will be used to sign the certificate to be issued.final ObjectSpecifies a custom configuration template to use when issuing a certificate.final ObjectThe period of time during which the certificate will be valid.final ObjectInformation describing the start of the validity period of the certificate.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
-
getApiPassthrough
Description copied from interface:CfnCertificateMixinPropsSpecifies X.509 certificate information to be included in the issued certificate. AnAPIPassthroughorAPICSRPassthroughtemplate variant must be selected, or else this parameter is ignored.Returns union: either
IResolvableorCfnCertificatePropsMixin.ApiPassthroughProperty- Specified by:
getApiPassthroughin interfaceCfnCertificateMixinProps- See Also:
-
getCertificateAuthorityArn
Description copied from interface:CfnCertificateMixinPropsThe Amazon Resource Name (ARN) for the private CA issues the certificate.Returns union: either
StringorICertificateAuthorityRef- Specified by:
getCertificateAuthorityArnin interfaceCfnCertificateMixinProps- See Also:
-
getCertificateSigningRequest
Description copied from interface:CfnCertificateMixinPropsThe certificate signing request (CSR) for the certificate.- Specified by:
getCertificateSigningRequestin interfaceCfnCertificateMixinProps- See Also:
-
getSigningAlgorithm
Description copied from interface:CfnCertificateMixinPropsThe name of the algorithm that will be used to sign the certificate to be issued.This parameter should not be confused with the
SigningAlgorithmparameter used to sign a CSR in theCreateCertificateAuthorityaction.The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.
- Specified by:
getSigningAlgorithmin interfaceCfnCertificateMixinProps- See Also:
-
getTemplateArn
Description copied from interface:CfnCertificateMixinPropsSpecifies a custom configuration template to use when issuing a certificate.If this parameter is not provided, AWS Private CA defaults to the
EndEntityCertificate/V1template. For more information about AWS Private CA templates, see Using Templates .Returns union: either
StringorICertificateAuthorityRef- Specified by:
getTemplateArnin interfaceCfnCertificateMixinProps- See Also:
-
getValidity
Description copied from interface:CfnCertificateMixinPropsThe period of time during which the certificate will be valid.Returns union: either
IResolvableorCfnCertificatePropsMixin.ValidityProperty- Specified by:
getValidityin interfaceCfnCertificateMixinProps- See Also:
-
getValidityNotBefore
Description copied from interface:CfnCertificateMixinPropsInformation describing the start of the validity period of the certificate.This parameter sets the “Not Before" date for the certificate.
By default, when issuing a certificate, AWS Private CA sets the "Not Before" date to the issuance time minus 60 minutes. This compensates for clock inconsistencies across computer systems. The
ValidityNotBeforeparameter can be used to customize the “Not Before” value.Unlike the
Validityparameter, theValidityNotBeforeparameter is optional.The
ValidityNotBeforevalue is expressed as an explicit date and time, using theValiditytype valueABSOLUTE.Returns union: either
IResolvableorCfnCertificatePropsMixin.ValidityProperty- Specified by:
getValidityNotBeforein 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()
-