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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.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 Object
Specifies X.509 certificate information to be included in the issued certificate.final String
The Amazon Resource Name (ARN) for the private CA issues the certificate.final String
The certificate signing request (CSR) for the certificate.final String
The name of the algorithm that will be used to sign the certificate to be issued.final String
Specifies a custom configuration template to use when issuing a certificate.final Object
The period of time during which the certificate will be valid.final Object
Information describing the start of the validity period of the certificate.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
-
getCertificateAuthorityArn
Description copied from interface:CfnCertificateProps
The Amazon Resource Name (ARN) for the private CA issues the certificate.- Specified by:
getCertificateAuthorityArn
in interfaceCfnCertificateProps
- See Also:
-
getCertificateSigningRequest
Description copied from interface:CfnCertificateProps
The certificate signing request (CSR) for the certificate.- Specified by:
getCertificateSigningRequest
in interfaceCfnCertificateProps
- See Also:
-
getSigningAlgorithm
Description copied from interface:CfnCertificateProps
The name of the algorithm that will be used to sign the certificate to be issued.This parameter should not be confused with the
SigningAlgorithm
parameter used to sign a CSR in theCreateCertificateAuthority
action.The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.
- Specified by:
getSigningAlgorithm
in interfaceCfnCertificateProps
- See Also:
-
getValidity
Description copied from interface:CfnCertificateProps
The period of time during which the certificate will be valid.- Specified by:
getValidity
in interfaceCfnCertificateProps
- See Also:
-
getApiPassthrough
Description copied from interface:CfnCertificateProps
Specifies X.509 certificate information to be included in the issued certificate. AnAPIPassthrough
orAPICSRPassthrough
template variant must be selected, or else this parameter is ignored.- Specified by:
getApiPassthrough
in interfaceCfnCertificateProps
- See Also:
-
getTemplateArn
Description copied from interface:CfnCertificateProps
Specifies a custom configuration template to use when issuing a certificate.If this parameter is not provided, AWS Private CA defaults to the
EndEntityCertificate/V1
template. For more information about AWS Private CA templates, see Using Templates .- Specified by:
getTemplateArn
in interfaceCfnCertificateProps
- See Also:
-
getValidityNotBefore
Description copied from interface:CfnCertificateProps
Information 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
ValidityNotBefore
parameter can be used to customize the “Not Before” value.Unlike the
Validity
parameter, theValidityNotBefore
parameter is optional.The
ValidityNotBefore
value is expressed as an explicit date and time, using theValidity
type valueABSOLUTE
.- Specified by:
getValidityNotBefore
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()
-