Class CfnDomainPropsMixin.S3VectorsEngineProperty
Options for enabling S3 vectors engine features on the specified domain.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.S3VectorsEngineProperty : CfnDomainPropsMixin.IS3VectorsEngineProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.S3VectorsEngineProperty Implements CfnDomainPropsMixin.IS3VectorsEngineProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins;
var s3VectorsEngineProperty = new S3VectorsEngineProperty {
Enabled = false
};
Synopsis
Constructors
| S3VectorsEngineProperty() | Options for enabling S3 vectors engine features on the specified domain. |
Properties
| Enabled | Enables S3 vectors engine features. |
Constructors
S3VectorsEngineProperty()
Options for enabling S3 vectors engine features on the specified domain.
public S3VectorsEngineProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins;
var s3VectorsEngineProperty = new S3VectorsEngineProperty {
Enabled = false
};
Properties
Enabled
Enables S3 vectors engine features.
public object? Enabled { get; set; }