interface FipsEndpointsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.OpenSearchServerless.CfnCollection.FipsEndpointsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchserverless#CfnCollection_FipsEndpointsProperty |
Java | software.amazon.awscdk.services.opensearchserverless.CfnCollection.FipsEndpointsProperty |
Python | aws_cdk.aws_opensearchserverless.CfnCollection.FipsEndpointsProperty |
TypeScript | aws-cdk-lib » aws_opensearchserverless » CfnCollection » FipsEndpointsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchserverless as opensearchserverless } from 'aws-cdk-lib';
const fipsEndpointsProperty: opensearchserverless.CfnCollection.FipsEndpointsProperty = {
collectionEndpoint: 'collectionEndpoint',
dashboardEndpoint: 'dashboardEndpoint',
};
Properties
| Name | Type | Description |
|---|---|---|
| collection | string | |
| dashboard | string |
collectionEndpoint?
Type:
string
(optional)
dashboardEndpoint?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript