Interface AccessContextManagerAccessLevelsAccessLevelsBasic
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerAccessLevelsAccessLevelsBasic.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.069Z") @Stability(Stable) public interface AccessContextManagerAccessLevelsAccessLevelsBasic extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerAccessLevelsAccessLevelsBasic.BuilderA builder forAccessContextManagerAccessLevelsAccessLevelsBasicstatic classAccessContextManagerAccessLevelsAccessLevelsBasic.Jsii$ProxyAn implementation forAccessContextManagerAccessLevelsAccessLevelsBasic
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AccessContextManagerAccessLevelsAccessLevelsBasic.Builderbuilder()default StringgetCombiningFunction()How the conditions list should be combined to determine if a request is granted this AccessLevel.ObjectgetConditions()conditions block.
-
-
-
Method Detail
-
getConditions
@Stability(Stable) @NotNull Object getConditions()
conditions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#conditions AccessContextManagerAccessLevels#conditions}
-
getCombiningFunction
@Stability(Stable) @Nullable default String getCombiningFunction()
How the conditions list should be combined to determine if a request is granted this AccessLevel.If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default value: "AND" Possible values: ["AND", "OR"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#combining_function AccessContextManagerAccessLevels#combining_function}
-
builder
@Stability(Stable) static AccessContextManagerAccessLevelsAccessLevelsBasic.Builder builder()
-
-