interface S3VectorsEngineProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService.CfnDomainPropsMixin.S3VectorsEngineProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsopensearchservice#CfnDomainPropsMixin_S3VectorsEngineProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.S3VectorsEngineProperty |
Python | aws_cdk.cfn_property_mixins.aws_opensearchservice.CfnDomainPropsMixin.S3VectorsEngineProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_opensearchservice » 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 { aws_opensearchservice as opensearchservice } from '@aws-cdk/cfn-property-mixins';
const s3VectorsEngineProperty: opensearchservice.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