Interface CfnDomain.S3VectorsEngineProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.S3VectorsEngineProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.S3VectorsEngineProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opensearchservice.*;
S3VectorsEngineProperty s3VectorsEngineProperty = S3VectorsEngineProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.S3VectorsEnginePropertystatic final classAn implementation forCfnDomain.S3VectorsEngineProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Whether to enable S3 vectors engine.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-