Skip to content

Commit 7e82480

Browse files
committed
r/aws_appsync_datasource: Document 'opensearchservice_config'.
1 parent a47be19 commit 7e82480

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

website/docs/r/appsync_datasource.html.markdown

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@ The following arguments are supported:
8181
* `name` - (Required) User-supplied name for the data source.
8282
* `type` - (Required) Type of the Data Source. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZON_ELASTICSEARCH`, `HTTP`, `NONE`, `RELATIONAL_DATABASE`, `AMAZON_EVENTBRIDGE`.
8383
* `description` - (Optional) Description of the data source.
84-
* `service_role_arn` - (Optional) IAM service role ARN for the data source.
8584
* `dynamodb_config` - (Optional) DynamoDB settings. See [below](#dynamodb_config)
8685
* `elasticsearch_config` - (Optional) Amazon Elasticsearch settings. See [below](#elasticsearch_config)
86+
* `event_bridge_config` - (Optional) AWS EventBridge settings. See [below](#event_bridge_config)
8787
* `http_config` - (Optional) HTTP settings. See [below](#http_config)
8888
* `lambda_config` - (Optional) AWS Lambda settings. See [below](#lambda_config)
89+
* `opensearchservice_config` - (Optional) Amazon OpenSearch Service settings. See [below](#opensearchservice_config)
8990
* `relational_database_config` (Optional) AWS RDS settings. See [Relational Database Config](#relational_database_config)
90-
* `event_bridge_config` - (Optional) AWS EventBridge settings. See [below](#event_bridge_config)
91+
* `service_role_arn` - (Optional) IAM service role ARN for the data source.
9192

9293
### dynamodb_config
9394

@@ -104,6 +105,12 @@ The following arguments are supported:
104105
* `endpoint` - (Required) HTTP endpoint of the Elasticsearch domain.
105106
* `region` - (Optional) AWS region of Elasticsearch domain. Defaults to current region.
106107

108+
### event_bridge_config
109+
110+
The following arguments are supported:
111+
112+
* `event_bus_arn` - (Required) ARN for the EventBridge bus.
113+
107114
### http_config
108115

109116
The following arguments are supported:
@@ -125,13 +132,6 @@ The following arguments are supported:
125132
* `signing_region` - (Optional) Signing Amazon Web Services Region for IAM authorization.
126133
* `signing_service_name`- (Optional) Signing service name for IAM authorization.
127134

128-
### relational_database_config
129-
130-
The following arguments are supported:
131-
132-
* `http_endpoint_config` - (Required) Amazon RDS HTTP endpoint configuration. See [HTTP Endpoint Config](#http_endpoint_config).
133-
* `source_type` - (Optional) Source type for the relational database. Valid values: `RDS_HTTP_ENDPOINT`.
134-
135135
#### http_endpoint_config
136136

137137
The following arguments are supported:
@@ -148,11 +148,19 @@ The following arguments are supported:
148148

149149
* `function_arn` - (Required) ARN for the Lambda function.
150150

151-
### event_bridge_config
151+
### opensearchservice_config
152152

153153
The following arguments are supported:
154154

155-
* `event_bus_arn` - (Required) ARN for the EventBridge bus.
155+
* `endpoint` - (Required) HTTP endpoint of the OpenSearch domain.
156+
* `region` - (Optional) AWS region of the OpenSearch domain. Defaults to current region.
157+
158+
### relational_database_config
159+
160+
The following arguments are supported:
161+
162+
* `http_endpoint_config` - (Required) Amazon RDS HTTP endpoint configuration. See [HTTP Endpoint Config](#http_endpoint_config).
163+
* `source_type` - (Optional) Source type for the relational database. Valid values: `RDS_HTTP_ENDPOINT`.
156164

157165
## Attributes Reference
158166

0 commit comments

Comments
 (0)