Credentials for the master user: username and password, ARN, or both.
Type: objectProperties: 3
AnalyticsElasticsearchSearch
MasterUserOptions is a JSON Structure definition published by Amazon OpenSearch Service API, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-master-user-options-structure.json",
"name": "MasterUserOptions",
"description": "Credentials for the master user: username and password, ARN, or both.",
"type": "object",
"properties": {
"MasterUserARN": {
"allOf": [
{
"$ref": "#/components/schemas/ARN"
},
{
"description": "ARN for the master user (if IAM is enabled)."
}
]
},
"MasterUserName": {
"allOf": [
{
"$ref": "#/components/schemas/Username"
},
{
"description": "The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database."
}
]
},
"MasterUserPassword": {
"allOf": [
{
"$ref": "#/components/schemas/Password"
},
{
"description": "The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.