Interface CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.Jsii$Proxy
- Enclosing class:
CfnIdNamespacePropsMixin
@Stability(Stable)
public static interface CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty
extends software.amazon.jsii.JsiiSerializable
An object containing
inputSourceARN and schemaName .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.entityresolution.*;
IdNamespaceInputSourceProperty idNamespaceInputSourceProperty = IdNamespaceInputSourceProperty.builder()
.inputSourceArn("inputSourceArn")
.schemaName("schemaName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdNamespacePropsMixin.IdNamespaceInputSourcePropertystatic final classAn implementation forCfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputSourceArn
An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- See Also:
-
getSchemaName
The name of the schema.- See Also:
-
builder
-