Skip to content

Commit d50c6d8

Browse files
committed
Run 'make docs'.
1 parent 1a2d437 commit d50c6d8

12 files changed

+1388
-0
lines changed

docs/data-sources/datasync_task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Read-Only:
6565
- `gid` (String) The group ID (GID) of the file's owners.
6666
- `log_level` (String) A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
6767
- `mtime` (String) A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
68+
- `object_tags` (String) A value that determines whether object tags should be read from the source object store and written to the destination object store.
6869
- `overwrite_mode` (String) A value that determines whether files at the destination should be overwritten or preserved when copying files.
6970
- `posix_permissions` (String) A value that determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.
7071
- `preserve_deleted_files` (String) A value that specifies whether files in the destination that don't exist in the source file system should be preserved.

docs/data-sources/lightsail_load_balancer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Data Source schema for AWS::Lightsail::LoadBalancer
3030
- `session_stickiness_enabled` (Boolean) Configuration option to enable session stickiness.
3131
- `session_stickiness_lb_cookie_duration_seconds` (String) Configuration option to adjust session stickiness cookie duration parameter.
3232
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
33+
- `tls_policy_name` (String) The name of the TLS policy to apply to the load balancer.
3334

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

docs/data-sources/lightsail_load_balancer_tls_certificate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Data Source schema for AWS::Lightsail::LoadBalancerTlsCertificate
2424
- `certificate_alternative_names` (Set of String) An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
2525
- `certificate_domain_name` (String) The domain name (e.g., example.com ) for your SSL/TLS certificate.
2626
- `certificate_name` (String) The SSL/TLS certificate name.
27+
- `https_redirection_enabled` (Boolean) A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
2728
- `is_attached` (Boolean) When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
2829
- `load_balancer_name` (String) The name of your load balancer.
2930
- `load_balancer_tls_certificate_arn` (String)

docs/data-sources/sagemaker_model_package.md

Lines changed: 658 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_sagemaker_model_packages Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Plural Data Source schema for AWS::SageMaker::ModelPackage
7+
---
8+
9+
# awscc_sagemaker_model_packages (Data Source)
10+
11+
Plural Data Source schema for AWS::SageMaker::ModelPackage
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Read-Only
19+
20+
- `id` (String) Uniquely identifies the data source.
21+
- `ids` (Set of String) Set of Resource Identifiers.
22+
23+

docs/data-sources/ssmincidents_response_plan.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,28 @@ Read-Only:
4444

4545
- `document_name` (String) The document name to use when starting the SSM automation document.
4646
- `document_version` (String) The version of the document to use when starting the SSM automation document.
47+
- `dynamic_parameters` (Attributes Set) The parameters with dynamic values to set when starting the SSM automation document. (see [below for nested schema](#nestedatt--actions--ssm_automation--dynamic_parameters))
4748
- `parameters` (Attributes Set) The parameters to set when starting the SSM automation document. (see [below for nested schema](#nestedatt--actions--ssm_automation--parameters))
4849
- `role_arn` (String) The role ARN to use when starting the SSM automation document.
4950
- `target_account` (String) The account type to use when starting the SSM automation document.
5051

52+
<a id="nestedatt--actions--ssm_automation--dynamic_parameters"></a>
53+
### Nested Schema for `actions.ssm_automation.dynamic_parameters`
54+
55+
Read-Only:
56+
57+
- `key` (String)
58+
- `value` (Attributes) Value of the dynamic parameter to set when starting the SSM automation document. (see [below for nested schema](#nestedatt--actions--ssm_automation--dynamic_parameters--value))
59+
60+
<a id="nestedatt--actions--ssm_automation--dynamic_parameters--value"></a>
61+
### Nested Schema for `actions.ssm_automation.dynamic_parameters.value`
62+
63+
Read-Only:
64+
65+
- `variable` (String) The variable types used as dynamic parameter value when starting the SSM automation document.
66+
67+
68+
5169
<a id="nestedatt--actions--ssm_automation--parameters"></a>
5270
### Nested Schema for `actions.ssm_automation.parameters`
5371

docs/resources/datasync_task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Optional:
6868
- `gid` (String) The group ID (GID) of the file's owners.
6969
- `log_level` (String) A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
7070
- `mtime` (String) A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
71+
- `object_tags` (String) A value that determines whether object tags should be read from the source object store and written to the destination object store.
7172
- `overwrite_mode` (String) A value that determines whether files at the destination should be overwritten or preserved when copying files.
7273
- `posix_permissions` (String) A value that determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.
7374
- `preserve_deleted_files` (String) A value that specifies whether files in the destination that don't exist in the source file system should be preserved.

docs/resources/lightsail_load_balancer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Resource Type definition for AWS::Lightsail::LoadBalancer
2828
- `session_stickiness_enabled` (Boolean) Configuration option to enable session stickiness.
2929
- `session_stickiness_lb_cookie_duration_seconds` (String) Configuration option to adjust session stickiness cookie duration parameter.
3030
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
31+
- `tls_policy_name` (String) The name of the TLS policy to apply to the load balancer.
3132

3233
### Read-Only
3334

docs/resources/lightsail_load_balancer_tls_certificate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Resource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate
2424
### Optional
2525

2626
- `certificate_alternative_names` (Set of String) An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
27+
- `https_redirection_enabled` (Boolean) A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
2728
- `is_attached` (Boolean) When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
2829

2930
### Read-Only

0 commit comments

Comments
 (0)