Package com.pulumi.aws.kendra.outputs
Class DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget
- java.lang.Object
-
- com.pulumi.aws.kendra.outputs.DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget
-
public final class DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.Builder
builder()
static DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.Builder
builder(DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget defaults)
java.util.Optional<java.lang.String>
targetDocumentAttributeKey()
java.util.Optional<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue>
targetDocumentAttributeValue()
java.util.Optional<java.lang.Boolean>
targetDocumentAttributeValueDeletion()
-
-
-
Method Detail
-
targetDocumentAttributeKey
public java.util.Optional<java.lang.String> targetDocumentAttributeKey()
- Returns:
- The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
-
targetDocumentAttributeValue
public java.util.Optional<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue> targetDocumentAttributeValue()
- Returns:
- The target value you want to create for the target attribute. For example, 'Finance' could be the target value for the target attribute key 'Department'. See target_document_attribute_value.
-
targetDocumentAttributeValueDeletion
public java.util.Optional<java.lang.Boolean> targetDocumentAttributeValueDeletion()
- Returns:
- `TRUE` to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to `TRUE`. To create a target value (`TargetDocumentAttributeValue`), set this to `FALSE`.
-
builder
public static DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.Builder builder()
-
builder
public static DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.Builder builder(DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget defaults)
-
-