Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class IdMappingWorkflow : KotlinCustomResource

IdMappingWorkflow defined in AWS Entity Resolution service

Link copied to clipboard
data class IdMappingWorkflowArgs(val description: Output<String>? = null, val idMappingTechniques: Output<IdMappingWorkflowIdMappingTechniquesArgs>? = null, val inputSourceConfig: Output<List<IdMappingWorkflowInputSourceArgs>>? = null, val outputSourceConfig: Output<List<IdMappingWorkflowOutputSourceArgs>>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<IdMappingWorkflowArgs>

IdMappingWorkflow defined in AWS Entity Resolution service

Link copied to clipboard
object IdMappingWorkflowMapper : ResourceMapper<IdMappingWorkflow>
Link copied to clipboard
class IdNamespace : KotlinCustomResource

IdNamespace defined in AWS Entity Resolution service

Link copied to clipboard
data class IdNamespaceArgs(val description: Output<String>? = null, val idMappingWorkflowProperties: Output<List<IdNamespaceIdMappingWorkflowPropertiesArgs>>? = null, val idNamespaceName: Output<String>? = null, val inputSourceConfig: Output<List<IdNamespaceInputSourceArgs>>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<IdNamespaceType>? = null) : ConvertibleToJava<IdNamespaceArgs>

IdNamespace defined in AWS Entity Resolution service

Link copied to clipboard
Link copied to clipboard
object IdNamespaceMapper : ResourceMapper<IdNamespace>
Link copied to clipboard
Link copied to clipboard
class MatchingWorkflow : KotlinCustomResource

MatchingWorkflow defined in AWS Entity Resolution service

Link copied to clipboard
data class MatchingWorkflowArgs(val description: Output<String>? = null, val incrementalRunConfig: Output<MatchingWorkflowIncrementalRunConfigArgs>? = null, val inputSourceConfig: Output<List<MatchingWorkflowInputSourceArgs>>? = null, val outputSourceConfig: Output<List<MatchingWorkflowOutputSourceArgs>>? = null, val resolutionTechniques: Output<MatchingWorkflowResolutionTechniquesArgs>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<MatchingWorkflowArgs>

MatchingWorkflow defined in AWS Entity Resolution service

Link copied to clipboard
object MatchingWorkflowMapper : ResourceMapper<MatchingWorkflow>
Link copied to clipboard
class PolicyStatement : KotlinCustomResource

Policy Statement defined in AWS Entity Resolution Service

Link copied to clipboard
data class PolicyStatementArgs(val action: Output<List<String>>? = null, val arn: Output<String>? = null, val condition: Output<String>? = null, val effect: Output<PolicyStatementStatementEffect>? = null, val principal: Output<List<String>>? = null, val statementId: Output<String>? = null) : ConvertibleToJava<PolicyStatementArgs>

Policy Statement defined in AWS Entity Resolution Service

Link copied to clipboard
object PolicyStatementMapper : ResourceMapper<PolicyStatement>
Link copied to clipboard
class SchemaMapping : KotlinCustomResource

SchemaMapping defined in AWS Entity Resolution service

Link copied to clipboard
data class SchemaMappingArgs(val description: Output<String>? = null, val mappedInputFields: Output<List<SchemaMappingSchemaInputAttributeArgs>>? = null, val schemaName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SchemaMappingArgs>

SchemaMapping defined in AWS Entity Resolution service

Link copied to clipboard
Link copied to clipboard
object SchemaMappingMapper : ResourceMapper<SchemaMapping>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun idNamespace(name: String, block: suspend IdNamespaceResourceBuilder.() -> Unit): IdNamespace
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard