

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::CleanRooms::Collaboration PaymentConfiguration
<a name="aws-properties-cleanrooms-collaboration-paymentconfiguration"></a>

An object representing the collaboration member's payment responsibilities set by the collaboration creator.

## Syntax
<a name="aws-properties-cleanrooms-collaboration-paymentconfiguration-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-cleanrooms-collaboration-paymentconfiguration-syntax.json"></a>

```
{
  "[JobCompute](#cfn-cleanrooms-collaboration-paymentconfiguration-jobcompute)" : {{JobComputePaymentConfig}},
  "[MachineLearning](#cfn-cleanrooms-collaboration-paymentconfiguration-machinelearning)" : {{MLPaymentConfig}},
  "[QueryCompute](#cfn-cleanrooms-collaboration-paymentconfiguration-querycompute)" : {{QueryComputePaymentConfig}}
}
```

### YAML
<a name="aws-properties-cleanrooms-collaboration-paymentconfiguration-syntax.yaml"></a>

```
  [JobCompute](#cfn-cleanrooms-collaboration-paymentconfiguration-jobcompute): {{
    JobComputePaymentConfig}}
  [MachineLearning](#cfn-cleanrooms-collaboration-paymentconfiguration-machinelearning): {{
    MLPaymentConfig}}
  [QueryCompute](#cfn-cleanrooms-collaboration-paymentconfiguration-querycompute): {{
    QueryComputePaymentConfig}}
```

## Properties
<a name="aws-properties-cleanrooms-collaboration-paymentconfiguration-properties"></a>

`JobCompute`  <a name="cfn-cleanrooms-collaboration-paymentconfiguration-jobcompute"></a>
 The compute configuration for the job.  
*Required*: No  
*Type*: [JobComputePaymentConfig](aws-properties-cleanrooms-collaboration-jobcomputepaymentconfig.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`MachineLearning`  <a name="cfn-cleanrooms-collaboration-paymentconfiguration-machinelearning"></a>
An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.  
*Required*: No  
*Type*: [MLPaymentConfig](aws-properties-cleanrooms-collaboration-mlpaymentconfig.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`QueryCompute`  <a name="cfn-cleanrooms-collaboration-paymentconfiguration-querycompute"></a>
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.  
*Required*: Yes  
*Type*: [QueryComputePaymentConfig](aws-properties-cleanrooms-collaboration-querycomputepaymentconfig.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)