Class CfnCertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateProps
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.acmpca.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 ObjectSpecifies X.509 certificate information to be included in the issued certificate.final StringThe 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 StringSpecifies 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 theCfnCertificateProps.Builder.
-
-
Method Details
-
getCertificateAuthorityArn
Description copied from interface:CfnCertificatePropsThe Amazon Resource Name (ARN) for the private CA issues the certificate.- Specified by:
getCertificateAuthorityArnin interfaceCfnCertificateProps- See Also:
-
getCertificateSigningRequest
Description copied from interface:CfnCertificatePropsThe certificate signing request (CSR) for the certificate.- Specified by:
getCertificateSigningRequestin interfaceCfnCertificateProps- See Also:
-
getSigningAlgorithm
Description copied from interface:CfnCertificatePropsThe 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 interfaceCfnCertificateProps- See Also:
-
getValidity
Description copied from interface:CfnCertificatePropsThe period of time during which the certificate will be valid.Returns union: either
IResolvableorCfnCertificate.ValidityProperty- Specified by:
getValidityin interfaceCfnCertificateProps- See Also:
-
getApiPassthrough
Description copied from interface:CfnCertificatePropsSpecifies 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
IResolvableorCfnCertificate.ApiPassthroughProperty- Specified by:
getApiPassthroughin interfaceCfnCertificateProps- See Also:
-
getTemplateArn
Description copied from interface:CfnCertificatePropsSpecifies 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 .- Specified by:
getTemplateArnin interfaceCfnCertificateProps- See Also:
-
getValidityNotBefore
Description copied from interface:CfnCertificatePropsInformation 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
IResolvableorCfnCertificate.ValidityProperty- Specified by:
getValidityNotBeforein 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()
-