interface IdNamespaceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_entityresolution.IdNamespaceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#IdNamespaceReference |
![]() | software.amazon.awscdk.services.entityresolution.IdNamespaceReference |
![]() | aws_cdk.aws_entityresolution.IdNamespaceReference |
![]() | aws-cdk-lib » aws_entityresolution » IdNamespaceReference |
A reference to a IdNamespace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_entityresolution as entityresolution } from 'aws-cdk-lib';
const idNamespaceReference: entityresolution.IdNamespaceReference = {
idNamespaceArn: 'idNamespaceArn',
idNamespaceName: 'idNamespaceName',
};
Properties
Name | Type | Description |
---|---|---|
id | string | The ARN of the IdNamespace resource. |
id | string | The IdNamespaceName of the IdNamespace resource. |
idNamespaceArn
Type:
string
The ARN of the IdNamespace resource.
idNamespaceName
Type:
string
The IdNamespaceName of the IdNamespace resource.