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 #1501 from hashicorp/b-composited-primary-identifier
Support resources with top-level `Id` property that isn't the `primaryIdentifier`
- Loading branch information
Showing
1,571 changed files
with
43,227 additions
and
4,545 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
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_apigateway_base_path_mapping Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::ApiGateway::BasePathMapping | ||
--- | ||
|
||
# awscc_apigateway_base_path_mapping (Data Source) | ||
|
||
Data Source schema for AWS::ApiGateway::BasePathMapping | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `base_path` (String) The base path name that callers of the API must provide as part of the URL after the domain name. | ||
- `domain_name` (String) The domain name of the BasePathMapping resource to be described. | ||
- `rest_api_id` (String) The string identifier of the associated RestApi. | ||
- `stage` (String) The name of the associated stage. |
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,21 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_apigateway_base_path_mappings Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::ApiGateway::BasePathMapping | ||
--- | ||
|
||
# awscc_apigateway_base_path_mappings (Data Source) | ||
|
||
Plural Data Source schema for AWS::ApiGateway::BasePathMapping | ||
|
||
|
||
|
||
<!-- 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
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,55 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_appintegrations_application Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::AppIntegrations::Application | ||
--- | ||
|
||
# awscc_appintegrations_application (Data Source) | ||
|
||
Data Source schema for AWS::AppIntegrations::Application | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `application_arn` (String) The Amazon Resource Name (ARN) of the application. | ||
- `application_id` (String) The id of the application. | ||
- `application_source_config` (Attributes) Application source config (see [below for nested schema](#nestedatt--application_source_config)) | ||
- `description` (String) The application description. | ||
- `name` (String) The name of the application. | ||
- `namespace` (String) The namespace of the application. | ||
- `tags` (Attributes List) The tags (keys and values) associated with the application. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--application_source_config"></a> | ||
### Nested Schema for `application_source_config` | ||
|
||
Read-Only: | ||
|
||
- `external_url_config` (Attributes) (see [below for nested schema](#nestedatt--application_source_config--external_url_config)) | ||
|
||
<a id="nestedatt--application_source_config--external_url_config"></a> | ||
### Nested Schema for `application_source_config.external_url_config` | ||
|
||
Read-Only: | ||
|
||
- `access_url` (String) | ||
- `approved_origins` (List of String) | ||
|
||
|
||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) A key to identify the tag. | ||
- `value` (String) Corresponding tag value for the key. |
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,21 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_appintegrations_applications Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::AppIntegrations::Application | ||
--- | ||
|
||
# awscc_appintegrations_applications (Data Source) | ||
|
||
Plural Data Source schema for AWS::AppIntegrations::Application | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Uniquely identifies the data source. | ||
- `ids` (Set of String) Set of Resource Identifiers. |
63 changes: 63 additions & 0 deletions
63
docs/data-sources/applicationautoscaling_scalable_target.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,63 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_applicationautoscaling_scalable_target Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::ApplicationAutoScaling::ScalableTarget | ||
--- | ||
|
||
# awscc_applicationautoscaling_scalable_target (Data Source) | ||
|
||
Data Source schema for AWS::ApplicationAutoScaling::ScalableTarget | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `max_capacity` (Number) The maximum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand | ||
- `min_capacity` (Number) The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand | ||
- `resource_id` (String) The identifier of the resource associated with the scalable target | ||
- `role_arn` (String) Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf. | ||
- `scalable_dimension` (String) The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property | ||
- `scalable_target_id` (String) This value can be returned by using the Ref function. Ref returns the Cloudformation generated ID of the resource in format - ResourceId|ScalableDimension|ServiceNamespace | ||
- `scheduled_actions` (Attributes Set) The scheduled actions for the scalable target. Duplicates aren't allowed. (see [below for nested schema](#nestedatt--scheduled_actions)) | ||
- `service_namespace` (String) The namespace of the AWS service that provides the resource, or a custom-resource | ||
- `suspended_state` (Attributes) An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling. Setting the value of an attribute to true suspends the specified scaling activities. Setting it to false (default) resumes the specified scaling activities. (see [below for nested schema](#nestedatt--suspended_state)) | ||
|
||
<a id="nestedatt--scheduled_actions"></a> | ||
### Nested Schema for `scheduled_actions` | ||
|
||
Read-Only: | ||
|
||
- `end_time` (String) | ||
- `scalable_target_action` (Attributes) specifies the minimum and maximum capacity (see [below for nested schema](#nestedatt--scheduled_actions--scalable_target_action)) | ||
- `schedule` (String) | ||
- `scheduled_action_name` (String) | ||
- `start_time` (String) | ||
- `timezone` (String) | ||
|
||
<a id="nestedatt--scheduled_actions--scalable_target_action"></a> | ||
### Nested Schema for `scheduled_actions.scalable_target_action` | ||
|
||
Read-Only: | ||
|
||
- `max_capacity` (Number) | ||
- `min_capacity` (Number) | ||
|
||
|
||
|
||
<a id="nestedatt--suspended_state"></a> | ||
### Nested Schema for `suspended_state` | ||
|
||
Read-Only: | ||
|
||
- `dynamic_scaling_in_suspended` (Boolean) | ||
- `dynamic_scaling_out_suspended` (Boolean) | ||
- `scheduled_scaling_suspended` (Boolean) |
21 changes: 21 additions & 0 deletions
21
docs/data-sources/applicationautoscaling_scalable_targets.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,21 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_applicationautoscaling_scalable_targets Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::ApplicationAutoScaling::ScalableTarget | ||
--- | ||
|
||
# awscc_applicationautoscaling_scalable_targets (Data Source) | ||
|
||
Plural Data Source schema for AWS::ApplicationAutoScaling::ScalableTarget | ||
|
||
|
||
|
||
<!-- 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
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.