Package-level declarations

Types

Link copied to clipboard
data class GetIdMappingWorkflowResult(val createdAt: String? = null, val description: String? = null, val idMappingTechniques: IdMappingWorkflowIdMappingTechniques? = null, val inputSourceConfig: List<IdMappingWorkflowInputSource>? = null, val outputSourceConfig: List<IdMappingWorkflowOutputSource>? = null, val roleArn: String? = null, val tags: List<IdMappingWorkflowTag>? = null, val updatedAt: String? = null, val workflowArn: String? = null)
Link copied to clipboard
data class GetMatchingWorkflowResult(val createdAt: String? = null, val description: String? = null, val inputSourceConfig: List<MatchingWorkflowInputSource>? = null, val outputSourceConfig: List<MatchingWorkflowOutputSource>? = null, val resolutionTechniques: MatchingWorkflowResolutionTechniques? = null, val roleArn: String? = null, val tags: List<MatchingWorkflowTag>? = null, val updatedAt: String? = null, val workflowArn: String? = null)
Link copied to clipboard
data class GetSchemaMappingResult(val createdAt: String? = null, val schemaArn: String? = null, val tags: List<SchemaMappingTag>? = null, val updatedAt: String? = null)
Link copied to clipboard
data class IdMappingWorkflowInputSource(val inputSourceArn: String, val schemaArn: String)
Link copied to clipboard
data class IdMappingWorkflowOutputSource(val kmsArn: String? = null, val outputS3Path: String)
Link copied to clipboard
data class IdMappingWorkflowProviderProperties(val intermediateSourceConfiguration: IdMappingWorkflowIntermediateSourceConfiguration? = null, val providerConfiguration: Any? = null, val providerServiceArn: String)
Link copied to clipboard
data class IdMappingWorkflowTag(val key: String, val value: String)

A key-value pair to associate with a resource

Link copied to clipboard
data class MatchingWorkflowInputSource(val applyNormalization: Boolean? = null, val inputSourceArn: String, val schemaArn: String)
Link copied to clipboard
data class MatchingWorkflowOutputAttribute(val hashed: Boolean? = null, val name: String)
Link copied to clipboard
data class MatchingWorkflowOutputSource(val applyNormalization: Boolean? = null, val kmsArn: String? = null, val output: List<MatchingWorkflowOutputAttribute>, val outputS3Path: String)
Link copied to clipboard
data class MatchingWorkflowProviderProperties(val intermediateSourceConfiguration: MatchingWorkflowIntermediateSourceConfiguration? = null, val providerConfiguration: Any? = null, val providerServiceArn: String)
Link copied to clipboard
data class MatchingWorkflowResolutionTechniques(val providerProperties: MatchingWorkflowProviderProperties? = null, val resolutionType: MatchingWorkflowResolutionTechniquesResolutionType? = null, val ruleBasedProperties: MatchingWorkflowRuleBasedProperties? = null)
Link copied to clipboard
data class MatchingWorkflowRule(val matchingKeys: List<String>, val ruleName: String)
Link copied to clipboard
data class MatchingWorkflowTag(val key: String, val value: String)

A key-value pair to associate with a resource

Link copied to clipboard
data class SchemaMappingSchemaInputAttribute(val fieldName: String, val groupName: String? = null, val matchKey: String? = null, val subType: String? = null, val type: SchemaMappingSchemaAttributeType)
Link copied to clipboard
data class SchemaMappingTag(val key: String, val value: String)

A key-value pair to associate with a resource