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 IdMappingWorkflowIdMappingTechniques(val idMappingType: IdMappingWorkflowIdMappingTechniquesIdMappingType? = null, val providerProperties: IdMappingWorkflowProviderProperties? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class IdMappingWorkflowProviderProperties(val intermediateSourceConfiguration: IdMappingWorkflowIntermediateSourceConfiguration? = null, val providerConfiguration: Any? = null, val providerServiceArn: String)
Link copied to clipboard
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
Link copied to clipboard
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
Link copied to clipboard
data class MatchingWorkflowRuleBasedProperties(val attributeMatchingModel: MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel, val rules: List<MatchingWorkflowRule>)
Link copied to clipboard
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
A key-value pair to associate with a resource