Show / Hide Table of Contents

Interface CfnMembership.IMembershipProtectedQueryOutputConfigurationProperty

Contains configurations for protected query results.

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

Properties

S3

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

Properties

S3

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

object S3 { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX