Show / Hide Table of Contents

Interface CfnMembership.IMembershipProtectedJobResultConfigurationProperty

Contains configurations for protected job results.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMembership.IMembershipProtectedJobResultConfigurationProperty
Syntax (vb)
Public Interface CfnMembership.IMembershipProtectedJobResultConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipprotectedjobresultconfiguration.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 membershipProtectedJobResultConfigurationProperty = new MembershipProtectedJobResultConfigurationProperty {
                 OutputConfiguration = new MembershipProtectedJobOutputConfigurationProperty {
                     S3 = new ProtectedJobS3OutputConfigurationInputProperty {
                         Bucket = "bucket",

                         // the properties below are optional
                         KeyPrefix = "keyPrefix"
                     }
                 },
                 RoleArn = "roleArn"
             };

Synopsis

Properties

OutputConfiguration

The output configuration for a protected job result.

RoleArn

The unique ARN for an IAM role that is used by AWS Clean Rooms to write protected job results to the result location, given by the member who can receive results.

Properties

OutputConfiguration

The output configuration for a protected job result.

object OutputConfiguration { get; }
Property Value

object

Remarks

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

RoleArn

The unique ARN for an IAM role that is used by AWS Clean Rooms to write protected job results to the result location, given by the member who can receive results.

string RoleArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX