Show / Hide Table of Contents

Interface CfnMembership.IMembershipQueryComputePaymentConfigProperty

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

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMembership.IMembershipQueryComputePaymentConfigProperty
Syntax (vb)
Public Interface CfnMembership.IMembershipQueryComputePaymentConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipquerycomputepaymentconfig.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 membershipQueryComputePaymentConfigProperty = new MembershipQueryComputePaymentConfigProperty {
                 IsResponsible = false
             };

Synopsis

Properties

IsResponsible

Indicates whether the collaboration member has accepted to pay for query compute costs ( TRUE ) or has not accepted to pay for query compute costs ( FALSE ).

Properties

IsResponsible

Indicates whether the collaboration member has accepted to pay for query compute costs ( TRUE ) or has not accepted to pay for query compute costs ( FALSE ).

object IsResponsible { get; }
Property Value

object

Remarks

If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.

An error message is returned for the following reasons:

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

    Back to top Generated by DocFX