Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-protectedjobs3outputconfigurationinput.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-protectedjobs3outputconfigurationinput.html#cfn-cleanrooms-membership-protectedjobs3outputconfigurationinput-bucket

KeyPrefix

The S3 prefix to unload the protected job results.

string? KeyPrefix { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-protectedjobs3outputconfigurationinput.html#cfn-cleanrooms-membership-protectedjobs3outputconfigurationinput-keyprefix

Back to top Generated by DocFX