Show / Hide Table of Contents

Class CfnCollaboration.JobComputePaymentConfigProperty

An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs.

Inheritance
object
CfnCollaboration.JobComputePaymentConfigProperty
Implements
CfnCollaboration.IJobComputePaymentConfigProperty
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 CfnCollaboration.JobComputePaymentConfigProperty : CfnCollaboration.IJobComputePaymentConfigProperty
Syntax (vb)
Public Class CfnCollaboration.JobComputePaymentConfigProperty Implements CfnCollaboration.IJobComputePaymentConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-jobcomputepaymentconfig.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 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 ( TRUE ) or has not configured the collaboration member to pay for query and job compute costs ( FALSE ).

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-jobcomputepaymentconfig.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 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

object

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.

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

Implements

CfnCollaboration.IJobComputePaymentConfigProperty
Back to top Generated by DocFX