aws::opensearch-outbound-connection¶
Create an OpenSearch Outbound connection.
Example¶
aws::opensearch-outbound-connection open-search-outbound-example
connection-alias: "outbound-example"
local-domain-name: $(aws::opensearch-domain "open-search-domain-example-1")
remote-domain-name: $(aws::opensearch-domain "open-search-domain-example-2")
connection-properties
cross-cluster-search
skip-unavailable-clusters: ENABLED
end
end
end
Attributes¶
Attribute | Description |
---|---|
connection-alias | The name of the connection Valid values satisfy the regex: [[a-zA-Z][a-zA-Z0-9\\-\\_]+] . (Required) |
connection-mode | The connection mode. Defaults to DIRECT Valid values are DIRECT or VPC_ENDPOINT . |
local-domain-info | The information for the local (source) OpenSearch domain. (Required) |
remote-domain-info | The information for the remote (destination) OpenSearch domain. (Required) |
connection-properties | The connection properties for the OpenSearch connection. |
Outputs¶
Attribute | Description |
---|---|
connection-id | The connection id for the resource |
connection-status | The status of the connection. |