Class PrivatecaCertificateAuthorityKeySpecOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.373Z")
    @Stability(Stable)
    public class PrivatecaCertificateAuthorityKeySpecOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • PrivatecaCertificateAuthorityKeySpecOutputReference

        protected PrivatecaCertificateAuthorityKeySpecOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • PrivatecaCertificateAuthorityKeySpecOutputReference

        protected PrivatecaCertificateAuthorityKeySpecOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • PrivatecaCertificateAuthorityKeySpecOutputReference

        @Stability(Stable)
        public PrivatecaCertificateAuthorityKeySpecOutputReference​(@NotNull
                                                                   com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                   @NotNull
                                                                   String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetAlgorithm

        @Stability(Stable)
        public void resetAlgorithm()
      • resetCloudKmsKeyVersion

        @Stability(Stable)
        public void resetCloudKmsKeyVersion()
      • getAlgorithmInput

        @Stability(Stable)
        @Nullable
        public String getAlgorithmInput()
      • getCloudKmsKeyVersionInput

        @Stability(Stable)
        @Nullable
        public String getCloudKmsKeyVersionInput()
      • getAlgorithm

        @Stability(Stable)
        @NotNull
        public String getAlgorithm()
      • setAlgorithm

        @Stability(Stable)
        public void setAlgorithm​(@NotNull
                                 String value)
      • getCloudKmsKeyVersion

        @Stability(Stable)
        @NotNull
        public String getCloudKmsKeyVersion()
      • setCloudKmsKeyVersion

        @Stability(Stable)
        public void setCloudKmsKeyVersion​(@NotNull
                                          String value)