Interface CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnIdNamespaceAssociation
@Stability(Stable)
public static interface CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty
extends software.amazon.jsii.JsiiSerializable
Provides the information for the ID namespace association input reference configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
IdNamespaceAssociationInputReferenceConfigProperty idNamespaceAssociationInputReferenceConfigProperty = IdNamespaceAssociationInputReferenceConfigProperty.builder()
.inputReferenceArn("inputReferenceArn")
.manageResourcePolicies(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration.WhenTRUE, AWS Clean Rooms manages permissions for the ID namespace association resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputReferenceArn
The 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.
- See Also:
-
getManageResourcePolicies
WhenTRUE, 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- See Also:
-
builder
@Stability(Stable) static CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty.Builder builder()
-