Show / Hide Table of Contents

Class CfnMembership.MembershipJobComputePaymentConfigProperty

An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.

Inheritance
object
CfnMembership.MembershipJobComputePaymentConfigProperty
Implements
CfnMembership.IMembershipJobComputePaymentConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipjobcomputepaymentconfig.html

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 ( TRUE ) or has not accepted to pay for query and job compute costs ( FALSE ).

Constructors

MembershipJobComputePaymentConfigProperty()

An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.

public MembershipJobComputePaymentConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipjobcomputepaymentconfig.html

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

object

Remarks

There is only one member who pays for queries and jobs.

An error message is returned for the following reasons:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipjobcomputepaymentconfig.html#cfn-cleanrooms-membership-membershipjobcomputepaymentconfig-isresponsible

    Implements

    CfnMembership.IMembershipJobComputePaymentConfigProperty
    Back to top Generated by DocFX