Class CfnMembership.MembershipJobComputePaymentConfigProperty
An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMembership.MembershipJobComputePaymentConfigProperty : CfnMembership.IMembershipJobComputePaymentConfigProperty
Syntax (vb)
Public Class CfnMembership.MembershipJobComputePaymentConfigProperty Implements CfnMembership.IMembershipJobComputePaymentConfigProperty
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 membershipJobComputePaymentConfigProperty = new MembershipJobComputePaymentConfigProperty {
IsResponsible = false
};
Synopsis
Constructors
MembershipJobComputePaymentConfigProperty() | An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs. |
Properties
IsResponsible | Indicates whether the collaboration member has accepted to pay for job compute costs ( |
Constructors
MembershipJobComputePaymentConfigProperty()
An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.
public MembershipJobComputePaymentConfigProperty()
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 membershipJobComputePaymentConfigProperty = new MembershipJobComputePaymentConfigProperty {
IsResponsible = false
};
Properties
IsResponsible
Indicates whether the collaboration member has accepted to pay for job compute costs ( TRUE
) or has not accepted to pay for query and job compute costs ( FALSE
).
public object IsResponsible { get; set; }
Property Value
Remarks
There is only one member who pays for queries and jobs.
An error message is returned for the following reasons: