Class CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty
An object containing inputSourceARN and schemaName .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty : CfnIdNamespacePropsMixin.IIdNamespaceInputSourceProperty
Syntax (vb)
Public Class CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty Implements CfnIdNamespacePropsMixin.IIdNamespaceInputSourceProperty
Remarks
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.AWS.EntityResolution.Mixins;
var idNamespaceInputSourceProperty = new IdNamespaceInputSourceProperty {
InputSourceArn = "inputSourceArn",
SchemaName = "schemaName"
};
Synopsis
Constructors
| IdNamespaceInputSourceProperty() | An object containing |
Properties
| InputSourceArn | An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table. |
| SchemaName | The name of the schema. |
Constructors
IdNamespaceInputSourceProperty()
An object containing inputSourceARN and schemaName .
public IdNamespaceInputSourceProperty()
Remarks
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.AWS.EntityResolution.Mixins;
var idNamespaceInputSourceProperty = new IdNamespaceInputSourceProperty {
InputSourceArn = "inputSourceArn",
SchemaName = "schemaName"
};
Properties
InputSourceArn
An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
public string? InputSourceArn { get; set; }
Property Value
Remarks
SchemaName
The name of the schema.
public string? SchemaName { get; set; }