Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipprotectedjoboutputconfiguration.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 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; }
Property Value

object

Remarks

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

Back to top Generated by DocFX