Interface CfnIdNamespace.IdNamespaceInputSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdNamespace.IdNamespaceInputSourceProperty.Jsii$Proxy
- Enclosing class:
CfnIdNamespace
@Stability(Stable)
public static interface CfnIdNamespace.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.services.entityresolution.*;
IdNamespaceInputSourceProperty idNamespaceInputSourceProperty = IdNamespaceInputSourceProperty.builder()
.inputSourceArn("inputSourceArn")
// the properties below are optional
.schemaName("schemaName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdNamespace.IdNamespaceInputSourcePropertystatic final classAn implementation forCfnIdNamespace.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
-