interface FipsEndpointsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchServerless.CfnCollectionPropsMixin.FipsEndpointsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsopensearchserverless#CfnCollectionPropsMixin_FipsEndpointsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnCollectionPropsMixin.FipsEndpointsProperty |
Python | aws_cdk.cfn_property_mixins.aws_opensearchserverless.CfnCollectionPropsMixin.FipsEndpointsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_opensearchserverless » CfnCollectionPropsMixin » 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/cfn-property-mixins';
const fipsEndpointsProperty: opensearchserverless.CfnCollectionPropsMixin.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