Interface AccessContextManagerAccessLevelBasic
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerAccessLevelBasic.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.028Z") @Stability(Stable) public interface AccessContextManagerAccessLevelBasic extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerAccessLevelBasic.BuilderA builder forAccessContextManagerAccessLevelBasicstatic classAccessContextManagerAccessLevelBasic.Jsii$ProxyAn implementation forAccessContextManagerAccessLevelBasic
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AccessContextManagerAccessLevelBasic.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_level#conditions AccessContextManagerAccessLevel#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_level#combining_function AccessContextManagerAccessLevel#combining_function}
-
builder
@Stability(Stable) static AccessContextManagerAccessLevelBasic.Builder builder()
-
-