Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12-13-2024 Schema Updates #2135

Merged
merged 7 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
## 1.24.0 (Unreleased)

FEATURES:

* **New Data Source:** `awscc_batch_job_definition`
* **New Data Source:** `awscc_batch_job_definitions`
* **New Data Source:** `awscc_cassandra_type`
* **New Data Source:** `awscc_cassandra_types`
* **New Data Source:** `awscc_iot_command`
* **New Data Source:** `awscc_iot_commands`
* **New Data Source:** `awscc_networkmanager_direct_connect_gateway_attachment`
* **New Data Source:** `awscc_networkmanager_direct_connect_gateway_attachments`
* **New Data Source:** `awscc_qbusiness_permission`
* **New Data Source:** `awscc_ram_resource_share`
* **New Data Source:** `awscc_ram_resource_shares`
* **New Data Source:** `awscc_s3tables_table_bucket`
* **New Data Source:** `awscc_s3tables_table_bucket_policies`
* **New Data Source:** `awscc_s3tables_table_bucket_policy`
* **New Data Source:** `awscc_s3tables_table_buckets`
* **New Data Source:** `awscc_vpclattice_resource_configuration`
* **New Data Source:** `awscc_vpclattice_resource_configurations`
* **New Data Source:** `awscc_vpclattice_resource_gateway`
* **New Data Source:** `awscc_vpclattice_resource_gateways`
* **New Data Source:** `awscc_vpclattice_service_network_resource_association`
* **New Data Source:** `awscc_vpclattice_service_network_resource_associations`
* **New Data Source:** `awscc_wisdom_ai_guardrail`
* **New Data Source:** `awscc_wisdom_ai_guardrail_version`
* **New Resource:** `awscc_batch_job_definition`
* **New Resource:** `awscc_cassandra_type`
* **New Resource:** `awscc_iot_command`
* **New Resource:** `awscc_networkmanager_direct_connect_gateway_attachment`
* **New Resource:** `awscc_qbusiness_permission`
* **New Resource:** `awscc_ram_resource_share`
* **New Resource:** `awscc_s3tables_table_bucket`
* **New Resource:** `awscc_s3tables_table_bucket_policy`
* **New Resource:** `awscc_vpclattice_resource_configuration`
* **New Resource:** `awscc_vpclattice_resource_gateway`
* **New Resource:** `awscc_vpclattice_service_network_resource_association`
* **New Resource:** `awscc_wisdom_ai_guardrail`
* **New Resource:** `awscc_wisdom_ai_guardrail_version`PC
ewbankkit marked this conversation as resolved.
Show resolved Hide resolved

## 1.23.0 (December 5, 2024)

FEATURES:
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/appconfig_configuration_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Data Source schema for AWS::AppConfig::ConfigurationProfile

- `application_id` (String) The application ID.
- `configuration_profile_id` (String) The configuration profile ID
- `deletion_protection_check` (String) On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
- `description` (String) A description of the configuration profile.
- `kms_key_arn` (String) The Amazon Resource Name of the AWS Key Management Service key to encrypt new configuration data versions in the AWS AppConfig hosted configuration store. This attribute is only used for hosted configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an AWS KMS key for that particular service.
- `kms_key_identifier` (String) The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/appconfig_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Data Source schema for AWS::AppConfig::Environment
### Read-Only

- `application_id` (String) The application ID.
- `deletion_protection_check` (String) On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
- `description` (String) A description of the environment.
- `environment_id` (String) The environment ID.
- `monitors` (Attributes List) Amazon CloudWatch alarms to monitor during the deployment process. (see [below for nested schema](#nestedatt--monitors))
Expand Down
108 changes: 63 additions & 45 deletions docs/data-sources/applicationautoscaling_scaling_policy.md

Large diffs are not rendered by default.

Loading
Loading