Interface CfnDomainPropsMixin.ServerlessVectorAccelerationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDomainPropsMixin.ServerlessVectorAccelerationProperty.Jsii$Proxy
Enclosing class:
CfnDomainPropsMixin

@Stability(Stable) public static interface CfnDomainPropsMixin.ServerlessVectorAccelerationProperty 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.cfnpropertymixins.services.opensearchservice.*;
 ServerlessVectorAccelerationProperty serverlessVectorAccelerationProperty = ServerlessVectorAccelerationProperty.builder()
         .enabled(false)
         .build();
 

See Also: