Get Id Namespace Result
data class GetIdNamespaceResult(val createdAt: String? = null, val description: String? = null, val idMappingWorkflowProperties: List<IdNamespaceIdMappingWorkflowProperties>? = null, val idNamespaceArn: String? = null, val inputSourceConfig: List<IdNamespaceInputSource>? = null, val roleArn: String? = null, val tags: List<Tag>? = null, val type: IdNamespaceType? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, idMappingWorkflowProperties: List<IdNamespaceIdMappingWorkflowProperties>? = null, idNamespaceArn: String? = null, inputSourceConfig: List<IdNamespaceInputSource>? = null, roleArn: String? = null, tags: List<Tag>? = null, type: IdNamespaceType? = null, updatedAt: String? = null)
Properties
Link copied to clipboard
The description of the ID namespace.
Link copied to clipboard
Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
Link copied to clipboard
The arn associated with the IdNamespace
Link copied to clipboard
A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
Link copied to clipboard
The type of ID namespace. There are two types: SOURCE and TARGET . The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.