You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/appsync_datasource.html.markdown
+19-11Lines changed: 19 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,13 +81,14 @@ The following arguments are supported:
81
81
*`name` - (Required) User-supplied name for the data source.
82
82
*`type` - (Required) Type of the Data Source. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZON_ELASTICSEARCH`, `HTTP`, `NONE`, `RELATIONAL_DATABASE`, `AMAZON_EVENTBRIDGE`.
83
83
*`description` - (Optional) Description of the data source.
84
-
*`service_role_arn` - (Optional) IAM service role ARN for the data source.
85
84
*`dynamodb_config` - (Optional) DynamoDB settings. See [below](#dynamodb_config)
86
85
*`elasticsearch_config` - (Optional) Amazon Elasticsearch settings. See [below](#elasticsearch_config)
86
+
*`event_bridge_config` - (Optional) AWS EventBridge settings. See [below](#event_bridge_config)
87
87
*`http_config` - (Optional) HTTP settings. See [below](#http_config)
88
88
*`lambda_config` - (Optional) AWS Lambda settings. See [below](#lambda_config)
89
+
*`opensearchservice_config` - (Optional) Amazon OpenSearch Service settings. See [below](#opensearchservice_config)
89
90
*`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.
91
92
92
93
### dynamodb_config
93
94
@@ -104,6 +105,12 @@ The following arguments are supported:
104
105
*`endpoint` - (Required) HTTP endpoint of the Elasticsearch domain.
105
106
*`region` - (Optional) AWS region of Elasticsearch domain. Defaults to current region.
106
107
108
+
### event_bridge_config
109
+
110
+
The following arguments are supported:
111
+
112
+
*`event_bus_arn` - (Required) ARN for the EventBridge bus.
113
+
107
114
### http_config
108
115
109
116
The following arguments are supported:
@@ -125,13 +132,6 @@ The following arguments are supported:
125
132
*`signing_region` - (Optional) Signing Amazon Web Services Region for IAM authorization.
126
133
*`signing_service_name`- (Optional) Signing service name for IAM authorization.
0 commit comments