Interface CfnMembership.IMembershipProtectedJobOutputConfigurationProperty
Contains configurations for protected job results.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMembership.IMembershipProtectedJobOutputConfigurationProperty
Syntax (vb)
Public Interface CfnMembership.IMembershipProtectedJobOutputConfigurationProperty
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 membershipProtectedJobOutputConfigurationProperty = new MembershipProtectedJobOutputConfigurationProperty {
S3 = new ProtectedJobS3OutputConfigurationInputProperty {
Bucket = "bucket",
// the properties below are optional
KeyPrefix = "keyPrefix"
}
};
Synopsis
Properties
S3 | Contains the configuration to write the job results to S3. |
Properties
S3
Contains the configuration to write the job results to S3.
object S3 { get; }