interface S3VectorsEngineProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins.CfnDomainPropsMixin.S3VectorsEngineProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsopensearchservice/mixins#CfnDomainPropsMixin_S3VectorsEngineProperty |
Java | software.amazon.awscdk.mixins.preview.services.opensearchservice.mixins.CfnDomainPropsMixin.S3VectorsEngineProperty |
Python | aws_cdk.mixins_preview.aws_opensearchservice.mixins.CfnDomainPropsMixin.S3VectorsEngineProperty |
TypeScript | @aws-cdk/mixins-preview » aws_opensearchservice » mixins » CfnDomainPropsMixin » S3VectorsEngineProperty |
Options for enabling S3 vectors engine features on the specified domain.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as opensearchservice_mixins } from '@aws-cdk/mixins-preview/aws-opensearchservice';
const s3VectorsEngineProperty: opensearchservice_mixins.CfnDomainPropsMixin.S3VectorsEngineProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | Enables S3 vectors engine features. |
enabled?
Type:
boolean | IResolvable
(optional)
Enables S3 vectors engine features.

.NET
Go
Java
Python
TypeScript