interface SchemaMappingReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_entityresolution.SchemaMappingReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#SchemaMappingReference |
Java | software.amazon.awscdk.services.entityresolution.SchemaMappingReference |
Python | aws_cdk.aws_entityresolution.SchemaMappingReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript