Class RecaptchaEnterpriseKeyTestingOptionsOutputReference

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

      • RecaptchaEnterpriseKeyTestingOptionsOutputReference

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

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

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

      • resetTestingChallenge

        @Stability(Stable)
        public void resetTestingChallenge()
      • resetTestingScore

        @Stability(Stable)
        public void resetTestingScore()
      • getTestingChallengeInput

        @Stability(Stable)
        @Nullable
        public String getTestingChallengeInput()
      • getTestingScoreInput

        @Stability(Stable)
        @Nullable
        public Number getTestingScoreInput()
      • getTestingChallenge

        @Stability(Stable)
        @NotNull
        public String getTestingChallenge()
      • setTestingChallenge

        @Stability(Stable)
        public void setTestingChallenge​(@NotNull
                                        String value)
      • getTestingScore

        @Stability(Stable)
        @NotNull
        public Number getTestingScore()
      • setTestingScore

        @Stability(Stable)
        public void setTestingScore​(@NotNull
                                    Number value)