Class CfnMembershipMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMembershipMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembershipMixinProps
CfnMembershipMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnMembershipMixinProps
CfnMembershipMixinProps.Builder, CfnMembershipMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMembershipMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe unique ID for the associated collaboration.final ObjectThe default job result configuration for the membership.final ObjectThe default protected query result configuration as specified by the member who can receive results.final StringAn indicator as to whether job logging has been enabled or disabled for the collaboration.final ObjectThe payment responsibilities accepted by the collaboration member.final StringAn indicator as to whether query logging has been enabled or disabled for the membership.getTags()An optional label that you can assign to a resource when you create it.final inthashCode()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
Constructor that initializes the object based on literal property values passed by theCfnMembershipMixinProps.Builder.
-
-
Method Details
-
getCollaborationIdentifier
Description copied from interface:CfnMembershipMixinPropsThe unique ID for the associated collaboration.- Specified by:
getCollaborationIdentifierin interfaceCfnMembershipMixinProps- See Also:
-
getDefaultJobResultConfiguration
Description copied from interface:CfnMembershipMixinPropsThe default job result configuration for the membership.Returns union: either
IResolvableorCfnMembershipPropsMixin.MembershipProtectedJobResultConfigurationProperty- Specified by:
getDefaultJobResultConfigurationin interfaceCfnMembershipMixinProps- See Also:
-
getDefaultResultConfiguration
Description copied from interface:CfnMembershipMixinPropsThe default protected query result configuration as specified by the member who can receive results.Returns union: either
IResolvableorCfnMembershipPropsMixin.MembershipProtectedQueryResultConfigurationProperty- Specified by:
getDefaultResultConfigurationin interfaceCfnMembershipMixinProps- See Also:
-
getJobLogStatus
Description copied from interface:CfnMembershipMixinPropsAn indicator as to whether job logging has been enabled or disabled for the collaboration.When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- Specified by:
getJobLogStatusin interfaceCfnMembershipMixinProps- See Also:
-
getPaymentConfiguration
Description copied from interface:CfnMembershipMixinPropsThe payment responsibilities accepted by the collaboration member.Returns union: either
IResolvableorCfnMembershipPropsMixin.MembershipPaymentConfigurationProperty- Specified by:
getPaymentConfigurationin interfaceCfnMembershipMixinProps- See Also:
-
getQueryLogStatus
Description copied from interface:CfnMembershipMixinPropsAn indicator as to whether query logging has been enabled or disabled for the membership.When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- Specified by:
getQueryLogStatusin interfaceCfnMembershipMixinProps- See Also:
-
getTags
Description copied from interface:CfnMembershipMixinPropsAn optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Specified by:
getTagsin interfaceCfnMembershipMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-