Show / Hide Table of Contents

Class CfnMembershipPropsMixin.MembershipProtectedJobResultConfigurationProperty

Contains configurations for protected job results.

Inheritance
object
CfnMembershipPropsMixin.MembershipProtectedJobResultConfigurationProperty
Implements
CfnMembershipPropsMixin.IMembershipProtectedJobResultConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMembershipPropsMixin.MembershipProtectedJobResultConfigurationProperty : CfnMembershipPropsMixin.IMembershipProtectedJobResultConfigurationProperty
Syntax (vb)
Public Class CfnMembershipPropsMixin.MembershipProtectedJobResultConfigurationProperty Implements CfnMembershipPropsMixin.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.CfnPropertyMixins.AWS.CleanRooms;

             var membershipProtectedJobResultConfigurationProperty = new MembershipProtectedJobResultConfigurationProperty {
                 OutputConfiguration = new MembershipProtectedJobOutputConfigurationProperty {
                     S3 = new ProtectedJobS3OutputConfigurationInputProperty {
                         Bucket = "bucket",
                         KeyPrefix = "keyPrefix"
                     }
                 },
                 RoleArn = "roleArn"
             };

Synopsis

Constructors

MembershipProtectedJobResultConfigurationProperty()

Contains configurations for protected job results.

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.

Constructors

MembershipProtectedJobResultConfigurationProperty()

Contains configurations for protected job results.

public MembershipProtectedJobResultConfigurationProperty()
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.CfnPropertyMixins.AWS.CleanRooms;

             var membershipProtectedJobResultConfigurationProperty = new MembershipProtectedJobResultConfigurationProperty {
                 OutputConfiguration = new MembershipProtectedJobOutputConfigurationProperty {
                     S3 = new ProtectedJobS3OutputConfigurationInputProperty {
                         Bucket = "bucket",
                         KeyPrefix = "keyPrefix"
                     }
                 },
                 RoleArn = "roleArn"
             };

Properties

OutputConfiguration

The output configuration for a protected job result.

public object? OutputConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnMembershipPropsMixin.IMembershipProtectedJobOutputConfigurationProperty

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.

public string? RoleArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnMembershipPropsMixin.IMembershipProtectedJobResultConfigurationProperty
Back to top Generated by DocFX