Interface CfnDomainPropsMixin.S3VectorsEngineProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainPropsMixin.S3VectorsEngineProperty.Jsii$Proxy
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static interface CfnDomainPropsMixin.S3VectorsEngineProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.*;
S3VectorsEngineProperty s3VectorsEngineProperty = S3VectorsEngineProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainPropsMixin.S3VectorsEnginePropertystatic final classAn implementation forCfnDomainPropsMixin.S3VectorsEngineProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Enables S3 vectors engine features.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-