Show / Hide Table of Contents

Class CfnMembership.MembershipProtectedQueryOutputConfigurationProperty

Contains configurations for protected query results.

Inheritance
object
CfnMembership.MembershipProtectedQueryOutputConfigurationProperty
Implements
CfnMembership.IMembershipProtectedQueryOutputConfigurationProperty
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.MembershipProtectedQueryOutputConfigurationProperty : CfnMembership.IMembershipProtectedQueryOutputConfigurationProperty
Syntax (vb)
Public Class CfnMembership.MembershipProtectedQueryOutputConfigurationProperty Implements CfnMembership.IMembershipProtectedQueryOutputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipprotectedqueryoutputconfiguration.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 membershipProtectedQueryOutputConfigurationProperty = new MembershipProtectedQueryOutputConfigurationProperty {
                 S3 = new ProtectedQueryS3OutputConfigurationProperty {
                     Bucket = "bucket",
                     ResultFormat = "resultFormat",

                     // the properties below are optional
                     KeyPrefix = "keyPrefix",
                     SingleFileOutput = false
                 }
             };

Synopsis

Constructors

MembershipProtectedQueryOutputConfigurationProperty()

Contains configurations for protected query results.

Properties

S3

Required configuration for a protected query with an s3 output type.

Constructors

MembershipProtectedQueryOutputConfigurationProperty()

Contains configurations for protected query results.

public MembershipProtectedQueryOutputConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipprotectedqueryoutputconfiguration.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 membershipProtectedQueryOutputConfigurationProperty = new MembershipProtectedQueryOutputConfigurationProperty {
                 S3 = new ProtectedQueryS3OutputConfigurationProperty {
                     Bucket = "bucket",
                     ResultFormat = "resultFormat",

                     // the properties below are optional
                     KeyPrefix = "keyPrefix",
                     SingleFileOutput = false
                 }
             };

Properties

S3

Required configuration for a protected query with an s3 output type.

public object S3 { get; set; }
Property Value

object

Remarks

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

Implements

CfnMembership.IMembershipProtectedQueryOutputConfigurationProperty
Back to top Generated by DocFX