Interface CfnPermission.ConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPermission.ConditionProperty.Jsii$Proxy
- Enclosing class:
CfnPermission
@Stability(Stable)
public static interface CfnPermission.ConditionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.qbusiness.*; ConditionProperty conditionProperty = ConditionProperty.builder() .conditionKey("conditionKey") .conditionOperator("conditionOperator") .conditionValues(List.of("conditionValues")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPermission.ConditionProperty
static final class
An implementation forCfnPermission.ConditionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConditionKey
- See Also:
-
getConditionOperator
- See Also:
-
getConditionValues
- See Also:
-
builder
-