Class PrivatecaCaPoolIssuancePolicyAllowedIssuanceModesOutputReference

  • 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.306Z")
    @Stability(Stable)
    public class PrivatecaCaPoolIssuancePolicyAllowedIssuanceModesOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • PrivatecaCaPoolIssuancePolicyAllowedIssuanceModesOutputReference

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

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

        @Stability(Stable)
        public PrivatecaCaPoolIssuancePolicyAllowedIssuanceModesOutputReference​(@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

      • getAllowConfigBasedIssuanceInput

        @Stability(Stable)
        @Nullable
        public Object getAllowConfigBasedIssuanceInput()
      • getAllowCsrBasedIssuanceInput

        @Stability(Stable)
        @Nullable
        public Object getAllowCsrBasedIssuanceInput()
      • getAllowConfigBasedIssuance

        @Stability(Stable)
        @NotNull
        public Object getAllowConfigBasedIssuance()
      • setAllowConfigBasedIssuance

        @Stability(Stable)
        public void setAllowConfigBasedIssuance​(@NotNull
                                                Boolean value)
      • setAllowConfigBasedIssuance

        @Stability(Stable)
        public void setAllowConfigBasedIssuance​(@NotNull
                                                com.hashicorp.cdktf.IResolvable value)
      • getAllowCsrBasedIssuance

        @Stability(Stable)
        @NotNull
        public Object getAllowCsrBasedIssuance()
      • setAllowCsrBasedIssuance

        @Stability(Stable)
        public void setAllowCsrBasedIssuance​(@NotNull
                                             Boolean value)
      • setAllowCsrBasedIssuance

        @Stability(Stable)
        public void setAllowCsrBasedIssuance​(@NotNull
                                             com.hashicorp.cdktf.IResolvable value)