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: