Class CfnSchemaMappingPropsMixin
Creates a schema mapping, which defines the schema of the input customer records table.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSchemaMappingPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnSchemaMappingPropsMixin Inherits Mixin Implements IMixin
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins;
var cfnSchemaMappingPropsMixin = new CfnSchemaMappingPropsMixin(new CfnSchemaMappingMixinProps {
Description = "description",
MappedInputFields = new [] { new SchemaInputAttributeProperty {
FieldName = "fieldName",
GroupName = "groupName",
Hashed = false,
MatchKey = "matchKey",
SubType = "subType",
Type = "type"
} },
SchemaName = "schemaName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnSchemaMappingPropsMixin(ICfnSchemaMappingMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a schema mapping, which defines the schema of the input customer records table. |
| Props | Creates a schema mapping, which defines the schema of the input customer records table. |
| Strategy | Creates a schema mapping, which defines the schema of the input customer records table. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnSchemaMappingPropsMixin(ICfnSchemaMappingMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::EntityResolution::SchemaMapping.
public CfnSchemaMappingPropsMixin(ICfnSchemaMappingMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnSchemaMappingMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a schema mapping, which defines the schema of the input customer records table.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins;
var cfnSchemaMappingPropsMixin = new CfnSchemaMappingPropsMixin(new CfnSchemaMappingMixinProps {
Description = "description",
MappedInputFields = new [] { new SchemaInputAttributeProperty {
FieldName = "fieldName",
GroupName = "groupName",
Hashed = false,
MatchKey = "matchKey",
SubType = "subType",
Type = "type"
} },
SchemaName = "schemaName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Creates a schema mapping, which defines the schema of the input customer records table.
protected virtual ICfnSchemaMappingMixinProps Props { get; }
Property Value
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins;
var cfnSchemaMappingPropsMixin = new CfnSchemaMappingPropsMixin(new CfnSchemaMappingMixinProps {
Description = "description",
MappedInputFields = new [] { new SchemaInputAttributeProperty {
FieldName = "fieldName",
GroupName = "groupName",
Hashed = false,
MatchKey = "matchKey",
SubType = "subType",
Type = "type"
} },
SchemaName = "schemaName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Creates a schema mapping, which defines the schema of the input customer records table.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins;
var cfnSchemaMappingPropsMixin = new CfnSchemaMappingPropsMixin(new CfnSchemaMappingMixinProps {
Description = "description",
MappedInputFields = new [] { new SchemaInputAttributeProperty {
FieldName = "fieldName",
GroupName = "groupName",
Hashed = false,
MatchKey = "matchKey",
SubType = "subType",
Type = "type"
} },
SchemaName = "schemaName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
The SchemaMapping also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
CloudformationResource: AWS::EntityResolution::SchemaMapping
Mixin: true
ExampleMetadata: fixture=_generated