Skip to content

Commit

Permalink
Merge pull request #2085 from hashicorp/f-10-30-2024-schema-updates
Browse files Browse the repository at this point in the history
10-30-2024 Schema Updates
  • Loading branch information
johnsonaj authored Oct 31, 2024
2 parents f4e3e4e + ca46d14 commit cd5e1a5
Show file tree
Hide file tree
Showing 146 changed files with 13,477 additions and 1,278 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
## 1.19.0 (Unreleased)

FEATURES:

* **New Data Source:** `awscc_appconfig_deployment_strategies`
* **New Data Source:** `awscc_appconfig_deployment_strategy`
* **New Data Source:** `awscc_appsync_api`
* **New Data Source:** `awscc_appsync_apis`
* **New Data Source:** `awscc_dms_data_migration`
* **New Data Source:** `awscc_dms_data_migrations`
* **New Data Source:** `awscc_opensearchservice_application`
* **New Data Source:** `awscc_opensearchservice_applications`
* **New Data Source:** `awscc_secretsmanager_rotation_schedule`
* **New Data Source:** `awscc_secretsmanager_rotation_schedules`
* **New Resource:** `awscc_appconfig_deployment_strategy`
* **New Resource:** `awscc_appsync_api`
* **New Resource:** `awscc_dms_data_migration`
* **New Resource:** `awscc_opensearchservice_application`
* **New Resource:** `awscc_secretsmanager_rotation_schedule`

## 1.18.0 (October 25, 2024)

FEATURES:
Expand Down
21 changes: 21 additions & 0 deletions docs/data-sources/appconfig_deployment_strategies.md
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_appconfig_deployment_strategies Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::AppConfig::DeploymentStrategy
---

# awscc_appconfig_deployment_strategies (Data Source)

Plural Data Source schema for AWS::AppConfig::DeploymentStrategy



<!-- schema generated by tfplugindocs -->
## Schema

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
52 changes: 52 additions & 0 deletions docs/data-sources/appconfig_deployment_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_appconfig_deployment_strategy Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AppConfig::DeploymentStrategy
---

# awscc_appconfig_deployment_strategy (Data Source)

Data Source schema for AWS::AppConfig::DeploymentStrategy



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `id` (String) Uniquely identifies the resource.

### Read-Only

- `deployment_duration_in_minutes` (Number) Total amount of time for a deployment to last.
- `deployment_strategy_id` (String) The deployment strategy ID.
- `description` (String) A description of the deployment strategy.
- `final_bake_time_in_minutes` (Number) Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- `growth_factor` (Number) The percentage of targets to receive a deployed configuration during each interval.
- `growth_type` (String) The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:

Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.

Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:

2*(2^0)

2*(2^1)

2*(2^2)

Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- `name` (String) A name for the deployment strategy.
- `replicate_to` (String) Save the deployment strategy to a Systems Manager (SSM) document.
- `tags` (Attributes Set) Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource. (see [below for nested schema](#nestedatt--tags))

<a id="nestedatt--tags"></a>
### Nested Schema for `tags`

Read-Only:

- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
125 changes: 125 additions & 0 deletions docs/data-sources/appsync_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_appsync_api Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AppSync::Api
---

# awscc_appsync_api (Data Source)

Data Source schema for AWS::AppSync::Api



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `id` (String) Uniquely identifies the resource.

### Read-Only

- `api_arn` (String) The Amazon Resource Name (ARN) of the AppSync Api
- `api_id` (String) The unique identifier for the AppSync Api generated by the service
- `dns` (Map of String) A map of DNS names for the AppSync API.
- `event_config` (Attributes) The configuration for an Event Api (see [below for nested schema](#nestedatt--event_config))
- `name` (String) The name of the AppSync API.
- `owner_contact` (String) The owner contact information for an API resource.
- `tags` (Attributes Set) An arbitrary set of tags (key-value pairs) for this AppSync API. (see [below for nested schema](#nestedatt--tags))

<a id="nestedatt--event_config"></a>
### Nested Schema for `event_config`

Read-Only:

- `auth_providers` (Attributes List) A list of auth providers for the AppSync API. (see [below for nested schema](#nestedatt--event_config--auth_providers))
- `connection_auth_modes` (Attributes List) A list of auth modes for the AppSync API. (see [below for nested schema](#nestedatt--event_config--connection_auth_modes))
- `default_publish_auth_modes` (Attributes List) A list of auth modes for the AppSync API. (see [below for nested schema](#nestedatt--event_config--default_publish_auth_modes))
- `default_subscribe_auth_modes` (Attributes List) A list of auth modes for the AppSync API. (see [below for nested schema](#nestedatt--event_config--default_subscribe_auth_modes))
- `log_config` (Attributes) The log config for the AppSync API. (see [below for nested schema](#nestedatt--event_config--log_config))

<a id="nestedatt--event_config--auth_providers"></a>
### Nested Schema for `event_config.auth_providers`

Read-Only:

- `auth_type` (String) Security configuration for your AppSync API.
- `cognito_config` (Attributes) Optional authorization configuration for using Amazon Cognito user pools with your API endpoint. (see [below for nested schema](#nestedatt--event_config--auth_providers--cognito_config))
- `lambda_authorizer_config` (Attributes) A LambdaAuthorizerConfig holds configuration on how to authorize AWS AppSync API access when using the AWS_LAMBDA authorizer mode. Be aware that an AWS AppSync API may have only one Lambda authorizer configured at a time. (see [below for nested schema](#nestedatt--event_config--auth_providers--lambda_authorizer_config))
- `open_id_connect_config` (Attributes) The OpenID Connect configuration. (see [below for nested schema](#nestedatt--event_config--auth_providers--open_id_connect_config))

<a id="nestedatt--event_config--auth_providers--cognito_config"></a>
### Nested Schema for `event_config.auth_providers.cognito_config`

Read-Only:

- `app_id_client_regex` (String)
- `aws_region` (String)
- `user_pool_id` (String)


<a id="nestedatt--event_config--auth_providers--lambda_authorizer_config"></a>
### Nested Schema for `event_config.auth_providers.lambda_authorizer_config`

Read-Only:

- `authorizer_result_ttl_in_seconds` (Number)
- `authorizer_uri` (String)
- `identity_validation_expression` (String)


<a id="nestedatt--event_config--auth_providers--open_id_connect_config"></a>
### Nested Schema for `event_config.auth_providers.open_id_connect_config`

Read-Only:

- `auth_ttl` (Number)
- `client_id` (String)
- `iat_ttl` (Number)
- `issuer` (String)



<a id="nestedatt--event_config--connection_auth_modes"></a>
### Nested Schema for `event_config.connection_auth_modes`

Read-Only:

- `auth_type` (String) Security configuration for your AppSync API.


<a id="nestedatt--event_config--default_publish_auth_modes"></a>
### Nested Schema for `event_config.default_publish_auth_modes`

Read-Only:

- `auth_type` (String) Security configuration for your AppSync API.


<a id="nestedatt--event_config--default_subscribe_auth_modes"></a>
### Nested Schema for `event_config.default_subscribe_auth_modes`

Read-Only:

- `auth_type` (String) Security configuration for your AppSync API.


<a id="nestedatt--event_config--log_config"></a>
### Nested Schema for `event_config.log_config`

Read-Only:

- `cloudwatch_logs_role_arn` (String)
- `log_level` (String) Logging level for the AppSync API.



<a id="nestedatt--tags"></a>
### Nested Schema for `tags`

Read-Only:

- `key` (String) A string used to identify this tag. You can specify a maximum of 128 characters for a tag key.
- `value` (String) A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
21 changes: 21 additions & 0 deletions docs/data-sources/appsync_apis.md
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_appsync_apis Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::AppSync::Api
---

# awscc_appsync_apis (Data Source)

Plural Data Source schema for AWS::AppSync::Api



<!-- schema generated by tfplugindocs -->
## Schema

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
25 changes: 22 additions & 3 deletions docs/data-sources/bedrock_flow_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,18 @@ Read-Only:

Read-Only:

- `guardrail_configuration` (Attributes) Configuration for a guardrail (see [below for nested schema](#nestedatt--definition--nodes--configuration--knowledge_base--guardrail_configuration))
- `knowledge_base_id` (String) Identifier of the KnowledgeBase
- `model_id` (String) ARN or name of a Bedrock model.
- `model_id` (String) ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.

<a id="nestedatt--definition--nodes--configuration--knowledge_base--guardrail_configuration"></a>
### Nested Schema for `definition.nodes.configuration.knowledge_base.guardrail_configuration`

Read-Only:

- `guardrail_identifier` (String) Identifier for the guardrail, could be the id or the arn
- `guardrail_version` (String) Version of the guardrail



<a id="nestedatt--definition--nodes--configuration--lambda_function"></a>
Expand All @@ -163,8 +173,18 @@ Read-Only:

Read-Only:

- `guardrail_configuration` (Attributes) Configuration for a guardrail (see [below for nested schema](#nestedatt--definition--nodes--configuration--prompt--guardrail_configuration))
- `source_configuration` (Attributes) Prompt source configuration for prompt node (see [below for nested schema](#nestedatt--definition--nodes--configuration--prompt--source_configuration))

<a id="nestedatt--definition--nodes--configuration--prompt--guardrail_configuration"></a>
### Nested Schema for `definition.nodes.configuration.prompt.guardrail_configuration`

Read-Only:

- `guardrail_identifier` (String) Identifier for the guardrail, could be the id or the arn
- `guardrail_version` (String) Version of the guardrail


<a id="nestedatt--definition--nodes--configuration--prompt--source_configuration"></a>
### Nested Schema for `definition.nodes.configuration.prompt.source_configuration`

Expand All @@ -179,7 +199,7 @@ Read-Only:
Read-Only:

- `inference_configuration` (Attributes) Model inference configuration (see [below for nested schema](#nestedatt--definition--nodes--configuration--prompt--source_configuration--inline--inference_configuration))
- `model_id` (String) ARN or name of a Bedrock model.
- `model_id` (String) ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
- `template_configuration` (Attributes) Prompt template configuration (see [below for nested schema](#nestedatt--definition--nodes--configuration--prompt--source_configuration--inline--template_configuration))
- `template_type` (String) Prompt template type

Expand All @@ -198,7 +218,6 @@ Read-Only:
- `max_tokens` (Number) Maximum length of output
- `stop_sequences` (List of String) List of stop sequences
- `temperature` (Number) Controls randomness, higher values increase diversity
- `top_k` (Number) Sample from the k most likely next tokens
- `top_p` (Number) Cumulative probability cutoff for token selection


Expand Down
3 changes: 1 addition & 2 deletions docs/data-sources/bedrock_prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Data Source schema for AWS::Bedrock::Prompt
Read-Only:

- `inference_configuration` (Attributes) Model inference configuration (see [below for nested schema](#nestedatt--variants--inference_configuration))
- `model_id` (String) ARN or name of a Bedrock model.
- `model_id` (String) ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
- `name` (String) Name for a variant.
- `template_configuration` (Attributes) Prompt template configuration (see [below for nested schema](#nestedatt--variants--template_configuration))
- `template_type` (String) Prompt template type
Expand All @@ -59,7 +59,6 @@ Read-Only:
- `max_tokens` (Number) Maximum length of output
- `stop_sequences` (List of String) List of stop sequences
- `temperature` (Number) Controls randomness, higher values increase diversity
- `top_k` (Number) Sample from the k most likely next tokens
- `top_p` (Number) Cumulative probability cutoff for token selection


Expand Down
9 changes: 9 additions & 0 deletions docs/data-sources/codepipeline_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ Read-Only:

- `conditions` (Attributes List) (see [below for nested schema](#nestedatt--stages--on_failure--conditions))
- `result` (String) The specified result for when the failure conditions are met, such as rolling back the stage
- `retry_configuration` (Attributes) The configuration that specifies the retry configuration for a stage (see [below for nested schema](#nestedatt--stages--on_failure--retry_configuration))

<a id="nestedatt--stages--on_failure--conditions"></a>
### Nested Schema for `stages.on_failure.conditions`
Expand Down Expand Up @@ -257,6 +258,14 @@ Read-Only:



<a id="nestedatt--stages--on_failure--retry_configuration"></a>
### Nested Schema for `stages.on_failure.retry_configuration`

Read-Only:

- `retry_mode` (String) The specified retry mode type for the given stage. FAILED_ACTIONS will retry only the failed actions. ALL_ACTIONS will retry both failed and successful



<a id="nestedatt--stages--on_success"></a>
### Nested Schema for `stages.on_success`
Expand Down
Loading

0 comments on commit cd5e1a5

Please sign in to comment.