Interface CfnMembership.IProtectedJobS3OutputConfigurationInputProperty
Contains input information for protected jobs with an S3 output type.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMembership.IProtectedJobS3OutputConfigurationInputProperty
Syntax (vb)
Public Interface CfnMembership.IProtectedJobS3OutputConfigurationInputProperty
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 protectedJobS3OutputConfigurationInputProperty = new ProtectedJobS3OutputConfigurationInputProperty {
Bucket = "bucket",
// the properties below are optional
KeyPrefix = "keyPrefix"
};
Synopsis
Properties
Bucket | The S3 bucket for job output. |
KeyPrefix | The S3 prefix to unload the protected job results. |
Properties
Bucket
The S3 bucket for job output.
string Bucket { get; }
Property Value
Remarks
KeyPrefix
The S3 prefix to unload the protected job results.
string? KeyPrefix { get; }