Class CfnMembership.MembershipProtectedQueryResultConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipProtectedQueryResultConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMembership.MembershipProtectedQueryResultConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembership.MembershipProtectedQueryResultConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnMembership.MembershipProtectedQueryResultConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembership.MembershipProtectedQueryResultConfigurationProperty
An implementation for
CfnMembership.MembershipProtectedQueryResultConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipProtectedQueryResultConfigurationProperty
CfnMembership.MembershipProtectedQueryResultConfigurationProperty.Builder, CfnMembership.MembershipProtectedQueryResultConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMembership.MembershipProtectedQueryResultConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configuration for protected query results.final String
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.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnMembership.MembershipProtectedQueryResultConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMembership.MembershipProtectedQueryResultConfigurationProperty.Builder
.
-
-
Method Details
-
getOutputConfiguration
Description copied from interface:CfnMembership.MembershipProtectedQueryResultConfigurationProperty
Configuration for protected query results.- Specified by:
getOutputConfiguration
in interfaceCfnMembership.MembershipProtectedQueryResultConfigurationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnMembership.MembershipProtectedQueryResultConfigurationProperty
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.- Specified by:
getRoleArn
in interfaceCfnMembership.MembershipProtectedQueryResultConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
-