Interface CfnCollaboration.QueryComputePaymentConfigProperty

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

@Stability(Stable) public static interface CfnCollaboration.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.services.cleanrooms.*;
 QueryComputePaymentConfigProperty queryComputePaymentConfigProperty = QueryComputePaymentConfigProperty.builder()
         .isResponsible(false)
         .build();
 

See Also: