Interface CfnMembership.MembershipQueryComputePaymentConfigProperty

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

@Stability(Stable) public static interface CfnMembership.MembershipQueryComputePaymentConfigProperty extends software.amazon.jsii.JsiiSerializable
An object representing the payment responsibilities accepted by the collaboration member 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.*;
 MembershipQueryComputePaymentConfigProperty membershipQueryComputePaymentConfigProperty = MembershipQueryComputePaymentConfigProperty.builder()
         .isResponsible(false)
         .build();
 

See Also: