Class IamWorkforcePoolAccessRestrictionsOutputReference

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

      • IamWorkforcePoolAccessRestrictionsOutputReference

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

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

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

      • putAllowedServices

        @Stability(Stable)
        public void putAllowedServices​(@NotNull
                                       Object value)
        Parameters:
        value - This parameter is required.
      • resetAllowedServices

        @Stability(Stable)
        public void resetAllowedServices()
      • resetDisableProgrammaticSignin

        @Stability(Stable)
        public void resetDisableProgrammaticSignin()
      • getAllowedServicesInput

        @Stability(Stable)
        @Nullable
        public Object getAllowedServicesInput()
      • getDisableProgrammaticSigninInput

        @Stability(Stable)
        @Nullable
        public Object getDisableProgrammaticSigninInput()
      • getDisableProgrammaticSignin

        @Stability(Stable)
        @NotNull
        public Object getDisableProgrammaticSignin()
      • setDisableProgrammaticSignin

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

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