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
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 |
Properties
S3
Required configuration for a protected query with an s3
output type.
object S3 { get; }