com.pulumi.awsnative.bedrock.kotlin.KnowledgeBaseArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.bedrock.kotlin
import com.pulumi.awsnative.bedrock.KnowledgeBaseArgs.builder
import com.pulumi.awsnative.bedrock.kotlin.inputs.KnowledgeBaseConfigurationArgs
import com.pulumi.awsnative.bedrock.kotlin.inputs.KnowledgeBaseConfigurationArgsBuilder
import com.pulumi.awsnative.bedrock.kotlin.inputs.KnowledgeBaseStorageConfigurationArgs
import com.pulumi.awsnative.bedrock.kotlin.inputs.KnowledgeBaseStorageConfigurationArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::Bedrock::KnowledgeBase Resource Type
* @property description Description of the Resource.
* @property knowledgeBaseConfiguration Contains details about the embeddings configuration of the knowledge base.
* @property name The name of the knowledge base.
* @property roleArn The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_
* @property storageConfiguration Contains details about the storage configuration of the knowledge base.
* @property tags Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
* - [Tag naming limits and requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions)
* - [Tagging best practices](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-best-practices)
*/
public data class KnowledgeBaseArgs(
public val description: Output? = null,
public val knowledgeBaseConfiguration: Output? = null,
public val name: Output? = null,
public val roleArn: Output? = null,
public val storageConfiguration: Output? = null,
public val tags: Output