Show / Hide Table of Contents

Interface CfnMembership.IMembershipJobComputePaymentConfigProperty

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

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMembership.IMembershipJobComputePaymentConfigProperty
Syntax (vb)
Public Interface 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

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 ).

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 ).

object IsResponsible { get; }
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

    Back to top Generated by DocFX