Interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Provides the information for the ID namespace association input reference configuration.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Syntax (vb)
Public Interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var idNamespaceAssociationInputReferenceConfigProperty = new IdNamespaceAssociationInputReferenceConfigProperty {
InputReferenceArn = "inputReferenceArn",
ManageResourcePolicies = false
};
Synopsis
Properties
InputReferenceArn | The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration. |
ManageResourcePolicies | When |
Properties
InputReferenceArn
The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration.
string InputReferenceArn { get; }
Property Value
Remarks
Valid resource ARNs are from the ID namespaces that you own.
ManageResourcePolicies
When TRUE
, AWS Clean Rooms manages permissions for the ID namespace association resource.
object ManageResourcePolicies { get; }
Property Value
Remarks
When FALSE
, the resource owner manages permissions for the ID namespace association resource.