Interface CfnCollection.FipsEndpointsProperty

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

@Stability(Stable) public static interface CfnCollection.FipsEndpointsProperty 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.opensearchserverless.*;
 FipsEndpointsProperty fipsEndpointsProperty = FipsEndpointsProperty.builder()
         .collectionEndpoint("collectionEndpoint")
         .dashboardEndpoint("dashboardEndpoint")
         .build();
 

See Also: