interface SchemaMappingReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_entityresolution.SchemaMappingReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#SchemaMappingReference |
![]() | software.amazon.awscdk.services.entityresolution.SchemaMappingReference |
![]() | aws_cdk.aws_entityresolution.SchemaMappingReference |
![]() | aws-cdk-lib » aws_entityresolution » SchemaMappingReference |
A reference to a SchemaMapping 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 schemaMappingReference: entityresolution.SchemaMappingReference = {
schemaName: 'schemaName',
};
Properties
Name | Type | Description |
---|---|---|
schema | string | The SchemaName of the SchemaMapping resource. |
schemaName
Type:
string
The SchemaName of the SchemaMapping resource.