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 #652 from hashicorp/f-08-31-2022-schema-updates
08/31/2022 CloudFormation schema refresh
- Loading branch information
Showing
91 changed files
with
7,684 additions
and
138 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_connect_instance_storage_config Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Connect::InstanceStorageConfig | ||
--- | ||
|
||
# awscc_connect_instance_storage_config (Data Source) | ||
|
||
Data Source schema for AWS::Connect::InstanceStorageConfig | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `association_id` (String) An associationID is automatically generated when a storage config is associated with an instance | ||
- `instance_arn` (String) Connect Instance ID with which the storage config will be associated | ||
- `kinesis_firehose_config` (Attributes) (see [below for nested schema](#nestedatt--kinesis_firehose_config)) | ||
- `kinesis_stream_config` (Attributes) (see [below for nested schema](#nestedatt--kinesis_stream_config)) | ||
- `kinesis_video_stream_config` (Attributes) (see [below for nested schema](#nestedatt--kinesis_video_stream_config)) | ||
- `resource_type` (String) Specifies the type of storage resource available for the instance | ||
- `s3_config` (Attributes) (see [below for nested schema](#nestedatt--s3_config)) | ||
- `storage_type` (String) Specifies the storage type to be associated with the instance | ||
|
||
<a id="nestedatt--kinesis_firehose_config"></a> | ||
### Nested Schema for `kinesis_firehose_config` | ||
|
||
Read-Only: | ||
|
||
- `firehose_arn` (String) An ARN is a unique AWS resource identifier. | ||
|
||
|
||
<a id="nestedatt--kinesis_stream_config"></a> | ||
### Nested Schema for `kinesis_stream_config` | ||
|
||
Read-Only: | ||
|
||
- `stream_arn` (String) An ARN is a unique AWS resource identifier. | ||
|
||
|
||
<a id="nestedatt--kinesis_video_stream_config"></a> | ||
### Nested Schema for `kinesis_video_stream_config` | ||
|
||
Read-Only: | ||
|
||
- `encryption_config` (Attributes) (see [below for nested schema](#nestedatt--kinesis_video_stream_config--encryption_config)) | ||
- `prefix` (String) Prefixes are used to infer logical hierarchy | ||
- `retention_period_hours` (Number) Number of hours | ||
|
||
<a id="nestedatt--kinesis_video_stream_config--encryption_config"></a> | ||
### Nested Schema for `kinesis_video_stream_config.encryption_config` | ||
|
||
Read-Only: | ||
|
||
- `encryption_type` (String) Specifies default encryption using AWS KMS-Managed Keys | ||
- `key_id` (String) Specifies the encryption key id | ||
|
||
|
||
|
||
<a id="nestedatt--s3_config"></a> | ||
### Nested Schema for `s3_config` | ||
|
||
Read-Only: | ||
|
||
- `bucket_name` (String) A name for the S3 Bucket | ||
- `bucket_prefix` (String) Prefixes are used to infer logical hierarchy | ||
- `encryption_config` (Attributes) (see [below for nested schema](#nestedatt--s3_config--encryption_config)) | ||
|
||
<a id="nestedatt--s3_config--encryption_config"></a> | ||
### Nested Schema for `s3_config.encryption_config` | ||
|
||
Read-Only: | ||
|
||
- `encryption_type` (String) Specifies default encryption using AWS KMS-Managed Keys | ||
- `key_id` (String) Specifies the encryption key id | ||
|
||
|
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,27 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_controltower_enabled_control Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::ControlTower::EnabledControl | ||
--- | ||
|
||
# awscc_controltower_enabled_control (Data Source) | ||
|
||
Data Source schema for AWS::ControlTower::EnabledControl | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `control_identifier` (String) Arn of the control. | ||
- `target_identifier` (String) Arn for Organizational unit to which the control needs to be applied | ||
|
||
|
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,57 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_macie_allow_list Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Macie::AllowList | ||
--- | ||
|
||
# awscc_macie_allow_list (Data Source) | ||
|
||
Data Source schema for AWS::Macie::AllowList | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) AllowList ARN. | ||
- `criteria` (Attributes) AllowList criteria. (see [below for nested schema](#nestedatt--criteria)) | ||
- `description` (String) Description of AllowList. | ||
- `name` (String) Name of AllowList. | ||
- `status` (String) AllowList status. | ||
- `tags` (Attributes List) A collection of tags associated with a resource (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--criteria"></a> | ||
### Nested Schema for `criteria` | ||
|
||
Read-Only: | ||
|
||
- `regex` (String) The S3 object key for the AllowList. | ||
- `s3_words_list` (Attributes) The S3 location for the AllowList. (see [below for nested schema](#nestedatt--criteria--s3_words_list)) | ||
|
||
<a id="nestedatt--criteria--s3_words_list"></a> | ||
### Nested Schema for `criteria.s3_words_list` | ||
|
||
Read-Only: | ||
|
||
- `bucket_name` (String) | ||
- `object_key` (String) | ||
|
||
|
||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) The tag's key. | ||
- `value` (String) The tag's value. | ||
|
||
|
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,27 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_supportapp_account_alias Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::SupportApp::AccountAlias | ||
--- | ||
|
||
# awscc_supportapp_account_alias (Data Source) | ||
|
||
Data Source schema for AWS::SupportApp::AccountAlias | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `account_alias` (String) An account alias associated with a customer's account. | ||
- `account_alias_resource_id` (String) Unique identifier representing an alias tied to an account | ||
|
||
|
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,23 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_supportapp_account_aliases Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::SupportApp::AccountAlias | ||
--- | ||
|
||
# awscc_supportapp_account_aliases (Data Source) | ||
|
||
Plural Data Source schema for AWS::SupportApp::AccountAlias | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Uniquely identifies the data source. | ||
- `ids` (Set of String) Set of Resource Identifiers. | ||
|
||
|
33 changes: 33 additions & 0 deletions
33
docs/data-sources/supportapp_slack_channel_configuration.md
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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_supportapp_slack_channel_configuration Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::SupportApp::SlackChannelConfiguration | ||
--- | ||
|
||
# awscc_supportapp_slack_channel_configuration (Data Source) | ||
|
||
Data Source schema for AWS::SupportApp::SlackChannelConfiguration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `channel_id` (String) The channel ID in Slack, which identifies a channel within a workspace. | ||
- `channel_name` (String) The channel name in Slack. | ||
- `channel_role_arn` (String) The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services. | ||
- `notify_on_add_correspondence_to_case` (Boolean) Whether to notify when a correspondence is added to a case. | ||
- `notify_on_case_severity` (String) The severity level of a support case that a customer wants to get notified for. | ||
- `notify_on_create_or_reopen_case` (Boolean) Whether to notify when a case is created or reopened. | ||
- `notify_on_resolve_case` (Boolean) Whether to notify when a case is resolved. | ||
- `team_id` (String) The team ID in Slack, which uniquely identifies a workspace. | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
docs/data-sources/supportapp_slack_channel_configurations.md
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,23 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_supportapp_slack_channel_configurations Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::SupportApp::SlackChannelConfiguration | ||
--- | ||
|
||
# awscc_supportapp_slack_channel_configurations (Data Source) | ||
|
||
Plural Data Source schema for AWS::SupportApp::SlackChannelConfiguration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Uniquely identifies the data source. | ||
- `ids` (Set of String) Set of Resource Identifiers. | ||
|
||
|
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.