Class CfnCertificateProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.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
  • 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

      protected Jsii$Proxy(CfnCertificateProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnCertificateProps.Builder.
  • Method Details

    • getCertificateAuthorityArn

      public final String getCertificateAuthorityArn()
      Description copied from interface: CfnCertificateProps
      The Amazon Resource Name (ARN) for the private CA issues the certificate.
      Specified by:
      getCertificateAuthorityArn in interface CfnCertificateProps
    • getCertificateSigningRequest

      public final String getCertificateSigningRequest()
      Description copied from interface: CfnCertificateProps
      The certificate signing request (CSR) for the certificate.
      Specified by:
      getCertificateSigningRequest in interface CfnCertificateProps
    • getSigningAlgorithm

      public final String 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 the CreateCertificateAuthority action.

      The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.

      Specified by:
      getSigningAlgorithm in interface CfnCertificateProps
    • getValidity

      public final Object getValidity()
      Description copied from interface: CfnCertificateProps
      The period of time during which the certificate will be valid.
      Specified by:
      getValidity in interface CfnCertificateProps
    • getApiPassthrough

      public final Object getApiPassthrough()
      Description copied from interface: CfnCertificateProps
      Specifies X.509 certificate information to be included in the issued certificate. An APIPassthrough or APICSRPassthrough template variant must be selected, or else this parameter is ignored.
      Specified by:
      getApiPassthrough in interface CfnCertificateProps
    • getTemplateArn

      public final String 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 interface CfnCertificateProps
    • getValidityNotBefore

      public final Object 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, the ValidityNotBefore parameter is optional.

      The ValidityNotBefore value is expressed as an explicit date and time, using the Validity type value ABSOLUTE .

      Specified by:
      getValidityNotBefore in interface CfnCertificateProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object