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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCollection.FipsEndpointsPropertystatic final classAn implementation forCfnCollection.FipsEndpointsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCollectionEndpoint
- See Also:
-
getDashboardEndpoint
- See Also:
-
builder
-