Package-level declarations
Types
Link copied to clipboard
data class GetIdMappingWorkflowPlainArgs(val workflowName: String) : ConvertibleToJava<GetIdMappingWorkflowPlainArgs>
Link copied to clipboard
Builder for GetIdMappingWorkflowPlainArgs.
Link copied to clipboard
data class GetIdNamespacePlainArgs(val idNamespaceName: String) : ConvertibleToJava<GetIdNamespacePlainArgs>
Link copied to clipboard
Builder for GetIdNamespacePlainArgs.
Link copied to clipboard
data class GetMatchingWorkflowPlainArgs(val workflowName: String) : ConvertibleToJava<GetMatchingWorkflowPlainArgs>
Link copied to clipboard
Builder for GetMatchingWorkflowPlainArgs.
Link copied to clipboard
data class GetPolicyStatementPlainArgs(val arn: String, val statementId: String) : ConvertibleToJava<GetPolicyStatementPlainArgs>
Link copied to clipboard
Builder for GetPolicyStatementPlainArgs.
Link copied to clipboard
data class GetSchemaMappingPlainArgs(val schemaName: String) : ConvertibleToJava<GetSchemaMappingPlainArgs>
Link copied to clipboard
Builder for GetSchemaMappingPlainArgs.
Link copied to clipboard
data class IdMappingWorkflowIdMappingRuleBasedPropertiesArgs(val attributeMatchingModel: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesAttributeMatchingModel>, val recordMatchingModel: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesRecordMatchingModel>, val ruleDefinitionType: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesRuleDefinitionType>? = null, val rules: Output<List<IdMappingWorkflowRuleArgs>>? = null) : ConvertibleToJava<IdMappingWorkflowIdMappingRuleBasedPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class IdMappingWorkflowIdMappingTechniquesArgs(val idMappingType: Output<IdMappingWorkflowIdMappingTechniquesIdMappingType>? = null, val providerProperties: Output<IdMappingWorkflowProviderPropertiesArgs>? = null, val ruleBasedProperties: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesArgs>? = null) : ConvertibleToJava<IdMappingWorkflowIdMappingTechniquesArgs>
Link copied to clipboard
Link copied to clipboard
data class IdMappingWorkflowInputSourceArgs(val inputSourceArn: Output<String>, val schemaArn: Output<String>? = null, val type: Output<IdMappingWorkflowInputSourceType>? = null) : ConvertibleToJava<IdMappingWorkflowInputSourceArgs>
Link copied to clipboard
Builder for IdMappingWorkflowInputSourceArgs.
Link copied to clipboard
data class IdMappingWorkflowIntermediateSourceConfigurationArgs(val intermediateS3Path: Output<String>) : ConvertibleToJava<IdMappingWorkflowIntermediateSourceConfigurationArgs>
Link copied to clipboard
Link copied to clipboard
data class IdMappingWorkflowOutputSourceArgs(val kmsArn: Output<String>? = null, val outputS3Path: Output<String>) : ConvertibleToJava<IdMappingWorkflowOutputSourceArgs>
Link copied to clipboard
Builder for IdMappingWorkflowOutputSourceArgs.
Link copied to clipboard
data class IdMappingWorkflowProviderPropertiesArgs(val intermediateSourceConfiguration: Output<IdMappingWorkflowIntermediateSourceConfigurationArgs>? = null, val providerConfiguration: Output<Map<String, String>>? = null, val providerServiceArn: Output<String>) : ConvertibleToJava<IdMappingWorkflowProviderPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class IdMappingWorkflowRuleArgs(val matchingKeys: Output<List<String>>, val ruleName: Output<String>) : ConvertibleToJava<IdMappingWorkflowRuleArgs>
Link copied to clipboard
Builder for IdMappingWorkflowRuleArgs.
Link copied to clipboard
data class IdNamespaceIdMappingWorkflowPropertiesArgs(val idMappingType: Output<IdNamespaceIdMappingWorkflowPropertiesIdMappingType>, val providerProperties: Output<IdNamespaceNamespaceProviderPropertiesArgs>? = null, val ruleBasedProperties: Output<IdNamespaceNamespaceRuleBasedPropertiesArgs>? = null) : ConvertibleToJava<IdNamespaceIdMappingWorkflowPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class IdNamespaceInputSourceArgs(val inputSourceArn: Output<String>, val schemaName: Output<String>? = null) : ConvertibleToJava<IdNamespaceInputSourceArgs>
Link copied to clipboard
Builder for IdNamespaceInputSourceArgs.
Link copied to clipboard
data class IdNamespaceNamespaceProviderPropertiesArgs(val providerConfiguration: Output<Map<String, String>>? = null, val providerServiceArn: Output<String>) : ConvertibleToJava<IdNamespaceNamespaceProviderPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class IdNamespaceNamespaceRuleBasedPropertiesArgs(val attributeMatchingModel: Output<IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel>? = null, val recordMatchingModels: Output<List<IdNamespaceRecordMatchingModel>>? = null, val ruleDefinitionTypes: Output<List<IdNamespaceRuleDefinitionType>>? = null, val rules: Output<List<IdNamespaceRuleArgs>>? = null) : ConvertibleToJava<IdNamespaceNamespaceRuleBasedPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class IdNamespaceRuleArgs(val matchingKeys: Output<List<String>>, val ruleName: Output<String>) : ConvertibleToJava<IdNamespaceRuleArgs>
Link copied to clipboard
Builder for IdNamespaceRuleArgs.
Link copied to clipboard
data class MatchingWorkflowIncrementalRunConfigArgs(val incrementalRunType: Output<MatchingWorkflowIncrementalRunConfigIncrementalRunType>) : ConvertibleToJava<MatchingWorkflowIncrementalRunConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class MatchingWorkflowInputSourceArgs(val applyNormalization: Output<Boolean>? = null, val inputSourceArn: Output<String>, val schemaArn: Output<String>) : ConvertibleToJava<MatchingWorkflowInputSourceArgs>
Link copied to clipboard
Builder for MatchingWorkflowInputSourceArgs.
Link copied to clipboard
data class MatchingWorkflowIntermediateSourceConfigurationArgs(val intermediateS3Path: Output<String>) : ConvertibleToJava<MatchingWorkflowIntermediateSourceConfigurationArgs>
Link copied to clipboard
Link copied to clipboard
data class MatchingWorkflowOutputAttributeArgs(val hashed: Output<Boolean>? = null, val name: Output<String>) : ConvertibleToJava<MatchingWorkflowOutputAttributeArgs>
Link copied to clipboard
Link copied to clipboard
data class MatchingWorkflowOutputSourceArgs(val applyNormalization: Output<Boolean>? = null, val kmsArn: Output<String>? = null, val output: Output<List<MatchingWorkflowOutputAttributeArgs>>, val outputS3Path: Output<String>) : ConvertibleToJava<MatchingWorkflowOutputSourceArgs>
Link copied to clipboard
Builder for MatchingWorkflowOutputSourceArgs.
Link copied to clipboard
data class MatchingWorkflowProviderPropertiesArgs(val intermediateSourceConfiguration: Output<MatchingWorkflowIntermediateSourceConfigurationArgs>? = null, val providerConfiguration: Output<Map<String, String>>? = null, val providerServiceArn: Output<String>) : ConvertibleToJava<MatchingWorkflowProviderPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class MatchingWorkflowResolutionTechniquesArgs(val providerProperties: Output<MatchingWorkflowProviderPropertiesArgs>? = null, val resolutionType: Output<MatchingWorkflowResolutionType>? = null, val ruleBasedProperties: Output<MatchingWorkflowRuleBasedPropertiesArgs>? = null) : ConvertibleToJava<MatchingWorkflowResolutionTechniquesArgs>
Link copied to clipboard
Link copied to clipboard
data class MatchingWorkflowRuleArgs(val matchingKeys: Output<List<String>>, val ruleName: Output<String>) : ConvertibleToJava<MatchingWorkflowRuleArgs>
Link copied to clipboard
Builder for MatchingWorkflowRuleArgs.
Link copied to clipboard
data class MatchingWorkflowRuleBasedPropertiesArgs(val attributeMatchingModel: Output<MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel>, val matchPurpose: Output<MatchingWorkflowRuleBasedPropertiesMatchPurpose>? = null, val rules: Output<List<MatchingWorkflowRuleArgs>>) : ConvertibleToJava<MatchingWorkflowRuleBasedPropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class SchemaMappingSchemaInputAttributeArgs(val fieldName: Output<String>, val groupName: Output<String>? = null, val hashed: Output<Boolean>? = null, val matchKey: Output<String>? = null, val subType: Output<String>? = null, val type: Output<SchemaMappingSchemaAttributeType>) : ConvertibleToJava<SchemaMappingSchemaInputAttributeArgs>
Link copied to clipboard