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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIamWorkforcePoolAccessRestrictions.BuilderA builder forIamWorkforcePoolAccessRestrictionsstatic classIamWorkforcePoolAccessRestrictions.Jsii$ProxyAn implementation forIamWorkforcePoolAccessRestrictions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IamWorkforcePoolAccessRestrictions.Builderbuilder()default ObjectgetAllowedServices()allowed_services block.default ObjectgetDisableProgrammaticSignin()Disable programmatic sign-in by disabling token issue via the Security Token API endpoint.
-
-
-
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}
-
builder
@Stability(Stable) static IamWorkforcePoolAccessRestrictions.Builder builder()
-
-