SchemaMappingReference

class aws_cdk.aws_entityresolution.SchemaMappingReference(*, schema_name)

Bases: object

A reference to a SchemaMapping resource.

Parameters:

schema_name (str) – The SchemaName of the SchemaMapping resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_entityresolution as entityresolution

schema_mapping_reference = entityresolution.SchemaMappingReference(
    schema_name="schemaName"
)

Attributes

schema_name

The SchemaName of the SchemaMapping resource.