Interface CfnMembership.MembershipModelTrainingPaymentConfigProperty

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

@Stability(Stable) public static interface CfnMembership.MembershipModelTrainingPaymentConfigProperty extends software.amazon.jsii.JsiiSerializable
An object representing the collaboration member's model training payment responsibilities set by the collaboration creator.

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.*;
 MembershipModelTrainingPaymentConfigProperty membershipModelTrainingPaymentConfigProperty = MembershipModelTrainingPaymentConfigProperty.builder()
         .isResponsible(false)
         .build();
 

See Also: