MembershipProtectedQueryResultConfigurationArgs

data class MembershipProtectedQueryResultConfigurationArgs(val outputConfiguration: Output<MembershipProtectedQueryOutputConfigurationArgs>, val roleArn: Output<String>? = null) : ConvertibleToJava<MembershipProtectedQueryResultConfigurationArgs>

Constructors

constructor(outputConfiguration: Output<MembershipProtectedQueryOutputConfigurationArgs>, roleArn: Output<String>? = null)

Properties

Link copied to clipboard

Configuration for protected query results.

Link copied to clipboard
val roleArn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MembershipProtectedQueryResultConfigurationArgs