Interface IamWorkforcePoolAccessRestrictions

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.560Z")
    @Stability(Stable)
    public interface IamWorkforcePoolAccessRestrictions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllowedServices

        @Stability(Stable)
        @Nullable
        default Object getAllowedServices()
        allowed_services block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool#allowed_services IamWorkforcePool#allowed_services}

      • getDisableProgrammaticSignin

        @Stability(Stable)
        @Nullable
        default Object getDisableProgrammaticSignin()
        Disable programmatic sign-in by disabling token issue via the Security Token API endpoint. See Security Token Service API.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool#disable_programmatic_signin IamWorkforcePool#disable_programmatic_signin}