Show / Hide Table of Contents

Class CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty

An object containing inputSourceARN and schemaName .

Inheritance
object
CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty
Implements
CfnIdNamespacePropsMixin.IIdNamespaceInputSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html

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 inputSourceARN and schemaName .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html#cfn-entityresolution-idnamespace-idnamespaceinputsource-inputsourcearn

SchemaName

The name of the schema.

public string? SchemaName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html#cfn-entityresolution-idnamespace-idnamespaceinputsource-schemaname

Implements

CfnIdNamespacePropsMixin.IIdNamespaceInputSourceProperty
Back to top Generated by DocFX