Interface CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty.Jsii$Proxy
Enclosing class:
CfnCollaborationPropsMixin

@Stability(Stable) public static interface CfnCollaborationPropsMixin.QueryComputePaymentConfigProperty extends software.amazon.jsii.JsiiSerializable
An object representing the collaboration member's payment responsibilities set by the collaboration creator for query compute costs.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
 QueryComputePaymentConfigProperty queryComputePaymentConfigProperty = QueryComputePaymentConfigProperty.builder()
         .isResponsible(false)
         .build();
 

See Also: