generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2071 from hashicorp/f-10-16-2024-schema-updates
10/16/2024 CloudFormation schema refresh
- Loading branch information
Showing
352 changed files
with
29,886 additions
and
7,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_appsync_data_source Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::AppSync::DataSource | ||
--- | ||
|
||
# awscc_appsync_data_source (Data Source) | ||
|
||
Data Source schema for AWS::AppSync::DataSource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `api_id` (String) Unique AWS AppSync GraphQL API identifier where this data source will be created. | ||
- `data_source_arn` (String) The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename. | ||
- `description` (String) The description of the data source. | ||
- `dynamo_db_config` (Attributes) AWS Region and TableName for an Amazon DynamoDB table in your account. (see [below for nested schema](#nestedatt--dynamo_db_config)) | ||
- `elasticsearch_config` (Attributes) AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. | ||
As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source. (see [below for nested schema](#nestedatt--elasticsearch_config)) | ||
- `event_bridge_config` (Attributes) ARN for the EventBridge bus. (see [below for nested schema](#nestedatt--event_bridge_config)) | ||
- `http_config` (Attributes) Endpoints for an HTTP data source. (see [below for nested schema](#nestedatt--http_config)) | ||
- `lambda_config` (Attributes) An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account. (see [below for nested schema](#nestedatt--lambda_config)) | ||
- `metrics_config` (String) | ||
- `name` (String) Friendly name for you to identify your AppSync data source after creation. | ||
- `open_search_service_config` (Attributes) AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account. (see [below for nested schema](#nestedatt--open_search_service_config)) | ||
- `relational_database_config` (Attributes) Relational Database configuration of the relational database data source. (see [below for nested schema](#nestedatt--relational_database_config)) | ||
- `service_role_arn` (String) The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source. | ||
- `type` (String) The type of the data source. | ||
|
||
<a id="nestedatt--dynamo_db_config"></a> | ||
### Nested Schema for `dynamo_db_config` | ||
|
||
Read-Only: | ||
|
||
- `aws_region` (String) The AWS Region. | ||
- `delta_sync_config` (Attributes) The DeltaSyncConfig for a versioned datasource. (see [below for nested schema](#nestedatt--dynamo_db_config--delta_sync_config)) | ||
- `table_name` (String) The table name. | ||
- `use_caller_credentials` (Boolean) Set to TRUE to use AWS Identity and Access Management with this data source. | ||
- `versioned` (Boolean) Set to TRUE to use Conflict Detection and Resolution with this data source. | ||
|
||
<a id="nestedatt--dynamo_db_config--delta_sync_config"></a> | ||
### Nested Schema for `dynamo_db_config.delta_sync_config` | ||
|
||
Read-Only: | ||
|
||
- `base_table_ttl` (String) The number of minutes that an Item is stored in the data source. | ||
- `delta_sync_table_name` (String) The Delta Sync table name. | ||
- `delta_sync_table_ttl` (String) The number of minutes that a Delta Sync log entry is stored in the Delta Sync table. | ||
|
||
|
||
|
||
<a id="nestedatt--elasticsearch_config"></a> | ||
### Nested Schema for `elasticsearch_config` | ||
|
||
Read-Only: | ||
|
||
- `aws_region` (String) The AWS Region. | ||
- `endpoint` (String) The endpoint. | ||
|
||
|
||
<a id="nestedatt--event_bridge_config"></a> | ||
### Nested Schema for `event_bridge_config` | ||
|
||
Read-Only: | ||
|
||
- `event_bus_arn` (String) ARN for the EventBridge bus. | ||
|
||
|
||
<a id="nestedatt--http_config"></a> | ||
### Nested Schema for `http_config` | ||
|
||
Read-Only: | ||
|
||
- `authorization_config` (Attributes) The authorization configuration. (see [below for nested schema](#nestedatt--http_config--authorization_config)) | ||
- `endpoint` (String) The endpoint. | ||
|
||
<a id="nestedatt--http_config--authorization_config"></a> | ||
### Nested Schema for `http_config.authorization_config` | ||
|
||
Read-Only: | ||
|
||
- `authorization_type` (String) The authorization type that the HTTP endpoint requires. | ||
- `aws_iam_config` (Attributes) The AWS Identity and Access Management settings. (see [below for nested schema](#nestedatt--http_config--authorization_config--aws_iam_config)) | ||
|
||
<a id="nestedatt--http_config--authorization_config--aws_iam_config"></a> | ||
### Nested Schema for `http_config.authorization_config.aws_iam_config` | ||
|
||
Read-Only: | ||
|
||
- `signing_region` (String) The signing Region for AWS Identity and Access Management authorization. | ||
- `signing_service_name` (String) The signing service name for AWS Identity and Access Management authorization. | ||
|
||
|
||
|
||
|
||
<a id="nestedatt--lambda_config"></a> | ||
### Nested Schema for `lambda_config` | ||
|
||
Read-Only: | ||
|
||
- `lambda_function_arn` (String) The ARN for the Lambda function. | ||
|
||
|
||
<a id="nestedatt--open_search_service_config"></a> | ||
### Nested Schema for `open_search_service_config` | ||
|
||
Read-Only: | ||
|
||
- `aws_region` (String) The AWS Region. | ||
- `endpoint` (String) The endpoint. | ||
|
||
|
||
<a id="nestedatt--relational_database_config"></a> | ||
### Nested Schema for `relational_database_config` | ||
|
||
Read-Only: | ||
|
||
- `rds_http_endpoint_config` (Attributes) Information about the Amazon RDS resource. (see [below for nested schema](#nestedatt--relational_database_config--rds_http_endpoint_config)) | ||
- `relational_database_source_type` (String) The type of relational data source. | ||
|
||
<a id="nestedatt--relational_database_config--rds_http_endpoint_config"></a> | ||
### Nested Schema for `relational_database_config.rds_http_endpoint_config` | ||
|
||
Read-Only: | ||
|
||
- `aws_region` (String) AWS Region for RDS HTTP endpoint. | ||
- `aws_secret_store_arn` (String) The ARN for database credentials stored in AWS Secrets Manager. | ||
- `database_name` (String) Logical database name. | ||
- `db_cluster_identifier` (String) Amazon RDS cluster Amazon Resource Name (ARN). | ||
- `schema` (String) Logical schema name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.