AWS::OpenSearchServerless::Collection FipsEndpoints - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::OpenSearchServerless::Collection FipsEndpoints

FIPS-compliant endpoint URLs for an OpenSearch Serverless collection. These endpoints ensure all data transmission uses FIPS 140-3 validated cryptographic implementations, meeting federal security requirements for government workloads.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CollectionEndpoint" : String, "DashboardEndpoint" : String }

Properties

CollectionEndpoint

FIPS-compliant collection endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads.

Required: No

Type: String

Update requires: No interruption

DashboardEndpoint

FIPS-compliant endpoint used to access OpenSearch Dashboards. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads that need dashboard visualization capabilities.

Required: No

Type: String

Update requires: No interruption