This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CleanRooms::Membership MembershipPaymentConfiguration
An object representing the payment responsibilities accepted by the collaboration member.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "JobCompute" :MembershipJobComputePaymentConfig, "MachineLearning" :MembershipMLPaymentConfig, "QueryCompute" :MembershipQueryComputePaymentConfig}
YAML
JobCompute:MembershipJobComputePaymentConfigMachineLearning:MembershipMLPaymentConfigQueryCompute:MembershipQueryComputePaymentConfig
Properties
JobCompute-
The payment responsibilities accepted by the collaboration member for job compute costs.
Required: No
Type: MembershipJobComputePaymentConfig
Update requires: No interruption
MachineLearning-
The payment responsibilities accepted by the collaboration member for machine learning costs.
Required: No
Type: MembershipMLPaymentConfig
Update requires: No interruption
QueryCompute-
The payment responsibilities accepted by the collaboration member for query compute costs.
Required: Yes
Type: MembershipQueryComputePaymentConfig
Update requires: No interruption