Skip to content

Bedrock Agent  >  Structures  >  OpenSearchManagedClusterConfiguration

OpenSearchManagedClusterConfiguration

Structure Class

OpenSearchManagedClusterConfiguration dataclass

Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.

Attributes

domain_arn instance-attribute
domain_arn: str

The Amazon Resource Name (ARN) of the OpenSearch domain.

domain_endpoint instance-attribute
domain_endpoint: str

The endpoint URL the OpenSearch domain.

field_mapping instance-attribute

Contains the names of the fields to which to map information about the vector store.

vector_index_name class-attribute instance-attribute
vector_index_name: str = field(repr=False)

The name of the vector store.