Class CfnCollaboration.JobComputePaymentConfigProperty
An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCollaboration.JobComputePaymentConfigProperty : CfnCollaboration.IJobComputePaymentConfigProperty
Syntax (vb)
Public Class CfnCollaboration.JobComputePaymentConfigProperty Implements CfnCollaboration.IJobComputePaymentConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var jobComputePaymentConfigProperty = new JobComputePaymentConfigProperty {
IsResponsible = false
};
Synopsis
Constructors
JobComputePaymentConfigProperty() | An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs. |
Properties
IsResponsible | Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs ( |
Constructors
JobComputePaymentConfigProperty()
An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs.
public JobComputePaymentConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var jobComputePaymentConfigProperty = new JobComputePaymentConfigProperty {
IsResponsible = false
};
Properties
IsResponsible
Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs ( TRUE
) or has not configured the collaboration member to pay for query and job compute costs ( FALSE
).
public object IsResponsible { get; set; }
Property Value
Remarks
Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a TRUE
value for more than one member in the collaboration.
An error is returned if the collaboration creator sets a FALSE
value for the member who can run queries and jobs.