UpdateVpcEndpointDetail
Update details for an OpenSearch Serverless-managed interface endpoint.
Contents
- id
-
The unique identifier of the endpoint.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^vpce-[0-9a-z]*$
Required: No
- lastModifiedDate
-
The timestamp of when the endpoint was last modified.
Type: Long
Required: No
- name
-
The name of the endpoint.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 32.
Pattern:
^[a-z][a-z0-9-]+$
Required: No
- securityGroupIds
-
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[\w+\-]+$
Required: No
- status
-
The current status of the endpoint update process.
Type: String
Valid Values:
PENDING | DELETING | ACTIVE | FAILED
Required: No
- subnetIds
-
The ID of the subnets from which you access OpenSearch Serverless.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 6 items.
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^subnet-([0-9a-f]{8}|[0-9a-f]{17})$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: