interface MembershipProtectedQueryOutputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnMembershipPropsMixin.MembershipProtectedQueryOutputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnMembershipPropsMixin_MembershipProtectedQueryOutputConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnMembershipPropsMixin.MembershipProtectedQueryOutputConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnMembershipPropsMixin.MembershipProtectedQueryOutputConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » CfnMembershipPropsMixin » MembershipProtectedQueryOutputConfigurationProperty |
Contains configurations for protected query results.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from '@aws-cdk/cfn-property-mixins';
const membershipProtectedQueryOutputConfigurationProperty: cleanrooms.CfnMembershipPropsMixin.MembershipProtectedQueryOutputConfigurationProperty = {
s3: {
bucket: 'bucket',
keyPrefix: 'keyPrefix',
resultFormat: 'resultFormat',
singleFileOutput: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| s3? | IResolvable | Protected | Required configuration for a protected query with an s3 output type. |
s3?
Type:
IResolvable | Protected
(optional)
Required configuration for a protected query with an s3 output type.

.NET
Go
Java
Python
TypeScript