Class CfnIdNamespace.IdNamespaceInputSourceProperty
An object containing InputSourceARN
and SchemaName
.
Inheritance
Namespace: Amazon.CDK.AwsEntityresolution
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IdNamespaceInputSourceProperty : Object, CfnIdNamespace.IIdNamespaceInputSourceProperty
Syntax (vb)
Public Class IdNamespaceInputSourceProperty
Inherits Object
Implements CfnIdNamespace.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.Aws_entityresolution;
var idNamespaceInputSourceProperty = new IdNamespaceInputSourceProperty {
InputSourceArn = "inputSourceArn",
// the properties below are optional
SchemaName = "schemaName"
};
Synopsis
Constructors
Id |
Properties
Input |
An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table. |
Schema |
The name of the schema. |
Constructors
IdNamespaceInputSourceProperty()
public IdNamespaceInputSourceProperty()
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
System.
Remarks
SchemaName
The name of the schema.
public string SchemaName { get; set; }
Property Value
System.