Interface CfnCertificateAuthorityActivationProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCertificateAuthorityActivationProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.283Z") @Stability(Stable) public interface CfnCertificateAuthorityActivationProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnCertificateAuthorityActivation.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.acmpca.*;
 CfnCertificateAuthorityActivationProps cfnCertificateAuthorityActivationProps = CfnCertificateAuthorityActivationProps.builder()
         .certificate("certificate")
         .certificateAuthorityArn("certificateAuthorityArn")
         // the properties below are optional
         .certificateChain("certificateChain")
         .status("status")
         .build();
 
  • Method Details

    • getCertificate

      @Stability(Stable) @NotNull String getCertificate()
      The Base64 PEM-encoded certificate authority certificate.
    • getCertificateAuthorityArn

      @Stability(Stable) @NotNull String getCertificateAuthorityArn()
      The Amazon Resource Name (ARN) of your private CA.
    • getCertificateChain

      @Stability(Stable) @Nullable default String getCertificateChain()
      The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
    • getStatus

      @Stability(Stable) @Nullable default String getStatus()
      Status of your private CA.
    • builder

      @Stability(Stable) static CfnCertificateAuthorityActivationProps.Builder builder()
      Returns:
      a CfnCertificateAuthorityActivationProps.Builder of CfnCertificateAuthorityActivationProps