com.pulumi.aws.kendra.inputs.IndexDocumentMetadataConfigurationUpdateArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.kendra.inputs;
import com.pulumi.aws.kendra.inputs.IndexDocumentMetadataConfigurationUpdateRelevanceArgs;
import com.pulumi.aws.kendra.inputs.IndexDocumentMetadataConfigurationUpdateSearchArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class IndexDocumentMetadataConfigurationUpdateArgs extends com.pulumi.resources.ResourceArgs {
public static final IndexDocumentMetadataConfigurationUpdateArgs Empty = new IndexDocumentMetadataConfigurationUpdateArgs();
/**
* The name of the index field. Minimum length of 1. Maximum length of 30.
*
*/
@Import(name="name", required=true)
private Output name;
/**
* @return The name of the index field. Minimum length of 1. Maximum length of 30.
*
*/
public Output name() {
return this.name;
}
/**
* A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below
*
*/
@Import(name="relevance")
private @Nullable Output relevance;
/**
* @return A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy