Class CfnMembership.ProtectedQueryS3OutputConfigurationProperty
Contains the configuration to write the query results to S3.
Inherited Members
Namespace: Amazon.CDK.AWS.CleanRooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMembership.ProtectedQueryS3OutputConfigurationProperty : CfnMembership.IProtectedQueryS3OutputConfigurationProperty
Syntax (vb)
Public Class CfnMembership.ProtectedQueryS3OutputConfigurationProperty Implements CfnMembership.IProtectedQueryS3OutputConfigurationProperty
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 protectedQueryS3OutputConfigurationProperty = new ProtectedQueryS3OutputConfigurationProperty {
Bucket = "bucket",
ResultFormat = "resultFormat",
// the properties below are optional
KeyPrefix = "keyPrefix",
SingleFileOutput = false
};
Synopsis
Constructors
| ProtectedQueryS3OutputConfigurationProperty() | Contains the configuration to write the query results to S3. |
Properties
| Bucket | The S3 bucket to unload the protected query results. |
| KeyPrefix | The S3 prefix to unload the protected query results. |
| ResultFormat | Intended file format of the result. |
| SingleFileOutput | Indicates whether files should be output as a single file ( |
Constructors
ProtectedQueryS3OutputConfigurationProperty()
Contains the configuration to write the query results to S3.
public ProtectedQueryS3OutputConfigurationProperty()
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 protectedQueryS3OutputConfigurationProperty = new ProtectedQueryS3OutputConfigurationProperty {
Bucket = "bucket",
ResultFormat = "resultFormat",
// the properties below are optional
KeyPrefix = "keyPrefix",
SingleFileOutput = false
};
Properties
Bucket
The S3 bucket to unload the protected query results.
public string Bucket { get; set; }
Property Value
Remarks
KeyPrefix
The S3 prefix to unload the protected query results.
public string? KeyPrefix { get; set; }
Property Value
Remarks
ResultFormat
Intended file format of the result.
public string ResultFormat { get; set; }
Property Value
Remarks
SingleFileOutput
Indicates whether files should be output as a single file ( TRUE ) or output as multiple files ( FALSE ).
public object? SingleFileOutput { get; set; }
Property Value
Remarks
This parameter is only supported for analyses with the Spark analytics engine.
Type union: either bool or IResolvable