Class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty
An implementation for
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty-
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.services.cleanrooms.CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Builder, CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.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 Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration.final ObjectWhenTRUE, AWS Clean Rooms manages permissions for the ID namespace association resource.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
protected Jsii$Proxy(CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Builder.
-
-
Method Details
-
getInputReferenceArn
Description copied from interface:CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigPropertyThe Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration.Valid resource ARNs are from the ID namespaces that you own.
- Specified by:
getInputReferenceArnin interfaceCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty- See Also:
-
getManageResourcePolicies
Description copied from interface:CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigPropertyWhenTRUE, AWS Clean Rooms manages permissions for the ID namespace association resource.When
FALSE, the resource owner manages permissions for the ID namespace association resource.Returns union: either
BooleanorIResolvable- Specified by:
getManageResourcePoliciesin interfaceCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty- 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()
-