diff --git a/5.x/_gen/data/iot_registration_code.libsonnet b/5.x/_gen/data/iot_registration_code.libsonnet new file mode 100644 index 00000000..812ea30e --- /dev/null +++ b/5.x/_gen/data/iot_registration_code.libsonnet @@ -0,0 +1,19 @@ +local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); +local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); +{ + '#':: d.pkg(name='iot_registration_code', url='', help='`iot_registration_code` represents the `aws_iot_registration_code` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'), + '#new':: d.fn(help="\n`aws.data.iot_registration_code.new` injects a new `data_aws_iot_registration_code` Terraform `data source`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.data.iot_registration_code.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.iot_registration_code` using the reference:\n\n $._ref.data_aws_iot_registration_code.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_iot_registration_code.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + _meta={} + ):: tf.withData( + type='aws_iot_registration_code', + label=dataSrcLabel, + attrs=self.newAttrs(), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.iot_registration_code.newAttrs` constructs a new object with attributes and blocks configured for the `iot_registration_code`\nTerraform data source.\n\nUnlike [aws.data.iot_registration_code.new](#fn-new), this function will not inject the `data source`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Returns**:\n - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `iot_registration_code` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + + ):: std.prune(a={}), +} diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index f31447f8..24a14a39 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -266,6 +266,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); instances: (import 'instances.libsonnet'), internet_gateway: (import 'internet_gateway.libsonnet'), iot_endpoint: (import 'iot_endpoint.libsonnet'), + iot_registration_code: (import 'iot_registration_code.libsonnet'), ip_ranges: (import 'ip_ranges.libsonnet'), ivs_stream_key: (import 'ivs_stream_key.libsonnet'), kendra_experience: (import 'kendra_experience.libsonnet'), diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index bba7a7d6..8c0d8a70 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -147,6 +147,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); batch_job_definition: (import 'resources/batch_job_definition.libsonnet'), batch_job_queue: (import 'resources/batch_job_queue.libsonnet'), batch_scheduling_policy: (import 'resources/batch_scheduling_policy.libsonnet'), + bedrock_model_invocation_logging_configuration: (import 'resources/bedrock_model_invocation_logging_configuration.libsonnet'), budgets_budget: (import 'resources/budgets_budget.libsonnet'), budgets_budget_action: (import 'resources/budgets_budget_action.libsonnet'), ce_anomaly_monitor: (import 'resources/ce_anomaly_monitor.libsonnet'), @@ -622,8 +623,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); internet_gateway_attachment: (import 'resources/internet_gateway_attachment.libsonnet'), internetmonitor_monitor: (import 'resources/internetmonitor_monitor.libsonnet'), iot_authorizer: (import 'resources/iot_authorizer.libsonnet'), + iot_billing_group: (import 'resources/iot_billing_group.libsonnet'), + iot_ca_certificate: (import 'resources/iot_ca_certificate.libsonnet'), iot_certificate: (import 'resources/iot_certificate.libsonnet'), iot_domain_configuration: (import 'resources/iot_domain_configuration.libsonnet'), + iot_event_configurations: (import 'resources/iot_event_configurations.libsonnet'), iot_indexing_configuration: (import 'resources/iot_indexing_configuration.libsonnet'), iot_logging_options: (import 'resources/iot_logging_options.libsonnet'), iot_policy: (import 'resources/iot_policy.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index 8db6bad8..9a2787fb 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -2,7 +2,7 @@ local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='provider', url='', help='`provider` represents the `aws` Terraform provider config.\n\n\n\nThis package contains functions and utilities for setting up the provider using Jsonnet code.\n'), - '#new':: d.fn(help='\n`aws.provider.new` injects a new `aws` Terraform `provider`\nblock into the root module document.\n\nOptionally, this inserts the provider into the\n[required_providers](https://developer.hashicorp.com/terraform/language/providers/requirements) `terraform` sub block if\nthe `src` and/or `version` parameters are set.\n\n**Args**:\n - `access_key` (`string`): The access key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `access_key` field will be omitted from the resulting object.\n - `allowed_account_ids` (`list`): Set the `allowed_account_ids` field on the resulting provider block. When `null`, the `allowed_account_ids` field will be omitted from the resulting object.\n - `custom_ca_bundle` (`string`): File containing custom root and intermediate certificates. Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.) When `null`, the `custom_ca_bundle` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint` (`string`): Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. When `null`, the `ec2_metadata_service_endpoint` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint_mode` (`string`): Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. When `null`, the `ec2_metadata_service_endpoint_mode` field will be omitted from the resulting object.\n - `forbidden_account_ids` (`list`): Set the `forbidden_account_ids` field on the resulting provider block. When `null`, the `forbidden_account_ids` field will be omitted from the resulting object.\n - `http_proxy` (`string`): The address of an HTTP proxy to use when accessing the AWS API. Can also be configured using the `HTTP_PROXY` or `HTTPS_PROXY` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object.\n - `insecure` (`bool`): Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` When `null`, the `insecure` field will be omitted from the resulting object.\n - `max_retries` (`number`): The maximum number of times an AWS API request is\nbeing executed. If the API request still fails, an error is\nthrown. When `null`, the `max_retries` field will be omitted from the resulting object.\n - `profile` (`string`): The profile for API operations. If not set, the default profile\ncreated with `aws configure` will be used. When `null`, the `profile` field will be omitted from the resulting object.\n - `region` (`string`): The region where AWS operations will take place. Examples\nare us-east-1, us-west-2, etc. When `null`, the `region` field will be omitted from the resulting object.\n - `retry_mode` (`string`): Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable. When `null`, the `retry_mode` field will be omitted from the resulting object.\n - `s3_us_east_1_regional_endpoint` (`string`): Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint. Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter When `null`, the `s3_us_east_1_regional_endpoint` field will be omitted from the resulting object.\n - `s3_use_path_style` (`bool`): Set this to true to enable the request to use path-style addressing,\ni.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will\nuse virtual hosted bucket addressing when possible\n(https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. When `null`, the `s3_use_path_style` field will be omitted from the resulting object.\n - `secret_key` (`string`): The secret key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `secret_key` field will be omitted from the resulting object.\n - `shared_config_files` (`list`): List of paths to shared config files. If not set, defaults to [~/.aws/config]. When `null`, the `shared_config_files` field will be omitted from the resulting object.\n - `shared_credentials_files` (`list`): List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials]. When `null`, the `shared_credentials_files` field will be omitted from the resulting object.\n - `skip_credentials_validation` (`bool`): Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented. When `null`, the `skip_credentials_validation` field will be omitted from the resulting object.\n - `skip_metadata_api_check` (`string`): Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint. When `null`, the `skip_metadata_api_check` field will be omitted from the resulting object.\n - `skip_region_validation` (`bool`): Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet). When `null`, the `skip_region_validation` field will be omitted from the resulting object.\n - `skip_requesting_account_id` (`bool`): Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API. When `null`, the `skip_requesting_account_id` field will be omitted from the resulting object.\n - `sts_region` (`string`): The region where AWS STS operations will take place. Examples\nare us-east-1 and us-west-2. When `null`, the `sts_region` field will be omitted from the resulting object.\n - `token` (`string`): session token. A session token is only required if you are\nusing temporary security credentials. When `null`, the `token` field will be omitted from the resulting object.\n - `use_dualstack_endpoint` (`bool`): Resolve an endpoint with DualStack capability When `null`, the `use_dualstack_endpoint` field will be omitted from the resulting object.\n - `use_fips_endpoint` (`bool`): Resolve an endpoint with FIPS capability When `null`, the `use_fips_endpoint` field will be omitted from the resulting object.\n - `assume_role` (`list[obj]`): Set the `assume_role` field on the resulting provider block. When `null`, the `assume_role` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role.new](#fn-awsassumerolenew) constructor.\n - `assume_role_with_web_identity` (`list[obj]`): Set the `assume_role_with_web_identity` field on the resulting provider block. When `null`, the `assume_role_with_web_identity` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role_with_web_identity.new](#fn-awsassumerolewithwebidentitynew) constructor.\n - `default_tags` (`list[obj]`): Configuration block with settings to default resource tags across all resources. When `null`, the `default_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.default_tags.new](#fn-awsdefaulttagsnew) constructor.\n - `endpoints` (`list[obj]`): Set the `endpoints` field on the resulting provider block. When `null`, the `endpoints` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.endpoints.new](#fn-awsendpointsnew) constructor.\n - `ignore_tags` (`list[obj]`): Configuration block with settings to ignore resource tags across all resources. When `null`, the `ignore_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.ignore_tags.new](#fn-awsignoretagsnew) constructor.\n - `alias` (`string`): The provider `alias` to set for this instance of the provider block. When `null`, the `alias`\n field will be omitted from the resulting provider block.\n - `src` (`string`): The provider `source` to set on the resulting `required_providers` block. If `src` or `version` is\n set and is not `null`, a `required_providers` block and entry for the provider will be injected into the document.\n - `version` (`string`): The provider `version` to set on the resulting `required_providers` block. If `src` or\n `version` is set and is not `null`, a `required_providers` block and entry for the provider will be injected into the\n document.\n\n\n**Returns**:\n- A mixin object that injects the new provider (and optionally, `required_providers` block) into the root Terraform configuration.\n', args=[]), + '#new':: d.fn(help='\n`aws.provider.new` injects a new `aws` Terraform `provider`\nblock into the root module document.\n\nOptionally, this inserts the provider into the\n[required_providers](https://developer.hashicorp.com/terraform/language/providers/requirements) `terraform` sub block if\nthe `src` and/or `version` parameters are set.\n\n**Args**:\n - `access_key` (`string`): The access key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `access_key` field will be omitted from the resulting object.\n - `allowed_account_ids` (`list`): Set the `allowed_account_ids` field on the resulting provider block. When `null`, the `allowed_account_ids` field will be omitted from the resulting object.\n - `custom_ca_bundle` (`string`): File containing custom root and intermediate certificates. Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.) When `null`, the `custom_ca_bundle` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint` (`string`): Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. When `null`, the `ec2_metadata_service_endpoint` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint_mode` (`string`): Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. When `null`, the `ec2_metadata_service_endpoint_mode` field will be omitted from the resulting object.\n - `forbidden_account_ids` (`list`): Set the `forbidden_account_ids` field on the resulting provider block. When `null`, the `forbidden_account_ids` field will be omitted from the resulting object.\n - `http_proxy` (`string`): URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object.\n - `https_proxy` (`string`): URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables. When `null`, the `https_proxy` field will be omitted from the resulting object.\n - `insecure` (`bool`): Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` When `null`, the `insecure` field will be omitted from the resulting object.\n - `max_retries` (`number`): The maximum number of times an AWS API request is\nbeing executed. If the API request still fails, an error is\nthrown. When `null`, the `max_retries` field will be omitted from the resulting object.\n - `no_proxy` (`string`): Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the `NO_PROXY` or `no_proxy` environment variables. When `null`, the `no_proxy` field will be omitted from the resulting object.\n - `profile` (`string`): The profile for API operations. If not set, the default profile\ncreated with `aws configure` will be used. When `null`, the `profile` field will be omitted from the resulting object.\n - `region` (`string`): The region where AWS operations will take place. Examples\nare us-east-1, us-west-2, etc. When `null`, the `region` field will be omitted from the resulting object.\n - `retry_mode` (`string`): Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable. When `null`, the `retry_mode` field will be omitted from the resulting object.\n - `s3_us_east_1_regional_endpoint` (`string`): Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint. Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter When `null`, the `s3_us_east_1_regional_endpoint` field will be omitted from the resulting object.\n - `s3_use_path_style` (`bool`): Set this to true to enable the request to use path-style addressing,\ni.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will\nuse virtual hosted bucket addressing when possible\n(https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. When `null`, the `s3_use_path_style` field will be omitted from the resulting object.\n - `secret_key` (`string`): The secret key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `secret_key` field will be omitted from the resulting object.\n - `shared_config_files` (`list`): List of paths to shared config files. If not set, defaults to [~/.aws/config]. When `null`, the `shared_config_files` field will be omitted from the resulting object.\n - `shared_credentials_files` (`list`): List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials]. When `null`, the `shared_credentials_files` field will be omitted from the resulting object.\n - `skip_credentials_validation` (`bool`): Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented. When `null`, the `skip_credentials_validation` field will be omitted from the resulting object.\n - `skip_metadata_api_check` (`string`): Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint. When `null`, the `skip_metadata_api_check` field will be omitted from the resulting object.\n - `skip_region_validation` (`bool`): Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet). When `null`, the `skip_region_validation` field will be omitted from the resulting object.\n - `skip_requesting_account_id` (`bool`): Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API. When `null`, the `skip_requesting_account_id` field will be omitted from the resulting object.\n - `sts_region` (`string`): The region where AWS STS operations will take place. Examples\nare us-east-1 and us-west-2. When `null`, the `sts_region` field will be omitted from the resulting object.\n - `token` (`string`): session token. A session token is only required if you are\nusing temporary security credentials. When `null`, the `token` field will be omitted from the resulting object.\n - `use_dualstack_endpoint` (`bool`): Resolve an endpoint with DualStack capability When `null`, the `use_dualstack_endpoint` field will be omitted from the resulting object.\n - `use_fips_endpoint` (`bool`): Resolve an endpoint with FIPS capability When `null`, the `use_fips_endpoint` field will be omitted from the resulting object.\n - `assume_role` (`list[obj]`): Set the `assume_role` field on the resulting provider block. When `null`, the `assume_role` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role.new](#fn-awsassumerolenew) constructor.\n - `assume_role_with_web_identity` (`list[obj]`): Set the `assume_role_with_web_identity` field on the resulting provider block. When `null`, the `assume_role_with_web_identity` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role_with_web_identity.new](#fn-awsassumerolewithwebidentitynew) constructor.\n - `default_tags` (`list[obj]`): Configuration block with settings to default resource tags across all resources. When `null`, the `default_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.default_tags.new](#fn-awsdefaulttagsnew) constructor.\n - `endpoints` (`list[obj]`): Set the `endpoints` field on the resulting provider block. When `null`, the `endpoints` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.endpoints.new](#fn-awsendpointsnew) constructor.\n - `ignore_tags` (`list[obj]`): Configuration block with settings to ignore resource tags across all resources. When `null`, the `ignore_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.ignore_tags.new](#fn-awsignoretagsnew) constructor.\n - `alias` (`string`): The provider `alias` to set for this instance of the provider block. When `null`, the `alias`\n field will be omitted from the resulting provider block.\n - `src` (`string`): The provider `source` to set on the resulting `required_providers` block. If `src` or `version` is\n set and is not `null`, a `required_providers` block and entry for the provider will be injected into the document.\n - `version` (`string`): The provider `version` to set on the resulting `required_providers` block. If `src` or\n `version` is set and is not `null`, a `required_providers` block and entry for the provider will be injected into the\n document.\n\n\n**Returns**:\n- A mixin object that injects the new provider (and optionally, `required_providers` block) into the root Terraform configuration.\n', args=[]), new( access_key=null, allowed_account_ids=null, @@ -15,9 +15,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); endpoints=null, forbidden_account_ids=null, http_proxy=null, + https_proxy=null, ignore_tags=null, insecure=null, max_retries=null, + no_proxy=null, profile=null, region=null, retry_mode=null, @@ -54,9 +56,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); endpoints=endpoints, forbidden_account_ids=forbidden_account_ids, http_proxy=http_proxy, + https_proxy=https_proxy, ignore_tags=ignore_tags, insecure=insecure, max_retries=max_retries, + no_proxy=no_proxy, profile=profile, region=region, retry_mode=retry_mode, @@ -75,7 +79,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); use_fips_endpoint=use_fips_endpoint ) ), - '#newAttrs':: d.fn(help='\n`aws.provider.` constructs a new object with attributes and blocks configured for the `aws`\nTerraform `provider`.\n\nUnlike [aws.provider.new](#fn-awsnew), this function will not inject the `provider`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withProvider](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withprovider) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `access_key` (`string`): The access key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `access_key` field will be omitted from the resulting object.\n - `allowed_account_ids` (`list`): Set the `allowed_account_ids` field on the resulting object. When `null`, the `allowed_account_ids` field will be omitted from the resulting object.\n - `custom_ca_bundle` (`string`): File containing custom root and intermediate certificates. Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.) When `null`, the `custom_ca_bundle` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint` (`string`): Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. When `null`, the `ec2_metadata_service_endpoint` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint_mode` (`string`): Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. When `null`, the `ec2_metadata_service_endpoint_mode` field will be omitted from the resulting object.\n - `forbidden_account_ids` (`list`): Set the `forbidden_account_ids` field on the resulting object. When `null`, the `forbidden_account_ids` field will be omitted from the resulting object.\n - `http_proxy` (`string`): The address of an HTTP proxy to use when accessing the AWS API. Can also be configured using the `HTTP_PROXY` or `HTTPS_PROXY` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object.\n - `insecure` (`bool`): Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` When `null`, the `insecure` field will be omitted from the resulting object.\n - `max_retries` (`number`): The maximum number of times an AWS API request is\nbeing executed. If the API request still fails, an error is\nthrown. When `null`, the `max_retries` field will be omitted from the resulting object.\n - `profile` (`string`): The profile for API operations. If not set, the default profile\ncreated with `aws configure` will be used. When `null`, the `profile` field will be omitted from the resulting object.\n - `region` (`string`): The region where AWS operations will take place. Examples\nare us-east-1, us-west-2, etc. When `null`, the `region` field will be omitted from the resulting object.\n - `retry_mode` (`string`): Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable. When `null`, the `retry_mode` field will be omitted from the resulting object.\n - `s3_us_east_1_regional_endpoint` (`string`): Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint. Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter When `null`, the `s3_us_east_1_regional_endpoint` field will be omitted from the resulting object.\n - `s3_use_path_style` (`bool`): Set this to true to enable the request to use path-style addressing,\ni.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will\nuse virtual hosted bucket addressing when possible\n(https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. When `null`, the `s3_use_path_style` field will be omitted from the resulting object.\n - `secret_key` (`string`): The secret key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `secret_key` field will be omitted from the resulting object.\n - `shared_config_files` (`list`): List of paths to shared config files. If not set, defaults to [~/.aws/config]. When `null`, the `shared_config_files` field will be omitted from the resulting object.\n - `shared_credentials_files` (`list`): List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials]. When `null`, the `shared_credentials_files` field will be omitted from the resulting object.\n - `skip_credentials_validation` (`bool`): Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented. When `null`, the `skip_credentials_validation` field will be omitted from the resulting object.\n - `skip_metadata_api_check` (`string`): Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint. When `null`, the `skip_metadata_api_check` field will be omitted from the resulting object.\n - `skip_region_validation` (`bool`): Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet). When `null`, the `skip_region_validation` field will be omitted from the resulting object.\n - `skip_requesting_account_id` (`bool`): Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API. When `null`, the `skip_requesting_account_id` field will be omitted from the resulting object.\n - `sts_region` (`string`): The region where AWS STS operations will take place. Examples\nare us-east-1 and us-west-2. When `null`, the `sts_region` field will be omitted from the resulting object.\n - `token` (`string`): session token. A session token is only required if you are\nusing temporary security credentials. When `null`, the `token` field will be omitted from the resulting object.\n - `use_dualstack_endpoint` (`bool`): Resolve an endpoint with DualStack capability When `null`, the `use_dualstack_endpoint` field will be omitted from the resulting object.\n - `use_fips_endpoint` (`bool`): Resolve an endpoint with FIPS capability When `null`, the `use_fips_endpoint` field will be omitted from the resulting object.\n - `assume_role` (`list[obj]`): Set the `assume_role` field on the resulting object. When `null`, the `assume_role` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role.new](#fn-awsassumerolenew) constructor.\n - `assume_role_with_web_identity` (`list[obj]`): Set the `assume_role_with_web_identity` field on the resulting object. When `null`, the `assume_role_with_web_identity` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role_with_web_identity.new](#fn-awsassumerolewithwebidentitynew) constructor.\n - `default_tags` (`list[obj]`): Configuration block with settings to default resource tags across all resources. When `null`, the `default_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.default_tags.new](#fn-awsdefaulttagsnew) constructor.\n - `endpoints` (`list[obj]`): Set the `endpoints` field on the resulting object. When `null`, the `endpoints` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.endpoints.new](#fn-awsendpointsnew) constructor.\n - `ignore_tags` (`list[obj]`): Configuration block with settings to ignore resource tags across all resources. When `null`, the `ignore_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.ignore_tags.new](#fn-awsignoretagsnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withProvider](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withprovider) to construct a new `aws` provider\n configuration into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.provider.` constructs a new object with attributes and blocks configured for the `aws`\nTerraform `provider`.\n\nUnlike [aws.provider.new](#fn-awsnew), this function will not inject the `provider`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withProvider](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withprovider) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `access_key` (`string`): The access key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `access_key` field will be omitted from the resulting object.\n - `allowed_account_ids` (`list`): Set the `allowed_account_ids` field on the resulting object. When `null`, the `allowed_account_ids` field will be omitted from the resulting object.\n - `custom_ca_bundle` (`string`): File containing custom root and intermediate certificates. Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.) When `null`, the `custom_ca_bundle` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint` (`string`): Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. When `null`, the `ec2_metadata_service_endpoint` field will be omitted from the resulting object.\n - `ec2_metadata_service_endpoint_mode` (`string`): Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. When `null`, the `ec2_metadata_service_endpoint_mode` field will be omitted from the resulting object.\n - `forbidden_account_ids` (`list`): Set the `forbidden_account_ids` field on the resulting object. When `null`, the `forbidden_account_ids` field will be omitted from the resulting object.\n - `http_proxy` (`string`): URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object.\n - `https_proxy` (`string`): URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables. When `null`, the `https_proxy` field will be omitted from the resulting object.\n - `insecure` (`bool`): Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` When `null`, the `insecure` field will be omitted from the resulting object.\n - `max_retries` (`number`): The maximum number of times an AWS API request is\nbeing executed. If the API request still fails, an error is\nthrown. When `null`, the `max_retries` field will be omitted from the resulting object.\n - `no_proxy` (`string`): Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the `NO_PROXY` or `no_proxy` environment variables. When `null`, the `no_proxy` field will be omitted from the resulting object.\n - `profile` (`string`): The profile for API operations. If not set, the default profile\ncreated with `aws configure` will be used. When `null`, the `profile` field will be omitted from the resulting object.\n - `region` (`string`): The region where AWS operations will take place. Examples\nare us-east-1, us-west-2, etc. When `null`, the `region` field will be omitted from the resulting object.\n - `retry_mode` (`string`): Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable. When `null`, the `retry_mode` field will be omitted from the resulting object.\n - `s3_us_east_1_regional_endpoint` (`string`): Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint. Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter When `null`, the `s3_us_east_1_regional_endpoint` field will be omitted from the resulting object.\n - `s3_use_path_style` (`bool`): Set this to true to enable the request to use path-style addressing,\ni.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will\nuse virtual hosted bucket addressing when possible\n(https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. When `null`, the `s3_use_path_style` field will be omitted from the resulting object.\n - `secret_key` (`string`): The secret key for API operations. You can retrieve this\nfrom the 'Security & Credentials' section of the AWS console. When `null`, the `secret_key` field will be omitted from the resulting object.\n - `shared_config_files` (`list`): List of paths to shared config files. If not set, defaults to [~/.aws/config]. When `null`, the `shared_config_files` field will be omitted from the resulting object.\n - `shared_credentials_files` (`list`): List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials]. When `null`, the `shared_credentials_files` field will be omitted from the resulting object.\n - `skip_credentials_validation` (`bool`): Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented. When `null`, the `skip_credentials_validation` field will be omitted from the resulting object.\n - `skip_metadata_api_check` (`string`): Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint. When `null`, the `skip_metadata_api_check` field will be omitted from the resulting object.\n - `skip_region_validation` (`bool`): Skip static validation of region name. Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet). When `null`, the `skip_region_validation` field will be omitted from the resulting object.\n - `skip_requesting_account_id` (`bool`): Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API. When `null`, the `skip_requesting_account_id` field will be omitted from the resulting object.\n - `sts_region` (`string`): The region where AWS STS operations will take place. Examples\nare us-east-1 and us-west-2. When `null`, the `sts_region` field will be omitted from the resulting object.\n - `token` (`string`): session token. A session token is only required if you are\nusing temporary security credentials. When `null`, the `token` field will be omitted from the resulting object.\n - `use_dualstack_endpoint` (`bool`): Resolve an endpoint with DualStack capability When `null`, the `use_dualstack_endpoint` field will be omitted from the resulting object.\n - `use_fips_endpoint` (`bool`): Resolve an endpoint with FIPS capability When `null`, the `use_fips_endpoint` field will be omitted from the resulting object.\n - `assume_role` (`list[obj]`): Set the `assume_role` field on the resulting object. When `null`, the `assume_role` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role.new](#fn-awsassumerolenew) constructor.\n - `assume_role_with_web_identity` (`list[obj]`): Set the `assume_role_with_web_identity` field on the resulting object. When `null`, the `assume_role_with_web_identity` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.assume_role_with_web_identity.new](#fn-awsassumerolewithwebidentitynew) constructor.\n - `default_tags` (`list[obj]`): Configuration block with settings to default resource tags across all resources. When `null`, the `default_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.default_tags.new](#fn-awsdefaulttagsnew) constructor.\n - `endpoints` (`list[obj]`): Set the `endpoints` field on the resulting object. When `null`, the `endpoints` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.endpoints.new](#fn-awsendpointsnew) constructor.\n - `ignore_tags` (`list[obj]`): Configuration block with settings to ignore resource tags across all resources. When `null`, the `ignore_tags` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.provider.ignore_tags.new](#fn-awsignoretagsnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withProvider](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withprovider) to construct a new `aws` provider\n configuration into the root Terraform configuration.\n', args=[]), newAttrs( access_key=null, allowed_account_ids=null, @@ -88,9 +92,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); endpoints=null, forbidden_account_ids=null, http_proxy=null, + https_proxy=null, ignore_tags=null, insecure=null, max_retries=null, + no_proxy=null, profile=null, region=null, retry_mode=null, @@ -119,9 +125,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); endpoints: endpoints, forbidden_account_ids: forbidden_account_ids, http_proxy: http_proxy, + https_proxy: https_proxy, ignore_tags: ignore_tags, insecure: insecure, max_retries: max_retries, + no_proxy: no_proxy, profile: profile, region: region, retry_mode: retry_mode, @@ -192,7 +200,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, endpoints:: { - '#new':: d.fn(help='\n`aws.endpoints.new` constructs a new object with attributes and blocks configured for the `endpoints`\nTerraform sub block.\n\n\n\n**Args**:\n - `accessanalyzer` (`string`): Use this to override the default service endpoint URL When `null`, the `accessanalyzer` field will be omitted from the resulting object.\n - `account` (`string`): Use this to override the default service endpoint URL When `null`, the `account` field will be omitted from the resulting object.\n - `acm` (`string`): Use this to override the default service endpoint URL When `null`, the `acm` field will be omitted from the resulting object.\n - `acmpca` (`string`): Use this to override the default service endpoint URL When `null`, the `acmpca` field will be omitted from the resulting object.\n - `amg` (`string`): Use this to override the default service endpoint URL When `null`, the `amg` field will be omitted from the resulting object.\n - `amp` (`string`): Use this to override the default service endpoint URL When `null`, the `amp` field will be omitted from the resulting object.\n - `amplify` (`string`): Use this to override the default service endpoint URL When `null`, the `amplify` field will be omitted from the resulting object.\n - `apigateway` (`string`): Use this to override the default service endpoint URL When `null`, the `apigateway` field will be omitted from the resulting object.\n - `apigatewayv2` (`string`): Use this to override the default service endpoint URL When `null`, the `apigatewayv2` field will be omitted from the resulting object.\n - `appautoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `appautoscaling` field will be omitted from the resulting object.\n - `appconfig` (`string`): Use this to override the default service endpoint URL When `null`, the `appconfig` field will be omitted from the resulting object.\n - `appflow` (`string`): Use this to override the default service endpoint URL When `null`, the `appflow` field will be omitted from the resulting object.\n - `appintegrations` (`string`): Use this to override the default service endpoint URL When `null`, the `appintegrations` field will be omitted from the resulting object.\n - `appintegrationsservice` (`string`): Use this to override the default service endpoint URL When `null`, the `appintegrationsservice` field will be omitted from the resulting object.\n - `applicationautoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `applicationautoscaling` field will be omitted from the resulting object.\n - `applicationinsights` (`string`): Use this to override the default service endpoint URL When `null`, the `applicationinsights` field will be omitted from the resulting object.\n - `appmesh` (`string`): Use this to override the default service endpoint URL When `null`, the `appmesh` field will be omitted from the resulting object.\n - `apprunner` (`string`): Use this to override the default service endpoint URL When `null`, the `apprunner` field will be omitted from the resulting object.\n - `appstream` (`string`): Use this to override the default service endpoint URL When `null`, the `appstream` field will be omitted from the resulting object.\n - `appsync` (`string`): Use this to override the default service endpoint URL When `null`, the `appsync` field will be omitted from the resulting object.\n - `athena` (`string`): Use this to override the default service endpoint URL When `null`, the `athena` field will be omitted from the resulting object.\n - `auditmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `auditmanager` field will be omitted from the resulting object.\n - `autoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `autoscaling` field will be omitted from the resulting object.\n - `autoscalingplans` (`string`): Use this to override the default service endpoint URL When `null`, the `autoscalingplans` field will be omitted from the resulting object.\n - `backup` (`string`): Use this to override the default service endpoint URL When `null`, the `backup` field will be omitted from the resulting object.\n - `batch` (`string`): Use this to override the default service endpoint URL When `null`, the `batch` field will be omitted from the resulting object.\n - `beanstalk` (`string`): Use this to override the default service endpoint URL When `null`, the `beanstalk` field will be omitted from the resulting object.\n - `bedrock` (`string`): Use this to override the default service endpoint URL When `null`, the `bedrock` field will be omitted from the resulting object.\n - `budgets` (`string`): Use this to override the default service endpoint URL When `null`, the `budgets` field will be omitted from the resulting object.\n - `ce` (`string`): Use this to override the default service endpoint URL When `null`, the `ce` field will be omitted from the resulting object.\n - `chime` (`string`): Use this to override the default service endpoint URL When `null`, the `chime` field will be omitted from the resulting object.\n - `chimesdkmediapipelines` (`string`): Use this to override the default service endpoint URL When `null`, the `chimesdkmediapipelines` field will be omitted from the resulting object.\n - `chimesdkvoice` (`string`): Use this to override the default service endpoint URL When `null`, the `chimesdkvoice` field will be omitted from the resulting object.\n - `cleanrooms` (`string`): Use this to override the default service endpoint URL When `null`, the `cleanrooms` field will be omitted from the resulting object.\n - `cloud9` (`string`): Use this to override the default service endpoint URL When `null`, the `cloud9` field will be omitted from the resulting object.\n - `cloudcontrol` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudcontrol` field will be omitted from the resulting object.\n - `cloudcontrolapi` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudcontrolapi` field will be omitted from the resulting object.\n - `cloudformation` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudformation` field will be omitted from the resulting object.\n - `cloudfront` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudfront` field will be omitted from the resulting object.\n - `cloudhsm` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudhsm` field will be omitted from the resulting object.\n - `cloudhsmv2` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudhsmv2` field will be omitted from the resulting object.\n - `cloudsearch` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudsearch` field will be omitted from the resulting object.\n - `cloudtrail` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudtrail` field will be omitted from the resulting object.\n - `cloudwatch` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatch` field will be omitted from the resulting object.\n - `cloudwatchevents` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchevents` field will be omitted from the resulting object.\n - `cloudwatchevidently` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchevidently` field will be omitted from the resulting object.\n - `cloudwatchlog` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchlog` field will be omitted from the resulting object.\n - `cloudwatchlogs` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchlogs` field will be omitted from the resulting object.\n - `cloudwatchobservabilityaccessmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchobservabilityaccessmanager` field will be omitted from the resulting object.\n - `cloudwatchrum` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchrum` field will be omitted from the resulting object.\n - `codeartifact` (`string`): Use this to override the default service endpoint URL When `null`, the `codeartifact` field will be omitted from the resulting object.\n - `codebuild` (`string`): Use this to override the default service endpoint URL When `null`, the `codebuild` field will be omitted from the resulting object.\n - `codecatalyst` (`string`): Use this to override the default service endpoint URL When `null`, the `codecatalyst` field will be omitted from the resulting object.\n - `codecommit` (`string`): Use this to override the default service endpoint URL When `null`, the `codecommit` field will be omitted from the resulting object.\n - `codedeploy` (`string`): Use this to override the default service endpoint URL When `null`, the `codedeploy` field will be omitted from the resulting object.\n - `codegurureviewer` (`string`): Use this to override the default service endpoint URL When `null`, the `codegurureviewer` field will be omitted from the resulting object.\n - `codepipeline` (`string`): Use this to override the default service endpoint URL When `null`, the `codepipeline` field will be omitted from the resulting object.\n - `codestarconnections` (`string`): Use this to override the default service endpoint URL When `null`, the `codestarconnections` field will be omitted from the resulting object.\n - `codestarnotifications` (`string`): Use this to override the default service endpoint URL When `null`, the `codestarnotifications` field will be omitted from the resulting object.\n - `cognitoidentity` (`string`): Use this to override the default service endpoint URL When `null`, the `cognitoidentity` field will be omitted from the resulting object.\n - `cognitoidentityprovider` (`string`): Use this to override the default service endpoint URL When `null`, the `cognitoidentityprovider` field will be omitted from the resulting object.\n - `cognitoidp` (`string`): Use this to override the default service endpoint URL When `null`, the `cognitoidp` field will be omitted from the resulting object.\n - `comprehend` (`string`): Use this to override the default service endpoint URL When `null`, the `comprehend` field will be omitted from the resulting object.\n - `computeoptimizer` (`string`): Use this to override the default service endpoint URL When `null`, the `computeoptimizer` field will be omitted from the resulting object.\n - `config` (`string`): Use this to override the default service endpoint URL When `null`, the `config` field will be omitted from the resulting object.\n - `configservice` (`string`): Use this to override the default service endpoint URL When `null`, the `configservice` field will be omitted from the resulting object.\n - `connect` (`string`): Use this to override the default service endpoint URL When `null`, the `connect` field will be omitted from the resulting object.\n - `controltower` (`string`): Use this to override the default service endpoint URL When `null`, the `controltower` field will be omitted from the resulting object.\n - `costandusagereportservice` (`string`): Use this to override the default service endpoint URL When `null`, the `costandusagereportservice` field will be omitted from the resulting object.\n - `costexplorer` (`string`): Use this to override the default service endpoint URL When `null`, the `costexplorer` field will be omitted from the resulting object.\n - `cur` (`string`): Use this to override the default service endpoint URL When `null`, the `cur` field will be omitted from the resulting object.\n - `databasemigration` (`string`): Use this to override the default service endpoint URL When `null`, the `databasemigration` field will be omitted from the resulting object.\n - `databasemigrationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `databasemigrationservice` field will be omitted from the resulting object.\n - `dataexchange` (`string`): Use this to override the default service endpoint URL When `null`, the `dataexchange` field will be omitted from the resulting object.\n - `datapipeline` (`string`): Use this to override the default service endpoint URL When `null`, the `datapipeline` field will be omitted from the resulting object.\n - `datasync` (`string`): Use this to override the default service endpoint URL When `null`, the `datasync` field will be omitted from the resulting object.\n - `dax` (`string`): Use this to override the default service endpoint URL When `null`, the `dax` field will be omitted from the resulting object.\n - `deploy` (`string`): Use this to override the default service endpoint URL When `null`, the `deploy` field will be omitted from the resulting object.\n - `detective` (`string`): Use this to override the default service endpoint URL When `null`, the `detective` field will be omitted from the resulting object.\n - `devicefarm` (`string`): Use this to override the default service endpoint URL When `null`, the `devicefarm` field will be omitted from the resulting object.\n - `directconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `directconnect` field will be omitted from the resulting object.\n - `directoryservice` (`string`): Use this to override the default service endpoint URL When `null`, the `directoryservice` field will be omitted from the resulting object.\n - `dlm` (`string`): Use this to override the default service endpoint URL When `null`, the `dlm` field will be omitted from the resulting object.\n - `dms` (`string`): Use this to override the default service endpoint URL When `null`, the `dms` field will be omitted from the resulting object.\n - `docdb` (`string`): Use this to override the default service endpoint URL When `null`, the `docdb` field will be omitted from the resulting object.\n - `docdbelastic` (`string`): Use this to override the default service endpoint URL When `null`, the `docdbelastic` field will be omitted from the resulting object.\n - `ds` (`string`): Use this to override the default service endpoint URL When `null`, the `ds` field will be omitted from the resulting object.\n - `dynamodb` (`string`): Use this to override the default service endpoint URL When `null`, the `dynamodb` field will be omitted from the resulting object.\n - `ec2` (`string`): Use this to override the default service endpoint URL When `null`, the `ec2` field will be omitted from the resulting object.\n - `ecr` (`string`): Use this to override the default service endpoint URL When `null`, the `ecr` field will be omitted from the resulting object.\n - `ecrpublic` (`string`): Use this to override the default service endpoint URL When `null`, the `ecrpublic` field will be omitted from the resulting object.\n - `ecs` (`string`): Use this to override the default service endpoint URL When `null`, the `ecs` field will be omitted from the resulting object.\n - `efs` (`string`): Use this to override the default service endpoint URL When `null`, the `efs` field will be omitted from the resulting object.\n - `eks` (`string`): Use this to override the default service endpoint URL When `null`, the `eks` field will be omitted from the resulting object.\n - `elasticache` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticache` field will be omitted from the resulting object.\n - `elasticbeanstalk` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticbeanstalk` field will be omitted from the resulting object.\n - `elasticloadbalancing` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticloadbalancing` field will be omitted from the resulting object.\n - `elasticloadbalancingv2` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticloadbalancingv2` field will be omitted from the resulting object.\n - `elasticsearch` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticsearch` field will be omitted from the resulting object.\n - `elasticsearchservice` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticsearchservice` field will be omitted from the resulting object.\n - `elastictranscoder` (`string`): Use this to override the default service endpoint URL When `null`, the `elastictranscoder` field will be omitted from the resulting object.\n - `elb` (`string`): Use this to override the default service endpoint URL When `null`, the `elb` field will be omitted from the resulting object.\n - `elbv2` (`string`): Use this to override the default service endpoint URL When `null`, the `elbv2` field will be omitted from the resulting object.\n - `emr` (`string`): Use this to override the default service endpoint URL When `null`, the `emr` field will be omitted from the resulting object.\n - `emrcontainers` (`string`): Use this to override the default service endpoint URL When `null`, the `emrcontainers` field will be omitted from the resulting object.\n - `emrserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `emrserverless` field will be omitted from the resulting object.\n - `es` (`string`): Use this to override the default service endpoint URL When `null`, the `es` field will be omitted from the resulting object.\n - `eventbridge` (`string`): Use this to override the default service endpoint URL When `null`, the `eventbridge` field will be omitted from the resulting object.\n - `events` (`string`): Use this to override the default service endpoint URL When `null`, the `events` field will be omitted from the resulting object.\n - `evidently` (`string`): Use this to override the default service endpoint URL When `null`, the `evidently` field will be omitted from the resulting object.\n - `finspace` (`string`): Use this to override the default service endpoint URL When `null`, the `finspace` field will be omitted from the resulting object.\n - `firehose` (`string`): Use this to override the default service endpoint URL When `null`, the `firehose` field will be omitted from the resulting object.\n - `fis` (`string`): Use this to override the default service endpoint URL When `null`, the `fis` field will be omitted from the resulting object.\n - `fms` (`string`): Use this to override the default service endpoint URL When `null`, the `fms` field will be omitted from the resulting object.\n - `fsx` (`string`): Use this to override the default service endpoint URL When `null`, the `fsx` field will be omitted from the resulting object.\n - `gamelift` (`string`): Use this to override the default service endpoint URL When `null`, the `gamelift` field will be omitted from the resulting object.\n - `glacier` (`string`): Use this to override the default service endpoint URL When `null`, the `glacier` field will be omitted from the resulting object.\n - `globalaccelerator` (`string`): Use this to override the default service endpoint URL When `null`, the `globalaccelerator` field will be omitted from the resulting object.\n - `glue` (`string`): Use this to override the default service endpoint URL When `null`, the `glue` field will be omitted from the resulting object.\n - `grafana` (`string`): Use this to override the default service endpoint URL When `null`, the `grafana` field will be omitted from the resulting object.\n - `greengrass` (`string`): Use this to override the default service endpoint URL When `null`, the `greengrass` field will be omitted from the resulting object.\n - `guardduty` (`string`): Use this to override the default service endpoint URL When `null`, the `guardduty` field will be omitted from the resulting object.\n - `healthlake` (`string`): Use this to override the default service endpoint URL When `null`, the `healthlake` field will be omitted from the resulting object.\n - `iam` (`string`): Use this to override the default service endpoint URL When `null`, the `iam` field will be omitted from the resulting object.\n - `identitystore` (`string`): Use this to override the default service endpoint URL When `null`, the `identitystore` field will be omitted from the resulting object.\n - `imagebuilder` (`string`): Use this to override the default service endpoint URL When `null`, the `imagebuilder` field will be omitted from the resulting object.\n - `inspector` (`string`): Use this to override the default service endpoint URL When `null`, the `inspector` field will be omitted from the resulting object.\n - `inspector2` (`string`): Use this to override the default service endpoint URL When `null`, the `inspector2` field will be omitted from the resulting object.\n - `inspectorv2` (`string`): Use this to override the default service endpoint URL When `null`, the `inspectorv2` field will be omitted from the resulting object.\n - `internetmonitor` (`string`): Use this to override the default service endpoint URL When `null`, the `internetmonitor` field will be omitted from the resulting object.\n - `iot` (`string`): Use this to override the default service endpoint URL When `null`, the `iot` field will be omitted from the resulting object.\n - `iotanalytics` (`string`): Use this to override the default service endpoint URL When `null`, the `iotanalytics` field will be omitted from the resulting object.\n - `iotevents` (`string`): Use this to override the default service endpoint URL When `null`, the `iotevents` field will be omitted from the resulting object.\n - `ivs` (`string`): Use this to override the default service endpoint URL When `null`, the `ivs` field will be omitted from the resulting object.\n - `ivschat` (`string`): Use this to override the default service endpoint URL When `null`, the `ivschat` field will be omitted from the resulting object.\n - `kafka` (`string`): Use this to override the default service endpoint URL When `null`, the `kafka` field will be omitted from the resulting object.\n - `kafkaconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `kafkaconnect` field will be omitted from the resulting object.\n - `kendra` (`string`): Use this to override the default service endpoint URL When `null`, the `kendra` field will be omitted from the resulting object.\n - `keyspaces` (`string`): Use this to override the default service endpoint URL When `null`, the `keyspaces` field will be omitted from the resulting object.\n - `kinesis` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesis` field will be omitted from the resulting object.\n - `kinesisanalytics` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesisanalytics` field will be omitted from the resulting object.\n - `kinesisanalyticsv2` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesisanalyticsv2` field will be omitted from the resulting object.\n - `kinesisvideo` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesisvideo` field will be omitted from the resulting object.\n - `kms` (`string`): Use this to override the default service endpoint URL When `null`, the `kms` field will be omitted from the resulting object.\n - `lakeformation` (`string`): Use this to override the default service endpoint URL When `null`, the `lakeformation` field will be omitted from the resulting object.\n - `lambda` (`string`): Use this to override the default service endpoint URL When `null`, the `lambda` field will be omitted from the resulting object.\n - `lex` (`string`): Use this to override the default service endpoint URL When `null`, the `lex` field will be omitted from the resulting object.\n - `lexmodelbuilding` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelbuilding` field will be omitted from the resulting object.\n - `lexmodelbuildingservice` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelbuildingservice` field will be omitted from the resulting object.\n - `lexmodels` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodels` field will be omitted from the resulting object.\n - `lexmodelsv2` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelsv2` field will be omitted from the resulting object.\n - `lexv2models` (`string`): Use this to override the default service endpoint URL When `null`, the `lexv2models` field will be omitted from the resulting object.\n - `licensemanager` (`string`): Use this to override the default service endpoint URL When `null`, the `licensemanager` field will be omitted from the resulting object.\n - `lightsail` (`string`): Use this to override the default service endpoint URL When `null`, the `lightsail` field will be omitted from the resulting object.\n - `location` (`string`): Use this to override the default service endpoint URL When `null`, the `location` field will be omitted from the resulting object.\n - `locationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `locationservice` field will be omitted from the resulting object.\n - `logs` (`string`): Use this to override the default service endpoint URL When `null`, the `logs` field will be omitted from the resulting object.\n - `macie2` (`string`): Use this to override the default service endpoint URL When `null`, the `macie2` field will be omitted from the resulting object.\n - `managedgrafana` (`string`): Use this to override the default service endpoint URL When `null`, the `managedgrafana` field will be omitted from the resulting object.\n - `mediaconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconnect` field will be omitted from the resulting object.\n - `mediaconvert` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconvert` field will be omitted from the resulting object.\n - `medialive` (`string`): Use this to override the default service endpoint URL When `null`, the `medialive` field will be omitted from the resulting object.\n - `mediapackage` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackage` field will be omitted from the resulting object.\n - `mediastore` (`string`): Use this to override the default service endpoint URL When `null`, the `mediastore` field will be omitted from the resulting object.\n - `memorydb` (`string`): Use this to override the default service endpoint URL When `null`, the `memorydb` field will be omitted from the resulting object.\n - `mq` (`string`): Use this to override the default service endpoint URL When `null`, the `mq` field will be omitted from the resulting object.\n - `msk` (`string`): Use this to override the default service endpoint URL When `null`, the `msk` field will be omitted from the resulting object.\n - `mwaa` (`string`): Use this to override the default service endpoint URL When `null`, the `mwaa` field will be omitted from the resulting object.\n - `neptune` (`string`): Use this to override the default service endpoint URL When `null`, the `neptune` field will be omitted from the resulting object.\n - `networkfirewall` (`string`): Use this to override the default service endpoint URL When `null`, the `networkfirewall` field will be omitted from the resulting object.\n - `networkmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `networkmanager` field will be omitted from the resulting object.\n - `oam` (`string`): Use this to override the default service endpoint URL When `null`, the `oam` field will be omitted from the resulting object.\n - `opensearch` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearch` field will be omitted from the resulting object.\n - `opensearchserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchserverless` field will be omitted from the resulting object.\n - `opensearchservice` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchservice` field will be omitted from the resulting object.\n - `opsworks` (`string`): Use this to override the default service endpoint URL When `null`, the `opsworks` field will be omitted from the resulting object.\n - `organizations` (`string`): Use this to override the default service endpoint URL When `null`, the `organizations` field will be omitted from the resulting object.\n - `outposts` (`string`): Use this to override the default service endpoint URL When `null`, the `outposts` field will be omitted from the resulting object.\n - `pinpoint` (`string`): Use this to override the default service endpoint URL When `null`, the `pinpoint` field will be omitted from the resulting object.\n - `pipes` (`string`): Use this to override the default service endpoint URL When `null`, the `pipes` field will be omitted from the resulting object.\n - `pricing` (`string`): Use this to override the default service endpoint URL When `null`, the `pricing` field will be omitted from the resulting object.\n - `prometheus` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheus` field will be omitted from the resulting object.\n - `prometheusservice` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheusservice` field will be omitted from the resulting object.\n - `qldb` (`string`): Use this to override the default service endpoint URL When `null`, the `qldb` field will be omitted from the resulting object.\n - `quicksight` (`string`): Use this to override the default service endpoint URL When `null`, the `quicksight` field will be omitted from the resulting object.\n - `ram` (`string`): Use this to override the default service endpoint URL When `null`, the `ram` field will be omitted from the resulting object.\n - `rbin` (`string`): Use this to override the default service endpoint URL When `null`, the `rbin` field will be omitted from the resulting object.\n - `rds` (`string`): Use this to override the default service endpoint URL When `null`, the `rds` field will be omitted from the resulting object.\n - `recyclebin` (`string`): Use this to override the default service endpoint URL When `null`, the `recyclebin` field will be omitted from the resulting object.\n - `redshift` (`string`): Use this to override the default service endpoint URL When `null`, the `redshift` field will be omitted from the resulting object.\n - `redshiftdata` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftdata` field will be omitted from the resulting object.\n - `redshiftdataapiservice` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftdataapiservice` field will be omitted from the resulting object.\n - `redshiftserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftserverless` field will be omitted from the resulting object.\n - `resourceexplorer2` (`string`): Use this to override the default service endpoint URL When `null`, the `resourceexplorer2` field will be omitted from the resulting object.\n - `resourcegroups` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroups` field will be omitted from the resulting object.\n - `resourcegroupstagging` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroupstagging` field will be omitted from the resulting object.\n - `resourcegroupstaggingapi` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroupstaggingapi` field will be omitted from the resulting object.\n - `rolesanywhere` (`string`): Use this to override the default service endpoint URL When `null`, the `rolesanywhere` field will be omitted from the resulting object.\n - `route53` (`string`): Use this to override the default service endpoint URL When `null`, the `route53` field will be omitted from the resulting object.\n - `route53domains` (`string`): Use this to override the default service endpoint URL When `null`, the `route53domains` field will be omitted from the resulting object.\n - `route53recoverycontrolconfig` (`string`): Use this to override the default service endpoint URL When `null`, the `route53recoverycontrolconfig` field will be omitted from the resulting object.\n - `route53recoveryreadiness` (`string`): Use this to override the default service endpoint URL When `null`, the `route53recoveryreadiness` field will be omitted from the resulting object.\n - `route53resolver` (`string`): Use this to override the default service endpoint URL When `null`, the `route53resolver` field will be omitted from the resulting object.\n - `rum` (`string`): Use this to override the default service endpoint URL When `null`, the `rum` field will be omitted from the resulting object.\n - `s3` (`string`): Use this to override the default service endpoint URL When `null`, the `s3` field will be omitted from the resulting object.\n - `s3api` (`string`): Use this to override the default service endpoint URL When `null`, the `s3api` field will be omitted from the resulting object.\n - `s3control` (`string`): Use this to override the default service endpoint URL When `null`, the `s3control` field will be omitted from the resulting object.\n - `s3outposts` (`string`): Use this to override the default service endpoint URL When `null`, the `s3outposts` field will be omitted from the resulting object.\n - `sagemaker` (`string`): Use this to override the default service endpoint URL When `null`, the `sagemaker` field will be omitted from the resulting object.\n - `scheduler` (`string`): Use this to override the default service endpoint URL When `null`, the `scheduler` field will be omitted from the resulting object.\n - `schemas` (`string`): Use this to override the default service endpoint URL When `null`, the `schemas` field will be omitted from the resulting object.\n - `sdb` (`string`): Use this to override the default service endpoint URL When `null`, the `sdb` field will be omitted from the resulting object.\n - `secretsmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `secretsmanager` field will be omitted from the resulting object.\n - `securityhub` (`string`): Use this to override the default service endpoint URL When `null`, the `securityhub` field will be omitted from the resulting object.\n - `securitylake` (`string`): Use this to override the default service endpoint URL When `null`, the `securitylake` field will be omitted from the resulting object.\n - `serverlessapplicationrepository` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessapplicationrepository` field will be omitted from the resulting object.\n - `serverlessapprepo` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessapprepo` field will be omitted from the resulting object.\n - `serverlessrepo` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessrepo` field will be omitted from the resulting object.\n - `servicecatalog` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalog` field will be omitted from the resulting object.\n - `servicediscovery` (`string`): Use this to override the default service endpoint URL When `null`, the `servicediscovery` field will be omitted from the resulting object.\n - `servicequotas` (`string`): Use this to override the default service endpoint URL When `null`, the `servicequotas` field will be omitted from the resulting object.\n - `ses` (`string`): Use this to override the default service endpoint URL When `null`, the `ses` field will be omitted from the resulting object.\n - `sesv2` (`string`): Use this to override the default service endpoint URL When `null`, the `sesv2` field will be omitted from the resulting object.\n - `sfn` (`string`): Use this to override the default service endpoint URL When `null`, the `sfn` field will be omitted from the resulting object.\n - `shield` (`string`): Use this to override the default service endpoint URL When `null`, the `shield` field will be omitted from the resulting object.\n - `signer` (`string`): Use this to override the default service endpoint URL When `null`, the `signer` field will be omitted from the resulting object.\n - `simpledb` (`string`): Use this to override the default service endpoint URL When `null`, the `simpledb` field will be omitted from the resulting object.\n - `sns` (`string`): Use this to override the default service endpoint URL When `null`, the `sns` field will be omitted from the resulting object.\n - `sqs` (`string`): Use this to override the default service endpoint URL When `null`, the `sqs` field will be omitted from the resulting object.\n - `ssm` (`string`): Use this to override the default service endpoint URL When `null`, the `ssm` field will be omitted from the resulting object.\n - `ssmcontacts` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmcontacts` field will be omitted from the resulting object.\n - `ssmincidents` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmincidents` field will be omitted from the resulting object.\n - `sso` (`string`): Use this to override the default service endpoint URL When `null`, the `sso` field will be omitted from the resulting object.\n - `ssoadmin` (`string`): Use this to override the default service endpoint URL When `null`, the `ssoadmin` field will be omitted from the resulting object.\n - `stepfunctions` (`string`): Use this to override the default service endpoint URL When `null`, the `stepfunctions` field will be omitted from the resulting object.\n - `storagegateway` (`string`): Use this to override the default service endpoint URL When `null`, the `storagegateway` field will be omitted from the resulting object.\n - `sts` (`string`): Use this to override the default service endpoint URL When `null`, the `sts` field will be omitted from the resulting object.\n - `swf` (`string`): Use this to override the default service endpoint URL When `null`, the `swf` field will be omitted from the resulting object.\n - `synthetics` (`string`): Use this to override the default service endpoint URL When `null`, the `synthetics` field will be omitted from the resulting object.\n - `timestreamwrite` (`string`): Use this to override the default service endpoint URL When `null`, the `timestreamwrite` field will be omitted from the resulting object.\n - `transcribe` (`string`): Use this to override the default service endpoint URL When `null`, the `transcribe` field will be omitted from the resulting object.\n - `transcribeservice` (`string`): Use this to override the default service endpoint URL When `null`, the `transcribeservice` field will be omitted from the resulting object.\n - `transfer` (`string`): Use this to override the default service endpoint URL When `null`, the `transfer` field will be omitted from the resulting object.\n - `verifiedpermissions` (`string`): Use this to override the default service endpoint URL When `null`, the `verifiedpermissions` field will be omitted from the resulting object.\n - `vpclattice` (`string`): Use this to override the default service endpoint URL When `null`, the `vpclattice` field will be omitted from the resulting object.\n - `waf` (`string`): Use this to override the default service endpoint URL When `null`, the `waf` field will be omitted from the resulting object.\n - `wafregional` (`string`): Use this to override the default service endpoint URL When `null`, the `wafregional` field will be omitted from the resulting object.\n - `wafv2` (`string`): Use this to override the default service endpoint URL When `null`, the `wafv2` field will be omitted from the resulting object.\n - `worklink` (`string`): Use this to override the default service endpoint URL When `null`, the `worklink` field will be omitted from the resulting object.\n - `workspaces` (`string`): Use this to override the default service endpoint URL When `null`, the `workspaces` field will be omitted from the resulting object.\n - `xray` (`string`): Use this to override the default service endpoint URL When `null`, the `xray` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `endpoints` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.endpoints.new` constructs a new object with attributes and blocks configured for the `endpoints`\nTerraform sub block.\n\n\n\n**Args**:\n - `accessanalyzer` (`string`): Use this to override the default service endpoint URL When `null`, the `accessanalyzer` field will be omitted from the resulting object.\n - `account` (`string`): Use this to override the default service endpoint URL When `null`, the `account` field will be omitted from the resulting object.\n - `acm` (`string`): Use this to override the default service endpoint URL When `null`, the `acm` field will be omitted from the resulting object.\n - `acmpca` (`string`): Use this to override the default service endpoint URL When `null`, the `acmpca` field will be omitted from the resulting object.\n - `amg` (`string`): Use this to override the default service endpoint URL When `null`, the `amg` field will be omitted from the resulting object.\n - `amp` (`string`): Use this to override the default service endpoint URL When `null`, the `amp` field will be omitted from the resulting object.\n - `amplify` (`string`): Use this to override the default service endpoint URL When `null`, the `amplify` field will be omitted from the resulting object.\n - `apigateway` (`string`): Use this to override the default service endpoint URL When `null`, the `apigateway` field will be omitted from the resulting object.\n - `apigatewayv2` (`string`): Use this to override the default service endpoint URL When `null`, the `apigatewayv2` field will be omitted from the resulting object.\n - `appautoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `appautoscaling` field will be omitted from the resulting object.\n - `appconfig` (`string`): Use this to override the default service endpoint URL When `null`, the `appconfig` field will be omitted from the resulting object.\n - `appflow` (`string`): Use this to override the default service endpoint URL When `null`, the `appflow` field will be omitted from the resulting object.\n - `appintegrations` (`string`): Use this to override the default service endpoint URL When `null`, the `appintegrations` field will be omitted from the resulting object.\n - `appintegrationsservice` (`string`): Use this to override the default service endpoint URL When `null`, the `appintegrationsservice` field will be omitted from the resulting object.\n - `applicationautoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `applicationautoscaling` field will be omitted from the resulting object.\n - `applicationinsights` (`string`): Use this to override the default service endpoint URL When `null`, the `applicationinsights` field will be omitted from the resulting object.\n - `appmesh` (`string`): Use this to override the default service endpoint URL When `null`, the `appmesh` field will be omitted from the resulting object.\n - `apprunner` (`string`): Use this to override the default service endpoint URL When `null`, the `apprunner` field will be omitted from the resulting object.\n - `appstream` (`string`): Use this to override the default service endpoint URL When `null`, the `appstream` field will be omitted from the resulting object.\n - `appsync` (`string`): Use this to override the default service endpoint URL When `null`, the `appsync` field will be omitted from the resulting object.\n - `athena` (`string`): Use this to override the default service endpoint URL When `null`, the `athena` field will be omitted from the resulting object.\n - `auditmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `auditmanager` field will be omitted from the resulting object.\n - `autoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `autoscaling` field will be omitted from the resulting object.\n - `autoscalingplans` (`string`): Use this to override the default service endpoint URL When `null`, the `autoscalingplans` field will be omitted from the resulting object.\n - `backup` (`string`): Use this to override the default service endpoint URL When `null`, the `backup` field will be omitted from the resulting object.\n - `batch` (`string`): Use this to override the default service endpoint URL When `null`, the `batch` field will be omitted from the resulting object.\n - `beanstalk` (`string`): Use this to override the default service endpoint URL When `null`, the `beanstalk` field will be omitted from the resulting object.\n - `bedrock` (`string`): Use this to override the default service endpoint URL When `null`, the `bedrock` field will be omitted from the resulting object.\n - `budgets` (`string`): Use this to override the default service endpoint URL When `null`, the `budgets` field will be omitted from the resulting object.\n - `ce` (`string`): Use this to override the default service endpoint URL When `null`, the `ce` field will be omitted from the resulting object.\n - `chime` (`string`): Use this to override the default service endpoint URL When `null`, the `chime` field will be omitted from the resulting object.\n - `chimesdkmediapipelines` (`string`): Use this to override the default service endpoint URL When `null`, the `chimesdkmediapipelines` field will be omitted from the resulting object.\n - `chimesdkvoice` (`string`): Use this to override the default service endpoint URL When `null`, the `chimesdkvoice` field will be omitted from the resulting object.\n - `cleanrooms` (`string`): Use this to override the default service endpoint URL When `null`, the `cleanrooms` field will be omitted from the resulting object.\n - `cloud9` (`string`): Use this to override the default service endpoint URL When `null`, the `cloud9` field will be omitted from the resulting object.\n - `cloudcontrol` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudcontrol` field will be omitted from the resulting object.\n - `cloudcontrolapi` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudcontrolapi` field will be omitted from the resulting object.\n - `cloudformation` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudformation` field will be omitted from the resulting object.\n - `cloudfront` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudfront` field will be omitted from the resulting object.\n - `cloudhsm` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudhsm` field will be omitted from the resulting object.\n - `cloudhsmv2` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudhsmv2` field will be omitted from the resulting object.\n - `cloudsearch` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudsearch` field will be omitted from the resulting object.\n - `cloudtrail` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudtrail` field will be omitted from the resulting object.\n - `cloudwatch` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatch` field will be omitted from the resulting object.\n - `cloudwatchevents` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchevents` field will be omitted from the resulting object.\n - `cloudwatchevidently` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchevidently` field will be omitted from the resulting object.\n - `cloudwatchlog` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchlog` field will be omitted from the resulting object.\n - `cloudwatchlogs` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchlogs` field will be omitted from the resulting object.\n - `cloudwatchobservabilityaccessmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchobservabilityaccessmanager` field will be omitted from the resulting object.\n - `cloudwatchrum` (`string`): Use this to override the default service endpoint URL When `null`, the `cloudwatchrum` field will be omitted from the resulting object.\n - `codeartifact` (`string`): Use this to override the default service endpoint URL When `null`, the `codeartifact` field will be omitted from the resulting object.\n - `codebuild` (`string`): Use this to override the default service endpoint URL When `null`, the `codebuild` field will be omitted from the resulting object.\n - `codecatalyst` (`string`): Use this to override the default service endpoint URL When `null`, the `codecatalyst` field will be omitted from the resulting object.\n - `codecommit` (`string`): Use this to override the default service endpoint URL When `null`, the `codecommit` field will be omitted from the resulting object.\n - `codedeploy` (`string`): Use this to override the default service endpoint URL When `null`, the `codedeploy` field will be omitted from the resulting object.\n - `codegurureviewer` (`string`): Use this to override the default service endpoint URL When `null`, the `codegurureviewer` field will be omitted from the resulting object.\n - `codepipeline` (`string`): Use this to override the default service endpoint URL When `null`, the `codepipeline` field will be omitted from the resulting object.\n - `codestarconnections` (`string`): Use this to override the default service endpoint URL When `null`, the `codestarconnections` field will be omitted from the resulting object.\n - `codestarnotifications` (`string`): Use this to override the default service endpoint URL When `null`, the `codestarnotifications` field will be omitted from the resulting object.\n - `cognitoidentity` (`string`): Use this to override the default service endpoint URL When `null`, the `cognitoidentity` field will be omitted from the resulting object.\n - `cognitoidentityprovider` (`string`): Use this to override the default service endpoint URL When `null`, the `cognitoidentityprovider` field will be omitted from the resulting object.\n - `cognitoidp` (`string`): Use this to override the default service endpoint URL When `null`, the `cognitoidp` field will be omitted from the resulting object.\n - `comprehend` (`string`): Use this to override the default service endpoint URL When `null`, the `comprehend` field will be omitted from the resulting object.\n - `computeoptimizer` (`string`): Use this to override the default service endpoint URL When `null`, the `computeoptimizer` field will be omitted from the resulting object.\n - `config` (`string`): Use this to override the default service endpoint URL When `null`, the `config` field will be omitted from the resulting object.\n - `configservice` (`string`): Use this to override the default service endpoint URL When `null`, the `configservice` field will be omitted from the resulting object.\n - `connect` (`string`): Use this to override the default service endpoint URL When `null`, the `connect` field will be omitted from the resulting object.\n - `connectcases` (`string`): Use this to override the default service endpoint URL When `null`, the `connectcases` field will be omitted from the resulting object.\n - `controltower` (`string`): Use this to override the default service endpoint URL When `null`, the `controltower` field will be omitted from the resulting object.\n - `costandusagereportservice` (`string`): Use this to override the default service endpoint URL When `null`, the `costandusagereportservice` field will be omitted from the resulting object.\n - `costexplorer` (`string`): Use this to override the default service endpoint URL When `null`, the `costexplorer` field will be omitted from the resulting object.\n - `cur` (`string`): Use this to override the default service endpoint URL When `null`, the `cur` field will be omitted from the resulting object.\n - `customerprofiles` (`string`): Use this to override the default service endpoint URL When `null`, the `customerprofiles` field will be omitted from the resulting object.\n - `databasemigration` (`string`): Use this to override the default service endpoint URL When `null`, the `databasemigration` field will be omitted from the resulting object.\n - `databasemigrationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `databasemigrationservice` field will be omitted from the resulting object.\n - `dataexchange` (`string`): Use this to override the default service endpoint URL When `null`, the `dataexchange` field will be omitted from the resulting object.\n - `datapipeline` (`string`): Use this to override the default service endpoint URL When `null`, the `datapipeline` field will be omitted from the resulting object.\n - `datasync` (`string`): Use this to override the default service endpoint URL When `null`, the `datasync` field will be omitted from the resulting object.\n - `dax` (`string`): Use this to override the default service endpoint URL When `null`, the `dax` field will be omitted from the resulting object.\n - `deploy` (`string`): Use this to override the default service endpoint URL When `null`, the `deploy` field will be omitted from the resulting object.\n - `detective` (`string`): Use this to override the default service endpoint URL When `null`, the `detective` field will be omitted from the resulting object.\n - `devicefarm` (`string`): Use this to override the default service endpoint URL When `null`, the `devicefarm` field will be omitted from the resulting object.\n - `directconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `directconnect` field will be omitted from the resulting object.\n - `directoryservice` (`string`): Use this to override the default service endpoint URL When `null`, the `directoryservice` field will be omitted from the resulting object.\n - `dlm` (`string`): Use this to override the default service endpoint URL When `null`, the `dlm` field will be omitted from the resulting object.\n - `dms` (`string`): Use this to override the default service endpoint URL When `null`, the `dms` field will be omitted from the resulting object.\n - `docdb` (`string`): Use this to override the default service endpoint URL When `null`, the `docdb` field will be omitted from the resulting object.\n - `docdbelastic` (`string`): Use this to override the default service endpoint URL When `null`, the `docdbelastic` field will be omitted from the resulting object.\n - `ds` (`string`): Use this to override the default service endpoint URL When `null`, the `ds` field will be omitted from the resulting object.\n - `dynamodb` (`string`): Use this to override the default service endpoint URL When `null`, the `dynamodb` field will be omitted from the resulting object.\n - `ec2` (`string`): Use this to override the default service endpoint URL When `null`, the `ec2` field will be omitted from the resulting object.\n - `ecr` (`string`): Use this to override the default service endpoint URL When `null`, the `ecr` field will be omitted from the resulting object.\n - `ecrpublic` (`string`): Use this to override the default service endpoint URL When `null`, the `ecrpublic` field will be omitted from the resulting object.\n - `ecs` (`string`): Use this to override the default service endpoint URL When `null`, the `ecs` field will be omitted from the resulting object.\n - `efs` (`string`): Use this to override the default service endpoint URL When `null`, the `efs` field will be omitted from the resulting object.\n - `eks` (`string`): Use this to override the default service endpoint URL When `null`, the `eks` field will be omitted from the resulting object.\n - `elasticache` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticache` field will be omitted from the resulting object.\n - `elasticbeanstalk` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticbeanstalk` field will be omitted from the resulting object.\n - `elasticloadbalancing` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticloadbalancing` field will be omitted from the resulting object.\n - `elasticloadbalancingv2` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticloadbalancingv2` field will be omitted from the resulting object.\n - `elasticsearch` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticsearch` field will be omitted from the resulting object.\n - `elasticsearchservice` (`string`): Use this to override the default service endpoint URL When `null`, the `elasticsearchservice` field will be omitted from the resulting object.\n - `elastictranscoder` (`string`): Use this to override the default service endpoint URL When `null`, the `elastictranscoder` field will be omitted from the resulting object.\n - `elb` (`string`): Use this to override the default service endpoint URL When `null`, the `elb` field will be omitted from the resulting object.\n - `elbv2` (`string`): Use this to override the default service endpoint URL When `null`, the `elbv2` field will be omitted from the resulting object.\n - `emr` (`string`): Use this to override the default service endpoint URL When `null`, the `emr` field will be omitted from the resulting object.\n - `emrcontainers` (`string`): Use this to override the default service endpoint URL When `null`, the `emrcontainers` field will be omitted from the resulting object.\n - `emrserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `emrserverless` field will be omitted from the resulting object.\n - `es` (`string`): Use this to override the default service endpoint URL When `null`, the `es` field will be omitted from the resulting object.\n - `eventbridge` (`string`): Use this to override the default service endpoint URL When `null`, the `eventbridge` field will be omitted from the resulting object.\n - `events` (`string`): Use this to override the default service endpoint URL When `null`, the `events` field will be omitted from the resulting object.\n - `evidently` (`string`): Use this to override the default service endpoint URL When `null`, the `evidently` field will be omitted from the resulting object.\n - `finspace` (`string`): Use this to override the default service endpoint URL When `null`, the `finspace` field will be omitted from the resulting object.\n - `firehose` (`string`): Use this to override the default service endpoint URL When `null`, the `firehose` field will be omitted from the resulting object.\n - `fis` (`string`): Use this to override the default service endpoint URL When `null`, the `fis` field will be omitted from the resulting object.\n - `fms` (`string`): Use this to override the default service endpoint URL When `null`, the `fms` field will be omitted from the resulting object.\n - `fsx` (`string`): Use this to override the default service endpoint URL When `null`, the `fsx` field will be omitted from the resulting object.\n - `gamelift` (`string`): Use this to override the default service endpoint URL When `null`, the `gamelift` field will be omitted from the resulting object.\n - `glacier` (`string`): Use this to override the default service endpoint URL When `null`, the `glacier` field will be omitted from the resulting object.\n - `globalaccelerator` (`string`): Use this to override the default service endpoint URL When `null`, the `globalaccelerator` field will be omitted from the resulting object.\n - `glue` (`string`): Use this to override the default service endpoint URL When `null`, the `glue` field will be omitted from the resulting object.\n - `grafana` (`string`): Use this to override the default service endpoint URL When `null`, the `grafana` field will be omitted from the resulting object.\n - `greengrass` (`string`): Use this to override the default service endpoint URL When `null`, the `greengrass` field will be omitted from the resulting object.\n - `guardduty` (`string`): Use this to override the default service endpoint URL When `null`, the `guardduty` field will be omitted from the resulting object.\n - `healthlake` (`string`): Use this to override the default service endpoint URL When `null`, the `healthlake` field will be omitted from the resulting object.\n - `iam` (`string`): Use this to override the default service endpoint URL When `null`, the `iam` field will be omitted from the resulting object.\n - `identitystore` (`string`): Use this to override the default service endpoint URL When `null`, the `identitystore` field will be omitted from the resulting object.\n - `imagebuilder` (`string`): Use this to override the default service endpoint URL When `null`, the `imagebuilder` field will be omitted from the resulting object.\n - `inspector` (`string`): Use this to override the default service endpoint URL When `null`, the `inspector` field will be omitted from the resulting object.\n - `inspector2` (`string`): Use this to override the default service endpoint URL When `null`, the `inspector2` field will be omitted from the resulting object.\n - `inspectorv2` (`string`): Use this to override the default service endpoint URL When `null`, the `inspectorv2` field will be omitted from the resulting object.\n - `internetmonitor` (`string`): Use this to override the default service endpoint URL When `null`, the `internetmonitor` field will be omitted from the resulting object.\n - `iot` (`string`): Use this to override the default service endpoint URL When `null`, the `iot` field will be omitted from the resulting object.\n - `iotanalytics` (`string`): Use this to override the default service endpoint URL When `null`, the `iotanalytics` field will be omitted from the resulting object.\n - `iotevents` (`string`): Use this to override the default service endpoint URL When `null`, the `iotevents` field will be omitted from the resulting object.\n - `ivs` (`string`): Use this to override the default service endpoint URL When `null`, the `ivs` field will be omitted from the resulting object.\n - `ivschat` (`string`): Use this to override the default service endpoint URL When `null`, the `ivschat` field will be omitted from the resulting object.\n - `kafka` (`string`): Use this to override the default service endpoint URL When `null`, the `kafka` field will be omitted from the resulting object.\n - `kafkaconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `kafkaconnect` field will be omitted from the resulting object.\n - `kendra` (`string`): Use this to override the default service endpoint URL When `null`, the `kendra` field will be omitted from the resulting object.\n - `keyspaces` (`string`): Use this to override the default service endpoint URL When `null`, the `keyspaces` field will be omitted from the resulting object.\n - `kinesis` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesis` field will be omitted from the resulting object.\n - `kinesisanalytics` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesisanalytics` field will be omitted from the resulting object.\n - `kinesisanalyticsv2` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesisanalyticsv2` field will be omitted from the resulting object.\n - `kinesisvideo` (`string`): Use this to override the default service endpoint URL When `null`, the `kinesisvideo` field will be omitted from the resulting object.\n - `kms` (`string`): Use this to override the default service endpoint URL When `null`, the `kms` field will be omitted from the resulting object.\n - `lakeformation` (`string`): Use this to override the default service endpoint URL When `null`, the `lakeformation` field will be omitted from the resulting object.\n - `lambda` (`string`): Use this to override the default service endpoint URL When `null`, the `lambda` field will be omitted from the resulting object.\n - `lex` (`string`): Use this to override the default service endpoint URL When `null`, the `lex` field will be omitted from the resulting object.\n - `lexmodelbuilding` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelbuilding` field will be omitted from the resulting object.\n - `lexmodelbuildingservice` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelbuildingservice` field will be omitted from the resulting object.\n - `lexmodels` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodels` field will be omitted from the resulting object.\n - `lexmodelsv2` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelsv2` field will be omitted from the resulting object.\n - `lexv2models` (`string`): Use this to override the default service endpoint URL When `null`, the `lexv2models` field will be omitted from the resulting object.\n - `licensemanager` (`string`): Use this to override the default service endpoint URL When `null`, the `licensemanager` field will be omitted from the resulting object.\n - `lightsail` (`string`): Use this to override the default service endpoint URL When `null`, the `lightsail` field will be omitted from the resulting object.\n - `location` (`string`): Use this to override the default service endpoint URL When `null`, the `location` field will be omitted from the resulting object.\n - `locationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `locationservice` field will be omitted from the resulting object.\n - `logs` (`string`): Use this to override the default service endpoint URL When `null`, the `logs` field will be omitted from the resulting object.\n - `macie2` (`string`): Use this to override the default service endpoint URL When `null`, the `macie2` field will be omitted from the resulting object.\n - `managedgrafana` (`string`): Use this to override the default service endpoint URL When `null`, the `managedgrafana` field will be omitted from the resulting object.\n - `mediaconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconnect` field will be omitted from the resulting object.\n - `mediaconvert` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconvert` field will be omitted from the resulting object.\n - `medialive` (`string`): Use this to override the default service endpoint URL When `null`, the `medialive` field will be omitted from the resulting object.\n - `mediapackage` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackage` field will be omitted from the resulting object.\n - `mediastore` (`string`): Use this to override the default service endpoint URL When `null`, the `mediastore` field will be omitted from the resulting object.\n - `memorydb` (`string`): Use this to override the default service endpoint URL When `null`, the `memorydb` field will be omitted from the resulting object.\n - `mq` (`string`): Use this to override the default service endpoint URL When `null`, the `mq` field will be omitted from the resulting object.\n - `msk` (`string`): Use this to override the default service endpoint URL When `null`, the `msk` field will be omitted from the resulting object.\n - `mwaa` (`string`): Use this to override the default service endpoint URL When `null`, the `mwaa` field will be omitted from the resulting object.\n - `neptune` (`string`): Use this to override the default service endpoint URL When `null`, the `neptune` field will be omitted from the resulting object.\n - `networkfirewall` (`string`): Use this to override the default service endpoint URL When `null`, the `networkfirewall` field will be omitted from the resulting object.\n - `networkmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `networkmanager` field will be omitted from the resulting object.\n - `oam` (`string`): Use this to override the default service endpoint URL When `null`, the `oam` field will be omitted from the resulting object.\n - `opensearch` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearch` field will be omitted from the resulting object.\n - `opensearchingestion` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchingestion` field will be omitted from the resulting object.\n - `opensearchserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchserverless` field will be omitted from the resulting object.\n - `opensearchservice` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchservice` field will be omitted from the resulting object.\n - `opsworks` (`string`): Use this to override the default service endpoint URL When `null`, the `opsworks` field will be omitted from the resulting object.\n - `organizations` (`string`): Use this to override the default service endpoint URL When `null`, the `organizations` field will be omitted from the resulting object.\n - `osis` (`string`): Use this to override the default service endpoint URL When `null`, the `osis` field will be omitted from the resulting object.\n - `outposts` (`string`): Use this to override the default service endpoint URL When `null`, the `outposts` field will be omitted from the resulting object.\n - `pinpoint` (`string`): Use this to override the default service endpoint URL When `null`, the `pinpoint` field will be omitted from the resulting object.\n - `pipes` (`string`): Use this to override the default service endpoint URL When `null`, the `pipes` field will be omitted from the resulting object.\n - `pricing` (`string`): Use this to override the default service endpoint URL When `null`, the `pricing` field will be omitted from the resulting object.\n - `prometheus` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheus` field will be omitted from the resulting object.\n - `prometheusservice` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheusservice` field will be omitted from the resulting object.\n - `qldb` (`string`): Use this to override the default service endpoint URL When `null`, the `qldb` field will be omitted from the resulting object.\n - `quicksight` (`string`): Use this to override the default service endpoint URL When `null`, the `quicksight` field will be omitted from the resulting object.\n - `ram` (`string`): Use this to override the default service endpoint URL When `null`, the `ram` field will be omitted from the resulting object.\n - `rbin` (`string`): Use this to override the default service endpoint URL When `null`, the `rbin` field will be omitted from the resulting object.\n - `rds` (`string`): Use this to override the default service endpoint URL When `null`, the `rds` field will be omitted from the resulting object.\n - `recyclebin` (`string`): Use this to override the default service endpoint URL When `null`, the `recyclebin` field will be omitted from the resulting object.\n - `redshift` (`string`): Use this to override the default service endpoint URL When `null`, the `redshift` field will be omitted from the resulting object.\n - `redshiftdata` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftdata` field will be omitted from the resulting object.\n - `redshiftdataapiservice` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftdataapiservice` field will be omitted from the resulting object.\n - `redshiftserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftserverless` field will be omitted from the resulting object.\n - `resourceexplorer2` (`string`): Use this to override the default service endpoint URL When `null`, the `resourceexplorer2` field will be omitted from the resulting object.\n - `resourcegroups` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroups` field will be omitted from the resulting object.\n - `resourcegroupstagging` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroupstagging` field will be omitted from the resulting object.\n - `resourcegroupstaggingapi` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroupstaggingapi` field will be omitted from the resulting object.\n - `rolesanywhere` (`string`): Use this to override the default service endpoint URL When `null`, the `rolesanywhere` field will be omitted from the resulting object.\n - `route53` (`string`): Use this to override the default service endpoint URL When `null`, the `route53` field will be omitted from the resulting object.\n - `route53domains` (`string`): Use this to override the default service endpoint URL When `null`, the `route53domains` field will be omitted from the resulting object.\n - `route53recoverycontrolconfig` (`string`): Use this to override the default service endpoint URL When `null`, the `route53recoverycontrolconfig` field will be omitted from the resulting object.\n - `route53recoveryreadiness` (`string`): Use this to override the default service endpoint URL When `null`, the `route53recoveryreadiness` field will be omitted from the resulting object.\n - `route53resolver` (`string`): Use this to override the default service endpoint URL When `null`, the `route53resolver` field will be omitted from the resulting object.\n - `rum` (`string`): Use this to override the default service endpoint URL When `null`, the `rum` field will be omitted from the resulting object.\n - `s3` (`string`): Use this to override the default service endpoint URL When `null`, the `s3` field will be omitted from the resulting object.\n - `s3api` (`string`): Use this to override the default service endpoint URL When `null`, the `s3api` field will be omitted from the resulting object.\n - `s3control` (`string`): Use this to override the default service endpoint URL When `null`, the `s3control` field will be omitted from the resulting object.\n - `s3outposts` (`string`): Use this to override the default service endpoint URL When `null`, the `s3outposts` field will be omitted from the resulting object.\n - `sagemaker` (`string`): Use this to override the default service endpoint URL When `null`, the `sagemaker` field will be omitted from the resulting object.\n - `scheduler` (`string`): Use this to override the default service endpoint URL When `null`, the `scheduler` field will be omitted from the resulting object.\n - `schemas` (`string`): Use this to override the default service endpoint URL When `null`, the `schemas` field will be omitted from the resulting object.\n - `sdb` (`string`): Use this to override the default service endpoint URL When `null`, the `sdb` field will be omitted from the resulting object.\n - `secretsmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `secretsmanager` field will be omitted from the resulting object.\n - `securityhub` (`string`): Use this to override the default service endpoint URL When `null`, the `securityhub` field will be omitted from the resulting object.\n - `securitylake` (`string`): Use this to override the default service endpoint URL When `null`, the `securitylake` field will be omitted from the resulting object.\n - `serverlessapplicationrepository` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessapplicationrepository` field will be omitted from the resulting object.\n - `serverlessapprepo` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessapprepo` field will be omitted from the resulting object.\n - `serverlessrepo` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessrepo` field will be omitted from the resulting object.\n - `servicecatalog` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalog` field will be omitted from the resulting object.\n - `servicediscovery` (`string`): Use this to override the default service endpoint URL When `null`, the `servicediscovery` field will be omitted from the resulting object.\n - `servicequotas` (`string`): Use this to override the default service endpoint URL When `null`, the `servicequotas` field will be omitted from the resulting object.\n - `ses` (`string`): Use this to override the default service endpoint URL When `null`, the `ses` field will be omitted from the resulting object.\n - `sesv2` (`string`): Use this to override the default service endpoint URL When `null`, the `sesv2` field will be omitted from the resulting object.\n - `sfn` (`string`): Use this to override the default service endpoint URL When `null`, the `sfn` field will be omitted from the resulting object.\n - `shield` (`string`): Use this to override the default service endpoint URL When `null`, the `shield` field will be omitted from the resulting object.\n - `signer` (`string`): Use this to override the default service endpoint URL When `null`, the `signer` field will be omitted from the resulting object.\n - `simpledb` (`string`): Use this to override the default service endpoint URL When `null`, the `simpledb` field will be omitted from the resulting object.\n - `sns` (`string`): Use this to override the default service endpoint URL When `null`, the `sns` field will be omitted from the resulting object.\n - `sqs` (`string`): Use this to override the default service endpoint URL When `null`, the `sqs` field will be omitted from the resulting object.\n - `ssm` (`string`): Use this to override the default service endpoint URL When `null`, the `ssm` field will be omitted from the resulting object.\n - `ssmcontacts` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmcontacts` field will be omitted from the resulting object.\n - `ssmincidents` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmincidents` field will be omitted from the resulting object.\n - `sso` (`string`): Use this to override the default service endpoint URL When `null`, the `sso` field will be omitted from the resulting object.\n - `ssoadmin` (`string`): Use this to override the default service endpoint URL When `null`, the `ssoadmin` field will be omitted from the resulting object.\n - `stepfunctions` (`string`): Use this to override the default service endpoint URL When `null`, the `stepfunctions` field will be omitted from the resulting object.\n - `storagegateway` (`string`): Use this to override the default service endpoint URL When `null`, the `storagegateway` field will be omitted from the resulting object.\n - `sts` (`string`): Use this to override the default service endpoint URL When `null`, the `sts` field will be omitted from the resulting object.\n - `swf` (`string`): Use this to override the default service endpoint URL When `null`, the `swf` field will be omitted from the resulting object.\n - `synthetics` (`string`): Use this to override the default service endpoint URL When `null`, the `synthetics` field will be omitted from the resulting object.\n - `timestreamwrite` (`string`): Use this to override the default service endpoint URL When `null`, the `timestreamwrite` field will be omitted from the resulting object.\n - `transcribe` (`string`): Use this to override the default service endpoint URL When `null`, the `transcribe` field will be omitted from the resulting object.\n - `transcribeservice` (`string`): Use this to override the default service endpoint URL When `null`, the `transcribeservice` field will be omitted from the resulting object.\n - `transfer` (`string`): Use this to override the default service endpoint URL When `null`, the `transfer` field will be omitted from the resulting object.\n - `verifiedpermissions` (`string`): Use this to override the default service endpoint URL When `null`, the `verifiedpermissions` field will be omitted from the resulting object.\n - `vpclattice` (`string`): Use this to override the default service endpoint URL When `null`, the `vpclattice` field will be omitted from the resulting object.\n - `waf` (`string`): Use this to override the default service endpoint URL When `null`, the `waf` field will be omitted from the resulting object.\n - `wafregional` (`string`): Use this to override the default service endpoint URL When `null`, the `wafregional` field will be omitted from the resulting object.\n - `wafv2` (`string`): Use this to override the default service endpoint URL When `null`, the `wafv2` field will be omitted from the resulting object.\n - `worklink` (`string`): Use this to override the default service endpoint URL When `null`, the `worklink` field will be omitted from the resulting object.\n - `workspaces` (`string`): Use this to override the default service endpoint URL When `null`, the `workspaces` field will be omitted from the resulting object.\n - `xray` (`string`): Use this to override the default service endpoint URL When `null`, the `xray` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `endpoints` sub block.\n', args=[]), new( accessanalyzer=null, account=null, @@ -261,10 +269,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); config=null, configservice=null, connect=null, + connectcases=null, controltower=null, costandusagereportservice=null, costexplorer=null, cur=null, + customerprofiles=null, databasemigration=null, databasemigrationservice=null, dataexchange=null, @@ -367,10 +377,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); networkmanager=null, oam=null, opensearch=null, + opensearchingestion=null, opensearchserverless=null, opensearchservice=null, opsworks=null, organizations=null, + osis=null, outposts=null, pinpoint=null, pipes=null, @@ -513,10 +525,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); config: config, configservice: configservice, connect: connect, + connectcases: connectcases, controltower: controltower, costandusagereportservice: costandusagereportservice, costexplorer: costexplorer, cur: cur, + customerprofiles: customerprofiles, databasemigration: databasemigration, databasemigrationservice: databasemigrationservice, dataexchange: dataexchange, @@ -619,10 +633,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); networkmanager: networkmanager, oam: oam, opensearch: opensearch, + opensearchingestion: opensearchingestion, opensearchserverless: opensearchserverless, opensearchservice: opensearchservice, opsworks: opsworks, organizations: organizations, + osis: osis, outposts: outposts, pinpoint: pinpoint, pipes: pipes, diff --git a/5.x/_gen/resources/autoscaling_group.libsonnet b/5.x/_gen/resources/autoscaling_group.libsonnet index 153fd343..f6655421 100644 --- a/5.x/_gen/resources/autoscaling_group.libsonnet +++ b/5.x/_gen/resources/autoscaling_group.libsonnet @@ -22,6 +22,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); role_arn: role_arn, }), }, + instance_maintenance_policy:: { + '#new':: d.fn(help='\n`aws.autoscaling_group.instance_maintenance_policy.new` constructs a new object with attributes and blocks configured for the `instance_maintenance_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `max_healthy_percentage` (`number`): Set the `max_healthy_percentage` field on the resulting object.\n - `min_healthy_percentage` (`number`): Set the `min_healthy_percentage` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `instance_maintenance_policy` sub block.\n', args=[]), + new( + max_healthy_percentage, + min_healthy_percentage + ):: std.prune(a={ + max_healthy_percentage: max_healthy_percentage, + min_healthy_percentage: min_healthy_percentage, + }), + }, instance_refresh:: { '#new':: d.fn(help='\n`aws.autoscaling_group.instance_refresh.new` constructs a new object with attributes and blocks configured for the `instance_refresh`\nTerraform sub block.\n\n\n\n**Args**:\n - `strategy` (`string`): Set the `strategy` field on the resulting object.\n - `triggers` (`list`): Set the `triggers` field on the resulting object. When `null`, the `triggers` field will be omitted from the resulting object.\n - `preferences` (`list[obj]`): Set the `preferences` field on the resulting object. When `null`, the `preferences` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.preferences.new](#fn-instance_refreshpreferencesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `instance_refresh` sub block.\n', args=[]), new( @@ -284,7 +294,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); launch_template: launch_template, }), }, - '#new':: d.fn(help="\n`aws.autoscaling_group.new` injects a new `aws_autoscaling_group` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.autoscaling_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.autoscaling_group` using the reference:\n\n $._ref.aws_autoscaling_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_autoscaling_group.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting resource block. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `capacity_rebalance` (`bool`): Set the `capacity_rebalance` field on the resulting resource block. When `null`, the `capacity_rebalance` field will be omitted from the resulting object.\n - `context` (`string`): Set the `context` field on the resulting resource block. When `null`, the `context` field will be omitted from the resulting object.\n - `default_cooldown` (`number`): Set the `default_cooldown` field on the resulting resource block. When `null`, the `default_cooldown` field will be omitted from the resulting object.\n - `default_instance_warmup` (`number`): Set the `default_instance_warmup` field on the resulting resource block. When `null`, the `default_instance_warmup` field will be omitted from the resulting object.\n - `desired_capacity` (`number`): Set the `desired_capacity` field on the resulting resource block. When `null`, the `desired_capacity` field will be omitted from the resulting object.\n - `desired_capacity_type` (`string`): Set the `desired_capacity_type` field on the resulting resource block. When `null`, the `desired_capacity_type` field will be omitted from the resulting object.\n - `enabled_metrics` (`list`): Set the `enabled_metrics` field on the resulting resource block. When `null`, the `enabled_metrics` field will be omitted from the resulting object.\n - `force_delete` (`bool`): Set the `force_delete` field on the resulting resource block. When `null`, the `force_delete` field will be omitted from the resulting object.\n - `force_delete_warm_pool` (`bool`): Set the `force_delete_warm_pool` field on the resulting resource block. When `null`, the `force_delete_warm_pool` field will be omitted from the resulting object.\n - `health_check_grace_period` (`number`): Set the `health_check_grace_period` field on the resulting resource block. When `null`, the `health_check_grace_period` field will be omitted from the resulting object.\n - `health_check_type` (`string`): Set the `health_check_type` field on the resulting resource block. When `null`, the `health_check_type` field will be omitted from the resulting object.\n - `ignore_failed_scaling_activities` (`bool`): Set the `ignore_failed_scaling_activities` field on the resulting resource block. When `null`, the `ignore_failed_scaling_activities` field will be omitted from the resulting object.\n - `launch_configuration` (`string`): Set the `launch_configuration` field on the resulting resource block. When `null`, the `launch_configuration` field will be omitted from the resulting object.\n - `load_balancers` (`list`): Set the `load_balancers` field on the resulting resource block. When `null`, the `load_balancers` field will be omitted from the resulting object.\n - `max_instance_lifetime` (`number`): Set the `max_instance_lifetime` field on the resulting resource block. When `null`, the `max_instance_lifetime` field will be omitted from the resulting object.\n - `max_size` (`number`): Set the `max_size` field on the resulting resource block.\n - `metrics_granularity` (`string`): Set the `metrics_granularity` field on the resulting resource block. When `null`, the `metrics_granularity` field will be omitted from the resulting object.\n - `min_elb_capacity` (`number`): Set the `min_elb_capacity` field on the resulting resource block. When `null`, the `min_elb_capacity` field will be omitted from the resulting object.\n - `min_size` (`number`): Set the `min_size` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object.\n - `name_prefix` (`string`): Set the `name_prefix` field on the resulting resource block. When `null`, the `name_prefix` field will be omitted from the resulting object.\n - `placement_group` (`string`): Set the `placement_group` field on the resulting resource block. When `null`, the `placement_group` field will be omitted from the resulting object.\n - `protect_from_scale_in` (`bool`): Set the `protect_from_scale_in` field on the resulting resource block. When `null`, the `protect_from_scale_in` field will be omitted from the resulting object.\n - `service_linked_role_arn` (`string`): Set the `service_linked_role_arn` field on the resulting resource block. When `null`, the `service_linked_role_arn` field will be omitted from the resulting object.\n - `suspended_processes` (`list`): Set the `suspended_processes` field on the resulting resource block. When `null`, the `suspended_processes` field will be omitted from the resulting object.\n - `target_group_arns` (`list`): Set the `target_group_arns` field on the resulting resource block. When `null`, the `target_group_arns` field will be omitted from the resulting object.\n - `termination_policies` (`list`): Set the `termination_policies` field on the resulting resource block. When `null`, the `termination_policies` field will be omitted from the resulting object.\n - `vpc_zone_identifier` (`list`): Set the `vpc_zone_identifier` field on the resulting resource block. When `null`, the `vpc_zone_identifier` field will be omitted from the resulting object.\n - `wait_for_capacity_timeout` (`string`): Set the `wait_for_capacity_timeout` field on the resulting resource block. When `null`, the `wait_for_capacity_timeout` field will be omitted from the resulting object.\n - `wait_for_elb_capacity` (`number`): Set the `wait_for_elb_capacity` field on the resulting resource block. When `null`, the `wait_for_elb_capacity` field will be omitted from the resulting object.\n - `initial_lifecycle_hook` (`list[obj]`): Set the `initial_lifecycle_hook` field on the resulting resource block. When `null`, the `initial_lifecycle_hook` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.initial_lifecycle_hook.new](#fn-initial_lifecycle_hooknew) constructor.\n - `instance_refresh` (`list[obj]`): Set the `instance_refresh` field on the resulting resource block. When `null`, the `instance_refresh` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.new](#fn-instance_refreshnew) constructor.\n - `launch_template` (`list[obj]`): Set the `launch_template` field on the resulting resource block. When `null`, the `launch_template` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.launch_template.new](#fn-launch_templatenew) constructor.\n - `mixed_instances_policy` (`list[obj]`): Set the `mixed_instances_policy` field on the resulting resource block. When `null`, the `mixed_instances_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.mixed_instances_policy.new](#fn-mixed_instances_policynew) constructor.\n - `tag` (`list[obj]`): Set the `tag` field on the resulting resource block. When `null`, the `tag` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.tag.new](#fn-tagnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.timeouts.new](#fn-timeoutsnew) constructor.\n - `traffic_source` (`list[obj]`): Set the `traffic_source` field on the resulting resource block. When `null`, the `traffic_source` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.traffic_source.new](#fn-traffic_sourcenew) constructor.\n - `warm_pool` (`list[obj]`): Set the `warm_pool` field on the resulting resource block. When `null`, the `warm_pool` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.warm_pool.new](#fn-warm_poolnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.autoscaling_group.new` injects a new `aws_autoscaling_group` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.autoscaling_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.autoscaling_group` using the reference:\n\n $._ref.aws_autoscaling_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_autoscaling_group.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting resource block. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `capacity_rebalance` (`bool`): Set the `capacity_rebalance` field on the resulting resource block. When `null`, the `capacity_rebalance` field will be omitted from the resulting object.\n - `context` (`string`): Set the `context` field on the resulting resource block. When `null`, the `context` field will be omitted from the resulting object.\n - `default_cooldown` (`number`): Set the `default_cooldown` field on the resulting resource block. When `null`, the `default_cooldown` field will be omitted from the resulting object.\n - `default_instance_warmup` (`number`): Set the `default_instance_warmup` field on the resulting resource block. When `null`, the `default_instance_warmup` field will be omitted from the resulting object.\n - `desired_capacity` (`number`): Set the `desired_capacity` field on the resulting resource block. When `null`, the `desired_capacity` field will be omitted from the resulting object.\n - `desired_capacity_type` (`string`): Set the `desired_capacity_type` field on the resulting resource block. When `null`, the `desired_capacity_type` field will be omitted from the resulting object.\n - `enabled_metrics` (`list`): Set the `enabled_metrics` field on the resulting resource block. When `null`, the `enabled_metrics` field will be omitted from the resulting object.\n - `force_delete` (`bool`): Set the `force_delete` field on the resulting resource block. When `null`, the `force_delete` field will be omitted from the resulting object.\n - `force_delete_warm_pool` (`bool`): Set the `force_delete_warm_pool` field on the resulting resource block. When `null`, the `force_delete_warm_pool` field will be omitted from the resulting object.\n - `health_check_grace_period` (`number`): Set the `health_check_grace_period` field on the resulting resource block. When `null`, the `health_check_grace_period` field will be omitted from the resulting object.\n - `health_check_type` (`string`): Set the `health_check_type` field on the resulting resource block. When `null`, the `health_check_type` field will be omitted from the resulting object.\n - `ignore_failed_scaling_activities` (`bool`): Set the `ignore_failed_scaling_activities` field on the resulting resource block. When `null`, the `ignore_failed_scaling_activities` field will be omitted from the resulting object.\n - `launch_configuration` (`string`): Set the `launch_configuration` field on the resulting resource block. When `null`, the `launch_configuration` field will be omitted from the resulting object.\n - `load_balancers` (`list`): Set the `load_balancers` field on the resulting resource block. When `null`, the `load_balancers` field will be omitted from the resulting object.\n - `max_instance_lifetime` (`number`): Set the `max_instance_lifetime` field on the resulting resource block. When `null`, the `max_instance_lifetime` field will be omitted from the resulting object.\n - `max_size` (`number`): Set the `max_size` field on the resulting resource block.\n - `metrics_granularity` (`string`): Set the `metrics_granularity` field on the resulting resource block. When `null`, the `metrics_granularity` field will be omitted from the resulting object.\n - `min_elb_capacity` (`number`): Set the `min_elb_capacity` field on the resulting resource block. When `null`, the `min_elb_capacity` field will be omitted from the resulting object.\n - `min_size` (`number`): Set the `min_size` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object.\n - `name_prefix` (`string`): Set the `name_prefix` field on the resulting resource block. When `null`, the `name_prefix` field will be omitted from the resulting object.\n - `placement_group` (`string`): Set the `placement_group` field on the resulting resource block. When `null`, the `placement_group` field will be omitted from the resulting object.\n - `protect_from_scale_in` (`bool`): Set the `protect_from_scale_in` field on the resulting resource block. When `null`, the `protect_from_scale_in` field will be omitted from the resulting object.\n - `service_linked_role_arn` (`string`): Set the `service_linked_role_arn` field on the resulting resource block. When `null`, the `service_linked_role_arn` field will be omitted from the resulting object.\n - `suspended_processes` (`list`): Set the `suspended_processes` field on the resulting resource block. When `null`, the `suspended_processes` field will be omitted from the resulting object.\n - `target_group_arns` (`list`): Set the `target_group_arns` field on the resulting resource block. When `null`, the `target_group_arns` field will be omitted from the resulting object.\n - `termination_policies` (`list`): Set the `termination_policies` field on the resulting resource block. When `null`, the `termination_policies` field will be omitted from the resulting object.\n - `vpc_zone_identifier` (`list`): Set the `vpc_zone_identifier` field on the resulting resource block. When `null`, the `vpc_zone_identifier` field will be omitted from the resulting object.\n - `wait_for_capacity_timeout` (`string`): Set the `wait_for_capacity_timeout` field on the resulting resource block. When `null`, the `wait_for_capacity_timeout` field will be omitted from the resulting object.\n - `wait_for_elb_capacity` (`number`): Set the `wait_for_elb_capacity` field on the resulting resource block. When `null`, the `wait_for_elb_capacity` field will be omitted from the resulting object.\n - `initial_lifecycle_hook` (`list[obj]`): Set the `initial_lifecycle_hook` field on the resulting resource block. When `null`, the `initial_lifecycle_hook` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.initial_lifecycle_hook.new](#fn-initial_lifecycle_hooknew) constructor.\n - `instance_maintenance_policy` (`list[obj]`): Set the `instance_maintenance_policy` field on the resulting resource block. When `null`, the `instance_maintenance_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_maintenance_policy.new](#fn-instance_maintenance_policynew) constructor.\n - `instance_refresh` (`list[obj]`): Set the `instance_refresh` field on the resulting resource block. When `null`, the `instance_refresh` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.new](#fn-instance_refreshnew) constructor.\n - `launch_template` (`list[obj]`): Set the `launch_template` field on the resulting resource block. When `null`, the `launch_template` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.launch_template.new](#fn-launch_templatenew) constructor.\n - `mixed_instances_policy` (`list[obj]`): Set the `mixed_instances_policy` field on the resulting resource block. When `null`, the `mixed_instances_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.mixed_instances_policy.new](#fn-mixed_instances_policynew) constructor.\n - `tag` (`list[obj]`): Set the `tag` field on the resulting resource block. When `null`, the `tag` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.tag.new](#fn-tagnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.timeouts.new](#fn-timeoutsnew) constructor.\n - `traffic_source` (`list[obj]`): Set the `traffic_source` field on the resulting resource block. When `null`, the `traffic_source` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.traffic_source.new](#fn-traffic_sourcenew) constructor.\n - `warm_pool` (`list[obj]`): Set the `warm_pool` field on the resulting resource block. When `null`, the `warm_pool` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.warm_pool.new](#fn-warm_poolnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, max_size, @@ -303,6 +313,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); health_check_type=null, ignore_failed_scaling_activities=null, initial_lifecycle_hook=null, + instance_maintenance_policy=null, instance_refresh=null, launch_configuration=null, launch_template=null, @@ -345,6 +356,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); health_check_type=health_check_type, ignore_failed_scaling_activities=ignore_failed_scaling_activities, initial_lifecycle_hook=initial_lifecycle_hook, + instance_maintenance_policy=instance_maintenance_policy, instance_refresh=instance_refresh, launch_configuration=launch_configuration, launch_template=launch_template, @@ -373,7 +385,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.autoscaling_group.newAttrs` constructs a new object with attributes and blocks configured for the `autoscaling_group`\nTerraform resource.\n\nUnlike [aws.autoscaling_group.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting object. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `capacity_rebalance` (`bool`): Set the `capacity_rebalance` field on the resulting object. When `null`, the `capacity_rebalance` field will be omitted from the resulting object.\n - `context` (`string`): Set the `context` field on the resulting object. When `null`, the `context` field will be omitted from the resulting object.\n - `default_cooldown` (`number`): Set the `default_cooldown` field on the resulting object. When `null`, the `default_cooldown` field will be omitted from the resulting object.\n - `default_instance_warmup` (`number`): Set the `default_instance_warmup` field on the resulting object. When `null`, the `default_instance_warmup` field will be omitted from the resulting object.\n - `desired_capacity` (`number`): Set the `desired_capacity` field on the resulting object. When `null`, the `desired_capacity` field will be omitted from the resulting object.\n - `desired_capacity_type` (`string`): Set the `desired_capacity_type` field on the resulting object. When `null`, the `desired_capacity_type` field will be omitted from the resulting object.\n - `enabled_metrics` (`list`): Set the `enabled_metrics` field on the resulting object. When `null`, the `enabled_metrics` field will be omitted from the resulting object.\n - `force_delete` (`bool`): Set the `force_delete` field on the resulting object. When `null`, the `force_delete` field will be omitted from the resulting object.\n - `force_delete_warm_pool` (`bool`): Set the `force_delete_warm_pool` field on the resulting object. When `null`, the `force_delete_warm_pool` field will be omitted from the resulting object.\n - `health_check_grace_period` (`number`): Set the `health_check_grace_period` field on the resulting object. When `null`, the `health_check_grace_period` field will be omitted from the resulting object.\n - `health_check_type` (`string`): Set the `health_check_type` field on the resulting object. When `null`, the `health_check_type` field will be omitted from the resulting object.\n - `ignore_failed_scaling_activities` (`bool`): Set the `ignore_failed_scaling_activities` field on the resulting object. When `null`, the `ignore_failed_scaling_activities` field will be omitted from the resulting object.\n - `launch_configuration` (`string`): Set the `launch_configuration` field on the resulting object. When `null`, the `launch_configuration` field will be omitted from the resulting object.\n - `load_balancers` (`list`): Set the `load_balancers` field on the resulting object. When `null`, the `load_balancers` field will be omitted from the resulting object.\n - `max_instance_lifetime` (`number`): Set the `max_instance_lifetime` field on the resulting object. When `null`, the `max_instance_lifetime` field will be omitted from the resulting object.\n - `max_size` (`number`): Set the `max_size` field on the resulting object.\n - `metrics_granularity` (`string`): Set the `metrics_granularity` field on the resulting object. When `null`, the `metrics_granularity` field will be omitted from the resulting object.\n - `min_elb_capacity` (`number`): Set the `min_elb_capacity` field on the resulting object. When `null`, the `min_elb_capacity` field will be omitted from the resulting object.\n - `min_size` (`number`): Set the `min_size` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `name_prefix` (`string`): Set the `name_prefix` field on the resulting object. When `null`, the `name_prefix` field will be omitted from the resulting object.\n - `placement_group` (`string`): Set the `placement_group` field on the resulting object. When `null`, the `placement_group` field will be omitted from the resulting object.\n - `protect_from_scale_in` (`bool`): Set the `protect_from_scale_in` field on the resulting object. When `null`, the `protect_from_scale_in` field will be omitted from the resulting object.\n - `service_linked_role_arn` (`string`): Set the `service_linked_role_arn` field on the resulting object. When `null`, the `service_linked_role_arn` field will be omitted from the resulting object.\n - `suspended_processes` (`list`): Set the `suspended_processes` field on the resulting object. When `null`, the `suspended_processes` field will be omitted from the resulting object.\n - `target_group_arns` (`list`): Set the `target_group_arns` field on the resulting object. When `null`, the `target_group_arns` field will be omitted from the resulting object.\n - `termination_policies` (`list`): Set the `termination_policies` field on the resulting object. When `null`, the `termination_policies` field will be omitted from the resulting object.\n - `vpc_zone_identifier` (`list`): Set the `vpc_zone_identifier` field on the resulting object. When `null`, the `vpc_zone_identifier` field will be omitted from the resulting object.\n - `wait_for_capacity_timeout` (`string`): Set the `wait_for_capacity_timeout` field on the resulting object. When `null`, the `wait_for_capacity_timeout` field will be omitted from the resulting object.\n - `wait_for_elb_capacity` (`number`): Set the `wait_for_elb_capacity` field on the resulting object. When `null`, the `wait_for_elb_capacity` field will be omitted from the resulting object.\n - `initial_lifecycle_hook` (`list[obj]`): Set the `initial_lifecycle_hook` field on the resulting object. When `null`, the `initial_lifecycle_hook` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.initial_lifecycle_hook.new](#fn-initial_lifecycle_hooknew) constructor.\n - `instance_refresh` (`list[obj]`): Set the `instance_refresh` field on the resulting object. When `null`, the `instance_refresh` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.new](#fn-instance_refreshnew) constructor.\n - `launch_template` (`list[obj]`): Set the `launch_template` field on the resulting object. When `null`, the `launch_template` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.launch_template.new](#fn-launch_templatenew) constructor.\n - `mixed_instances_policy` (`list[obj]`): Set the `mixed_instances_policy` field on the resulting object. When `null`, the `mixed_instances_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.mixed_instances_policy.new](#fn-mixed_instances_policynew) constructor.\n - `tag` (`list[obj]`): Set the `tag` field on the resulting object. When `null`, the `tag` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.tag.new](#fn-tagnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.timeouts.new](#fn-timeoutsnew) constructor.\n - `traffic_source` (`list[obj]`): Set the `traffic_source` field on the resulting object. When `null`, the `traffic_source` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.traffic_source.new](#fn-traffic_sourcenew) constructor.\n - `warm_pool` (`list[obj]`): Set the `warm_pool` field on the resulting object. When `null`, the `warm_pool` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.warm_pool.new](#fn-warm_poolnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `autoscaling_group` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.autoscaling_group.newAttrs` constructs a new object with attributes and blocks configured for the `autoscaling_group`\nTerraform resource.\n\nUnlike [aws.autoscaling_group.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting object. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `capacity_rebalance` (`bool`): Set the `capacity_rebalance` field on the resulting object. When `null`, the `capacity_rebalance` field will be omitted from the resulting object.\n - `context` (`string`): Set the `context` field on the resulting object. When `null`, the `context` field will be omitted from the resulting object.\n - `default_cooldown` (`number`): Set the `default_cooldown` field on the resulting object. When `null`, the `default_cooldown` field will be omitted from the resulting object.\n - `default_instance_warmup` (`number`): Set the `default_instance_warmup` field on the resulting object. When `null`, the `default_instance_warmup` field will be omitted from the resulting object.\n - `desired_capacity` (`number`): Set the `desired_capacity` field on the resulting object. When `null`, the `desired_capacity` field will be omitted from the resulting object.\n - `desired_capacity_type` (`string`): Set the `desired_capacity_type` field on the resulting object. When `null`, the `desired_capacity_type` field will be omitted from the resulting object.\n - `enabled_metrics` (`list`): Set the `enabled_metrics` field on the resulting object. When `null`, the `enabled_metrics` field will be omitted from the resulting object.\n - `force_delete` (`bool`): Set the `force_delete` field on the resulting object. When `null`, the `force_delete` field will be omitted from the resulting object.\n - `force_delete_warm_pool` (`bool`): Set the `force_delete_warm_pool` field on the resulting object. When `null`, the `force_delete_warm_pool` field will be omitted from the resulting object.\n - `health_check_grace_period` (`number`): Set the `health_check_grace_period` field on the resulting object. When `null`, the `health_check_grace_period` field will be omitted from the resulting object.\n - `health_check_type` (`string`): Set the `health_check_type` field on the resulting object. When `null`, the `health_check_type` field will be omitted from the resulting object.\n - `ignore_failed_scaling_activities` (`bool`): Set the `ignore_failed_scaling_activities` field on the resulting object. When `null`, the `ignore_failed_scaling_activities` field will be omitted from the resulting object.\n - `launch_configuration` (`string`): Set the `launch_configuration` field on the resulting object. When `null`, the `launch_configuration` field will be omitted from the resulting object.\n - `load_balancers` (`list`): Set the `load_balancers` field on the resulting object. When `null`, the `load_balancers` field will be omitted from the resulting object.\n - `max_instance_lifetime` (`number`): Set the `max_instance_lifetime` field on the resulting object. When `null`, the `max_instance_lifetime` field will be omitted from the resulting object.\n - `max_size` (`number`): Set the `max_size` field on the resulting object.\n - `metrics_granularity` (`string`): Set the `metrics_granularity` field on the resulting object. When `null`, the `metrics_granularity` field will be omitted from the resulting object.\n - `min_elb_capacity` (`number`): Set the `min_elb_capacity` field on the resulting object. When `null`, the `min_elb_capacity` field will be omitted from the resulting object.\n - `min_size` (`number`): Set the `min_size` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `name_prefix` (`string`): Set the `name_prefix` field on the resulting object. When `null`, the `name_prefix` field will be omitted from the resulting object.\n - `placement_group` (`string`): Set the `placement_group` field on the resulting object. When `null`, the `placement_group` field will be omitted from the resulting object.\n - `protect_from_scale_in` (`bool`): Set the `protect_from_scale_in` field on the resulting object. When `null`, the `protect_from_scale_in` field will be omitted from the resulting object.\n - `service_linked_role_arn` (`string`): Set the `service_linked_role_arn` field on the resulting object. When `null`, the `service_linked_role_arn` field will be omitted from the resulting object.\n - `suspended_processes` (`list`): Set the `suspended_processes` field on the resulting object. When `null`, the `suspended_processes` field will be omitted from the resulting object.\n - `target_group_arns` (`list`): Set the `target_group_arns` field on the resulting object. When `null`, the `target_group_arns` field will be omitted from the resulting object.\n - `termination_policies` (`list`): Set the `termination_policies` field on the resulting object. When `null`, the `termination_policies` field will be omitted from the resulting object.\n - `vpc_zone_identifier` (`list`): Set the `vpc_zone_identifier` field on the resulting object. When `null`, the `vpc_zone_identifier` field will be omitted from the resulting object.\n - `wait_for_capacity_timeout` (`string`): Set the `wait_for_capacity_timeout` field on the resulting object. When `null`, the `wait_for_capacity_timeout` field will be omitted from the resulting object.\n - `wait_for_elb_capacity` (`number`): Set the `wait_for_elb_capacity` field on the resulting object. When `null`, the `wait_for_elb_capacity` field will be omitted from the resulting object.\n - `initial_lifecycle_hook` (`list[obj]`): Set the `initial_lifecycle_hook` field on the resulting object. When `null`, the `initial_lifecycle_hook` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.initial_lifecycle_hook.new](#fn-initial_lifecycle_hooknew) constructor.\n - `instance_maintenance_policy` (`list[obj]`): Set the `instance_maintenance_policy` field on the resulting object. When `null`, the `instance_maintenance_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_maintenance_policy.new](#fn-instance_maintenance_policynew) constructor.\n - `instance_refresh` (`list[obj]`): Set the `instance_refresh` field on the resulting object. When `null`, the `instance_refresh` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.new](#fn-instance_refreshnew) constructor.\n - `launch_template` (`list[obj]`): Set the `launch_template` field on the resulting object. When `null`, the `launch_template` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.launch_template.new](#fn-launch_templatenew) constructor.\n - `mixed_instances_policy` (`list[obj]`): Set the `mixed_instances_policy` field on the resulting object. When `null`, the `mixed_instances_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.mixed_instances_policy.new](#fn-mixed_instances_policynew) constructor.\n - `tag` (`list[obj]`): Set the `tag` field on the resulting object. When `null`, the `tag` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.tag.new](#fn-tagnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.timeouts.new](#fn-timeoutsnew) constructor.\n - `traffic_source` (`list[obj]`): Set the `traffic_source` field on the resulting object. When `null`, the `traffic_source` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.traffic_source.new](#fn-traffic_sourcenew) constructor.\n - `warm_pool` (`list[obj]`): Set the `warm_pool` field on the resulting object. When `null`, the `warm_pool` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.warm_pool.new](#fn-warm_poolnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `autoscaling_group` resource into the root Terraform configuration.\n', args=[]), newAttrs( max_size, min_size, @@ -391,6 +403,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); health_check_type=null, ignore_failed_scaling_activities=null, initial_lifecycle_hook=null, + instance_maintenance_policy=null, instance_refresh=null, launch_configuration=null, launch_template=null, @@ -429,6 +442,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); health_check_type: health_check_type, ignore_failed_scaling_activities: ignore_failed_scaling_activities, initial_lifecycle_hook: initial_lifecycle_hook, + instance_maintenance_policy: instance_maintenance_policy, instance_refresh: instance_refresh, launch_configuration: launch_configuration, launch_template: launch_template, @@ -659,6 +673,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withInstanceMaintenancePolicy':: d.fn(help='`aws.list[obj].withInstanceMaintenancePolicy` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the instance_maintenance_policy field.\n\nThis function will replace the array with the passed in `value`. If you wish to instead append the\npassed in value to the existing array, use the [aws.list[obj].withInstanceMaintenancePolicyMixin](TODO) function.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `instance_maintenance_policy` field.\n', args=[]), + withInstanceMaintenancePolicy(resourceLabel, value): { + resource+: { + aws_autoscaling_group+: { + [resourceLabel]+: { + instance_maintenance_policy: value, + }, + }, + }, + }, + '#withInstanceMaintenancePolicyMixin':: d.fn(help='`aws.list[obj].withInstanceMaintenancePolicyMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the instance_maintenance_policy field.\n\nThis function will append the passed in array or object to the existing array. If you wish\nto instead replace the array with the passed in `value`, use the [aws.list[obj].withInstanceMaintenancePolicy](TODO)\nfunction.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `instance_maintenance_policy` field.\n', args=[]), + withInstanceMaintenancePolicyMixin(resourceLabel, value): { + resource+: { + aws_autoscaling_group+: { + [resourceLabel]+: { + instance_maintenance_policy+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withInstanceRefresh':: d.fn(help='`aws.list[obj].withInstanceRefresh` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the instance_refresh field.\n\nThis function will replace the array with the passed in `value`. If you wish to instead append the\npassed in value to the existing array, use the [aws.list[obj].withInstanceRefreshMixin](TODO) function.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `instance_refresh` field.\n', args=[]), withInstanceRefresh(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/bedrock_model_invocation_logging_configuration.libsonnet b/5.x/_gen/resources/bedrock_model_invocation_logging_configuration.libsonnet new file mode 100644 index 00000000..d7e625c5 --- /dev/null +++ b/5.x/_gen/resources/bedrock_model_invocation_logging_configuration.libsonnet @@ -0,0 +1,90 @@ +local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); +local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); +{ + '#':: d.pkg(name='bedrock_model_invocation_logging_configuration', url='', help='`bedrock_model_invocation_logging_configuration` represents the `aws_bedrock_model_invocation_logging_configuration` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + logging_config:: { + cloudwatch_config:: { + large_data_delivery_s3_config:: { + '#new':: d.fn(help='\n`aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.large_data_delivery_s3_config.new` constructs a new object with attributes and blocks configured for the `large_data_delivery_s3_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object. When `null`, the `bucket_name` field will be omitted from the resulting object.\n - `key_prefix` (`string`): Set the `key_prefix` field on the resulting object. When `null`, the `key_prefix` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `large_data_delivery_s3_config` sub block.\n', args=[]), + new( + bucket_name=null, + key_prefix=null + ):: std.prune(a={ + bucket_name: bucket_name, + key_prefix: key_prefix, + }), + }, + '#new':: d.fn(help='\n`aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.new` constructs a new object with attributes and blocks configured for the `cloudwatch_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `log_group_name` (`string`): Set the `log_group_name` field on the resulting object. When `null`, the `log_group_name` field will be omitted from the resulting object.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `large_data_delivery_s3_config` (`obj`): Set the `large_data_delivery_s3_config` field on the resulting object. When `null`, the `large_data_delivery_s3_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.large_data_delivery_s3_config.new](#fn-logging_configlogging_configlarge_data_delivery_s3_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `cloudwatch_config` sub block.\n', args=[]), + new( + large_data_delivery_s3_config=null, + log_group_name=null, + role_arn=null + ):: std.prune(a={ + large_data_delivery_s3_config: large_data_delivery_s3_config, + log_group_name: log_group_name, + role_arn: role_arn, + }), + }, + '#new':: d.fn(help='\n`aws.bedrock_model_invocation_logging_configuration.logging_config.new` constructs a new object with attributes and blocks configured for the `logging_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `embedding_data_delivery_enabled` (`bool`): Set the `embedding_data_delivery_enabled` field on the resulting object.\n - `image_data_delivery_enabled` (`bool`): Set the `image_data_delivery_enabled` field on the resulting object.\n - `text_data_delivery_enabled` (`bool`): Set the `text_data_delivery_enabled` field on the resulting object.\n - `cloudwatch_config` (`obj`): Set the `cloudwatch_config` field on the resulting object. When `null`, the `cloudwatch_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.new](#fn-logging_configcloudwatch_confignew) constructor.\n - `s3_config` (`obj`): Set the `s3_config` field on the resulting object. When `null`, the `s3_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.s3_config.new](#fn-logging_configs3_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `logging_config` sub block.\n', args=[]), + new( + embedding_data_delivery_enabled, + image_data_delivery_enabled, + text_data_delivery_enabled, + cloudwatch_config=null, + s3_config=null + ):: std.prune(a={ + cloudwatch_config: cloudwatch_config, + embedding_data_delivery_enabled: embedding_data_delivery_enabled, + image_data_delivery_enabled: image_data_delivery_enabled, + s3_config: s3_config, + text_data_delivery_enabled: text_data_delivery_enabled, + }), + s3_config:: { + '#new':: d.fn(help='\n`aws.bedrock_model_invocation_logging_configuration.logging_config.s3_config.new` constructs a new object with attributes and blocks configured for the `s3_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object. When `null`, the `bucket_name` field will be omitted from the resulting object.\n - `key_prefix` (`string`): Set the `key_prefix` field on the resulting object. When `null`, the `key_prefix` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `s3_config` sub block.\n', args=[]), + new( + bucket_name=null, + key_prefix=null + ):: std.prune(a={ + bucket_name: bucket_name, + key_prefix: key_prefix, + }), + }, + }, + '#new':: d.fn(help="\n`aws.bedrock_model_invocation_logging_configuration.new` injects a new `aws_bedrock_model_invocation_logging_configuration` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.bedrock_model_invocation_logging_configuration.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.bedrock_model_invocation_logging_configuration` using the reference:\n\n $._ref.aws_bedrock_model_invocation_logging_configuration.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_bedrock_model_invocation_logging_configuration.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `logging_config` (`obj`): Set the `logging_config` field on the resulting resource block. When `null`, the `logging_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.new](#fn-logging_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + logging_config=null, + _meta={} + ):: tf.withResource( + type='aws_bedrock_model_invocation_logging_configuration', + label=resourceLabel, + attrs=self.newAttrs(logging_config=logging_config), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.bedrock_model_invocation_logging_configuration.newAttrs` constructs a new object with attributes and blocks configured for the `bedrock_model_invocation_logging_configuration`\nTerraform resource.\n\nUnlike [aws.bedrock_model_invocation_logging_configuration.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `logging_config` (`obj`): Set the `logging_config` field on the resulting object. When `null`, the `logging_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.new](#fn-logging_confignew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `bedrock_model_invocation_logging_configuration` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + logging_config=null + ):: std.prune(a={ + logging_config: logging_config, + }), + '#withLoggingConfig':: d.fn(help='`aws.obj.withLoggingConfig` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the logging_config field.\n\nThis function will replace the map with the passed in `value`. If you wish to instead merge the\npassed in value to the existing map, use the [aws.obj.withLoggingConfigMixin](TODO) function.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `logging_config` field.\n', args=[]), + withLoggingConfig(resourceLabel, value): { + resource+: { + aws_bedrock_model_invocation_logging_configuration+: { + [resourceLabel]+: { + logging_config: value, + }, + }, + }, + }, + '#withLoggingConfigMixin':: d.fn(help='`aws.obj.withLoggingConfigMixin` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the logging_config field.\n\nThis function will merge the passed in value to the existing map. If you wish\nto instead replace the entire map with the passed in `value`, use the [aws.obj.withLoggingConfig](TODO)\nfunction.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `logging_config` field.\n', args=[]), + withLoggingConfigMixin(resourceLabel, value): { + resource+: { + aws_bedrock_model_invocation_logging_configuration+: { + [resourceLabel]+: { + logging_config+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/elasticache_user.libsonnet b/5.x/_gen/resources/elasticache_user.libsonnet index 88e5e2df..9e1da798 100644 --- a/5.x/_gen/resources/elasticache_user.libsonnet +++ b/5.x/_gen/resources/elasticache_user.libsonnet @@ -68,14 +68,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); user_name: user_name, }), timeouts:: { - '#new':: d.fn(help='\n`aws.elasticache_user.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `create` (`string`): Set the `create` field on the resulting object. When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): Set the `delete` field on the resulting object. When `null`, the `delete` field will be omitted from the resulting object.\n - `update` (`string`): Set the `update` field on the resulting object. When `null`, the `update` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.elasticache_user.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `create` (`string`): Set the `create` field on the resulting object. When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): Set the `delete` field on the resulting object. When `null`, the `delete` field will be omitted from the resulting object.\n - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` field will be omitted from the resulting object.\n - `update` (`string`): Set the `update` field on the resulting object. When `null`, the `update` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), new( create=null, delete=null, + read=null, update=null ):: std.prune(a={ create: create, delete: delete, + read: read, update: update, }), }, diff --git a/5.x/_gen/resources/iot_billing_group.libsonnet b/5.x/_gen/resources/iot_billing_group.libsonnet new file mode 100644 index 00000000..1844f264 --- /dev/null +++ b/5.x/_gen/resources/iot_billing_group.libsonnet @@ -0,0 +1,94 @@ +local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); +local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); +{ + '#':: d.pkg(name='iot_billing_group', url='', help='`iot_billing_group` represents the `aws_iot_billing_group` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + '#new':: d.fn(help="\n`aws.iot_billing_group.new` injects a new `aws_iot_billing_group` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.iot_billing_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.iot_billing_group` using the reference:\n\n $._ref.aws_iot_billing_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_iot_billing_group.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `tags` (`obj`): Set the `tags` field on the resulting resource block. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting resource block. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `properties` (`list[obj]`): Set the `properties` field on the resulting resource block. When `null`, the `properties` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_billing_group.properties.new](#fn-propertiesnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + name, + properties=null, + tags=null, + tags_all=null, + _meta={} + ):: tf.withResource( + type='aws_iot_billing_group', + label=resourceLabel, + attrs=self.newAttrs( + name=name, + properties=properties, + tags=tags, + tags_all=tags_all + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.iot_billing_group.newAttrs` constructs a new object with attributes and blocks configured for the `iot_billing_group`\nTerraform resource.\n\nUnlike [aws.iot_billing_group.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting object. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `properties` (`list[obj]`): Set the `properties` field on the resulting object. When `null`, the `properties` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_billing_group.properties.new](#fn-propertiesnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_billing_group` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + name, + properties=null, + tags=null, + tags_all=null + ):: std.prune(a={ + name: name, + properties: properties, + tags: tags, + tags_all: tags_all, + }), + properties:: { + '#new':: d.fn(help='\n`aws.iot_billing_group.properties.new` constructs a new object with attributes and blocks configured for the `properties`\nTerraform sub block.\n\n\n\n**Args**:\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `properties` sub block.\n', args=[]), + new( + description=null + ):: std.prune(a={ + description: description, + }), + }, + '#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the name field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]), + withName(resourceLabel, value): { + resource+: { + aws_iot_billing_group+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withProperties':: d.fn(help='`aws.list[obj].withProperties` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the properties field.\n\nThis function will replace the array with the passed in `value`. If you wish to instead append the\npassed in value to the existing array, use the [aws.list[obj].withPropertiesMixin](TODO) function.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `properties` field.\n', args=[]), + withProperties(resourceLabel, value): { + resource+: { + aws_iot_billing_group+: { + [resourceLabel]+: { + properties: value, + }, + }, + }, + }, + '#withPropertiesMixin':: d.fn(help='`aws.list[obj].withPropertiesMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the properties field.\n\nThis function will append the passed in array or object to the existing array. If you wish\nto instead replace the array with the passed in `value`, use the [aws.list[obj].withProperties](TODO)\nfunction.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `properties` field.\n', args=[]), + withPropertiesMixin(resourceLabel, value): { + resource+: { + aws_iot_billing_group+: { + [resourceLabel]+: { + properties+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withTags':: d.fn(help='`aws.obj.withTags` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the tags field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags` field.\n', args=[]), + withTags(resourceLabel, value): { + resource+: { + aws_iot_billing_group+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#withTagsAll':: d.fn(help='`aws.obj.withTagsAll` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the tags_all field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags_all` field.\n', args=[]), + withTagsAll(resourceLabel, value): { + resource+: { + aws_iot_billing_group+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/iot_ca_certificate.libsonnet b/5.x/_gen/resources/iot_ca_certificate.libsonnet new file mode 100644 index 00000000..dffe08e6 --- /dev/null +++ b/5.x/_gen/resources/iot_ca_certificate.libsonnet @@ -0,0 +1,154 @@ +local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); +local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); +{ + '#':: d.pkg(name='iot_ca_certificate', url='', help='`iot_ca_certificate` represents the `aws_iot_ca_certificate` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + '#new':: d.fn(help="\n`aws.iot_ca_certificate.new` injects a new `aws_iot_ca_certificate` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.iot_ca_certificate.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.iot_ca_certificate` using the reference:\n\n $._ref.aws_iot_ca_certificate.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_iot_ca_certificate.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `active` (`bool`): Set the `active` field on the resulting resource block.\n - `allow_auto_registration` (`bool`): Set the `allow_auto_registration` field on the resulting resource block.\n - `ca_certificate_pem` (`string`): Set the `ca_certificate_pem` field on the resulting resource block.\n - `certificate_mode` (`string`): Set the `certificate_mode` field on the resulting resource block. When `null`, the `certificate_mode` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting resource block. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting resource block. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `verification_certificate_pem` (`string`): Set the `verification_certificate_pem` field on the resulting resource block. When `null`, the `verification_certificate_pem` field will be omitted from the resulting object.\n - `registration_config` (`list[obj]`): Set the `registration_config` field on the resulting resource block. When `null`, the `registration_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_ca_certificate.registration_config.new](#fn-registration_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + active, + allow_auto_registration, + ca_certificate_pem, + certificate_mode=null, + registration_config=null, + tags=null, + tags_all=null, + verification_certificate_pem=null, + _meta={} + ):: tf.withResource( + type='aws_iot_ca_certificate', + label=resourceLabel, + attrs=self.newAttrs( + active=active, + allow_auto_registration=allow_auto_registration, + ca_certificate_pem=ca_certificate_pem, + certificate_mode=certificate_mode, + registration_config=registration_config, + tags=tags, + tags_all=tags_all, + verification_certificate_pem=verification_certificate_pem + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.iot_ca_certificate.newAttrs` constructs a new object with attributes and blocks configured for the `iot_ca_certificate`\nTerraform resource.\n\nUnlike [aws.iot_ca_certificate.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `allow_auto_registration` (`bool`): Set the `allow_auto_registration` field on the resulting object.\n - `ca_certificate_pem` (`string`): Set the `ca_certificate_pem` field on the resulting object.\n - `certificate_mode` (`string`): Set the `certificate_mode` field on the resulting object. When `null`, the `certificate_mode` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting object. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `verification_certificate_pem` (`string`): Set the `verification_certificate_pem` field on the resulting object. When `null`, the `verification_certificate_pem` field will be omitted from the resulting object.\n - `registration_config` (`list[obj]`): Set the `registration_config` field on the resulting object. When `null`, the `registration_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_ca_certificate.registration_config.new](#fn-registration_confignew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_ca_certificate` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + active, + allow_auto_registration, + ca_certificate_pem, + certificate_mode=null, + registration_config=null, + tags=null, + tags_all=null, + verification_certificate_pem=null + ):: std.prune(a={ + active: active, + allow_auto_registration: allow_auto_registration, + ca_certificate_pem: ca_certificate_pem, + certificate_mode: certificate_mode, + registration_config: registration_config, + tags: tags, + tags_all: tags_all, + verification_certificate_pem: verification_certificate_pem, + }), + registration_config:: { + '#new':: d.fn(help='\n`aws.iot_ca_certificate.registration_config.new` constructs a new object with attributes and blocks configured for the `registration_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `role_arn` (`bool`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `template_body` (`string`): Set the `template_body` field on the resulting object. When `null`, the `template_body` field will be omitted from the resulting object.\n - `template_name` (`string`): Set the `template_name` field on the resulting object. When `null`, the `template_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `registration_config` sub block.\n', args=[]), + new( + role_arn=null, + template_body=null, + template_name=null + ):: std.prune(a={ + role_arn: role_arn, + template_body: template_body, + template_name: template_name, + }), + }, + '#withActive':: d.fn(help='`aws.bool.withActive` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the active field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `active` field.\n', args=[]), + withActive(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + active: value, + }, + }, + }, + }, + '#withAllowAutoRegistration':: d.fn(help='`aws.bool.withAllowAutoRegistration` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the allow_auto_registration field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `allow_auto_registration` field.\n', args=[]), + withAllowAutoRegistration(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + allow_auto_registration: value, + }, + }, + }, + }, + '#withCaCertificatePem':: d.fn(help='`aws.string.withCaCertificatePem` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the ca_certificate_pem field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `ca_certificate_pem` field.\n', args=[]), + withCaCertificatePem(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + ca_certificate_pem: value, + }, + }, + }, + }, + '#withCertificateMode':: d.fn(help='`aws.string.withCertificateMode` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the certificate_mode field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `certificate_mode` field.\n', args=[]), + withCertificateMode(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + certificate_mode: value, + }, + }, + }, + }, + '#withRegistrationConfig':: d.fn(help='`aws.list[obj].withRegistrationConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the registration_config field.\n\nThis function will replace the array with the passed in `value`. If you wish to instead append the\npassed in value to the existing array, use the [aws.list[obj].withRegistrationConfigMixin](TODO) function.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `registration_config` field.\n', args=[]), + withRegistrationConfig(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + registration_config: value, + }, + }, + }, + }, + '#withRegistrationConfigMixin':: d.fn(help='`aws.list[obj].withRegistrationConfigMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the registration_config field.\n\nThis function will append the passed in array or object to the existing array. If you wish\nto instead replace the array with the passed in `value`, use the [aws.list[obj].withRegistrationConfig](TODO)\nfunction.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `registration_config` field.\n', args=[]), + withRegistrationConfigMixin(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + registration_config+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withTags':: d.fn(help='`aws.obj.withTags` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the tags field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags` field.\n', args=[]), + withTags(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#withTagsAll':: d.fn(help='`aws.obj.withTagsAll` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the tags_all field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags_all` field.\n', args=[]), + withTagsAll(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#withVerificationCertificatePem':: d.fn(help='`aws.string.withVerificationCertificatePem` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the verification_certificate_pem field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `verification_certificate_pem` field.\n', args=[]), + withVerificationCertificatePem(resourceLabel, value): { + resource+: { + aws_iot_ca_certificate+: { + [resourceLabel]+: { + verification_certificate_pem: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/iot_event_configurations.libsonnet b/5.x/_gen/resources/iot_event_configurations.libsonnet new file mode 100644 index 00000000..2c0df123 --- /dev/null +++ b/5.x/_gen/resources/iot_event_configurations.libsonnet @@ -0,0 +1,32 @@ +local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); +local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); +{ + '#':: d.pkg(name='iot_event_configurations', url='', help='`iot_event_configurations` represents the `aws_iot_event_configurations` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + '#new':: d.fn(help="\n`aws.iot_event_configurations.new` injects a new `aws_iot_event_configurations` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.iot_event_configurations.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.iot_event_configurations` using the reference:\n\n $._ref.aws_iot_event_configurations.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_iot_event_configurations.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `event_configurations` (`obj`): Set the `event_configurations` field on the resulting resource block.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + event_configurations, + _meta={} + ):: tf.withResource( + type='aws_iot_event_configurations', + label=resourceLabel, + attrs=self.newAttrs(event_configurations=event_configurations), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.iot_event_configurations.newAttrs` constructs a new object with attributes and blocks configured for the `iot_event_configurations`\nTerraform resource.\n\nUnlike [aws.iot_event_configurations.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `event_configurations` (`obj`): Set the `event_configurations` field on the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_event_configurations` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + event_configurations + ):: std.prune(a={ + event_configurations: event_configurations, + }), + '#withEventConfigurations':: d.fn(help='`aws.obj.withEventConfigurations` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the event_configurations field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `event_configurations` field.\n', args=[]), + withEventConfigurations(resourceLabel, value): { + resource+: { + aws_iot_event_configurations+: { + [resourceLabel]+: { + event_configurations: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/iot_policy.libsonnet b/5.x/_gen/resources/iot_policy.libsonnet index 3f38cb32..4a17159c 100644 --- a/5.x/_gen/resources/iot_policy.libsonnet +++ b/5.x/_gen/resources/iot_policy.libsonnet @@ -2,26 +2,39 @@ local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='iot_policy', url='', help='`iot_policy` represents the `aws_iot_policy` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), - '#new':: d.fn(help="\n`aws.iot_policy.new` injects a new `aws_iot_policy` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.iot_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.iot_policy` using the reference:\n\n $._ref.aws_iot_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_iot_policy.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `policy` (`string`): Set the `policy` field on the resulting resource block.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.iot_policy.new` injects a new `aws_iot_policy` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.iot_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.iot_policy` using the reference:\n\n $._ref.aws_iot_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_iot_policy.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `policy` (`string`): Set the `policy` field on the resulting resource block.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_policy.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, name, policy, + timeouts=null, _meta={} ):: tf.withResource( type='aws_iot_policy', label=resourceLabel, - attrs=self.newAttrs(name=name, policy=policy), + attrs=self.newAttrs(name=name, policy=policy, timeouts=timeouts), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.iot_policy.newAttrs` constructs a new object with attributes and blocks configured for the `iot_policy`\nTerraform resource.\n\nUnlike [aws.iot_policy.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `policy` (`string`): Set the `policy` field on the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_policy` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.iot_policy.newAttrs` constructs a new object with attributes and blocks configured for the `iot_policy`\nTerraform resource.\n\nUnlike [aws.iot_policy.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `policy` (`string`): Set the `policy` field on the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_policy.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_policy` resource into the root Terraform configuration.\n', args=[]), newAttrs( name, - policy + policy, + timeouts=null ):: std.prune(a={ name: name, policy: policy, + timeouts: timeouts, }), + timeouts:: { + '#new':: d.fn(help='\n`aws.iot_policy.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `delete` (`string`): Set the `delete` field on the resulting object. When `null`, the `delete` field will be omitted from the resulting object.\n - `update` (`string`): Set the `update` field on the resulting object. When `null`, the `update` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + new( + delete=null, + update=null + ):: std.prune(a={ + delete: delete, + update: update, + }), + }, '#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the name field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]), withName(resourceLabel, value): { resource+: { @@ -42,4 +55,24 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withTimeouts':: d.fn(help='`aws.obj.withTimeouts` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the timeouts field.\n\nThis function will replace the map with the passed in `value`. If you wish to instead merge the\npassed in value to the existing map, use the [aws.obj.withTimeoutsMixin](TODO) function.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `timeouts` field.\n', args=[]), + withTimeouts(resourceLabel, value): { + resource+: { + aws_iot_policy+: { + [resourceLabel]+: { + timeouts: value, + }, + }, + }, + }, + '#withTimeoutsMixin':: d.fn(help='`aws.obj.withTimeoutsMixin` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the timeouts field.\n\nThis function will merge the passed in value to the existing map. If you wish\nto instead replace the entire map with the passed in `value`, use the [aws.obj.withTimeouts](TODO)\nfunction.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `timeouts` field.\n', args=[]), + withTimeoutsMixin(resourceLabel, value): { + resource+: { + aws_iot_policy+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/quicksight_analysis.libsonnet b/5.x/_gen/resources/quicksight_analysis.libsonnet index 2c7a7c14..68c63299 100644 --- a/5.x/_gen/resources/quicksight_analysis.libsonnet +++ b/5.x/_gen/resources/quicksight_analysis.libsonnet @@ -2502,7 +2502,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, elements:: { - '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), new( column_span, element_id, @@ -3664,7 +3664,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, elements:: { - '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.sheet_control_layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.sheet_control_layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), new( column_span, element_id, @@ -51780,7 +51780,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); comparison_method: comparison_method, }), }, - '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new` constructs a new object with attributes and blocks configured for the `kpi_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value_display_type` (`string`): Set the `primary_value_display_type` field on the resulting object. When `null`, the `primary_value_display_type` field will be omitted from the resulting object.\n - `comparison` (`list[obj]`): Set the `comparison` field on the resulting object. When `null`, the `comparison` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.comparison.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationcomparisonnew) constructor.\n - `primary_value_font_configuration` (`list[obj]`): Set the `primary_value_font_configuration` field on the resulting object. When `null`, the `primary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.primary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprimary_value_font_configurationnew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor.\n - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor.\n - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor.\n - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `kpi_options` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new` constructs a new object with attributes and blocks configured for the `kpi_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value_display_type` (`string`): Set the `primary_value_display_type` field on the resulting object. When `null`, the `primary_value_display_type` field will be omitted from the resulting object.\n - `comparison` (`list[obj]`): Set the `comparison` field on the resulting object. When `null`, the `comparison` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.comparison.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationcomparisonnew) constructor.\n - `primary_value_font_configuration` (`list[obj]`): Set the `primary_value_font_configuration` field on the resulting object. When `null`, the `primary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.primary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprimary_value_font_configurationnew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor.\n - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor.\n - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor.\n - `sparkline` (`list[obj]`): Set the `sparkline` field on the resulting object. When `null`, the `sparkline` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsparklinenew) constructor.\n - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor.\n - `visual_layout_options` (`list[obj]`): Set the `visual_layout_options` field on the resulting object. When `null`, the `visual_layout_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationvisual_layout_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `kpi_options` sub block.\n', args=[]), new( comparison=null, primary_value_display_type=null, @@ -51788,7 +51788,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); progress_bar=null, secondary_value=null, secondary_value_font_configuration=null, - trend_arrows=null + sparkline=null, + trend_arrows=null, + visual_layout_options=null ):: std.prune(a={ comparison: comparison, primary_value_display_type: primary_value_display_type, @@ -51796,7 +51798,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); progress_bar: progress_bar, secondary_value: secondary_value, secondary_value_font_configuration: secondary_value_font_configuration, + sparkline: sparkline, trend_arrows: trend_arrows, + visual_layout_options: visual_layout_options, }), primary_value_font_configuration:: { font_size:: { @@ -51878,6 +51882,20 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); font_weight: font_weight, }), }, + sparkline:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new` constructs a new object with attributes and blocks configured for the `sparkline`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `tooltip_visibility` (`string`): Set the `tooltip_visibility` field on the resulting object. When `null`, the `tooltip_visibility` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `sparkline` sub block.\n', args=[]), + new( + type, + color=null, + tooltip_visibility=null, + visibility=null + ):: std.prune(a={ + color: color, + tooltip_visibility: tooltip_visibility, + type: type, + visibility: visibility, + }), + }, trend_arrows:: { '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new` constructs a new object with attributes and blocks configured for the `trend_arrows`\nTerraform sub block.\n\n\n\n**Args**:\n - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `trend_arrows` sub block.\n', args=[]), new( @@ -51886,6 +51904,22 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); visibility: visibility, }), }, + visual_layout_options:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new` constructs a new object with attributes and blocks configured for the `visual_layout_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `standard_layout` (`list[obj]`): Set the `standard_layout` field on the resulting object. When `null`, the `standard_layout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationkpi_optionsstandard_layoutnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `visual_layout_options` sub block.\n', args=[]), + new( + standard_layout=null + ):: std.prune(a={ + standard_layout: standard_layout, + }), + standard_layout:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new` constructs a new object with attributes and blocks configured for the `standard_layout`\nTerraform sub block.\n\n\n\n**Args**:\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `standard_layout` sub block.\n', args=[]), + new( + type + ):: std.prune(a={ + type: type, + }), + }, + }, }, '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.new` constructs a new object with attributes and blocks configured for the `chart_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `field_wells` (`list[obj]`): Set the `field_wells` field on the resulting object. When `null`, the `field_wells` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.field_wells.new](#fn-definitiondefinitionsheetsvisualskpi_visualfield_wellsnew) constructor.\n - `kpi_options` (`list[obj]`): Set the `kpi_options` field on the resulting object. When `null`, the `kpi_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualkpi_optionsnew) constructor.\n - `sort_configuration` (`list[obj]`): Set the `sort_configuration` field on the resulting object. When `null`, the `sort_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualsort_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `chart_configuration` sub block.\n', args=[]), new( @@ -52274,11 +52308,239 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, conditional_formatting:: { conditional_formatting_options:: { - '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.new` constructs a new object with attributes and blocks configured for the `conditional_formatting_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_formatting_options` sub block.\n', args=[]), + actual_value:: { + icon:: { + custom_condition:: { + display_configuration:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `display_configuration` sub block.\n', args=[]), + new( + icon_display_option=null + ):: std.prune(a={ + icon_display_option: icon_display_option, + }), + }, + icon_options:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object.\n - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_options` sub block.\n', args=[]), + new( + icon=null, + unicode_icon=null + ):: std.prune(a={ + icon: icon, + unicode_icon: unicode_icon, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicondisplay_configurationnew) constructor.\n - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_condition` sub block.\n', args=[]), + new( + expression, + color=null, + display_configuration=null, + icon_options=null + ):: std.prune(a={ + color: color, + display_configuration: display_configuration, + expression: expression, + icon_options: icon_options, + }), + }, + icon_set:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_set` sub block.\n', args=[]), + new( + expression, + icon_set_type=null + ):: std.prune(a={ + expression: expression, + icon_set_type: icon_set_type, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new` constructs a new object with attributes and blocks configured for the `icon`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuecustom_conditionnew) constructor.\n - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon_setnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `icon` sub block.\n', args=[]), + new( + custom_condition=null, + icon_set=null + ):: std.prune(a={ + custom_condition: custom_condition, + icon_set: icon_set, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new` constructs a new object with attributes and blocks configured for the `actual_value`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor.\n - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `actual_value` sub block.\n', args=[]), + new( + icon=null, + text_color=null + ):: std.prune(a={ + icon: icon, + text_color: text_color, + }), + text_color:: { + gradient:: { + color:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color`\nTerraform sub block.\n\n\n\n**Args**:\n - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientstopsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `color` sub block.\n', args=[]), + new( + stops=null + ):: std.prune(a={ + stops: stops, + }), + stops:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object.\n - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `stops` sub block.\n', args=[]), + new( + gradient_offset, + color=null, + data_value=null + ):: std.prune(a={ + color: color, + data_value: data_value, + gradient_offset: gradient_offset, + }), + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorcolornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `gradient` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color`\nTerraform sub block.\n\n\n\n**Args**:\n - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuegradientnew) constructor.\n - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuesolidnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `text_color` sub block.\n', args=[]), + new( + gradient=null, + solid=null + ):: std.prune(a={ + gradient: gradient, + solid: solid, + }), + solid:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `solid` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + }, + }, + comparison_value:: { + icon:: { + custom_condition:: { + display_configuration:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `display_configuration` sub block.\n', args=[]), + new( + icon_display_option=null + ):: std.prune(a={ + icon_display_option: icon_display_option, + }), + }, + icon_options:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object.\n - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_options` sub block.\n', args=[]), + new( + icon=null, + unicode_icon=null + ):: std.prune(a={ + icon: icon, + unicode_icon: unicode_icon, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicondisplay_configurationnew) constructor.\n - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_condition` sub block.\n', args=[]), + new( + expression, + color=null, + display_configuration=null, + icon_options=null + ):: std.prune(a={ + color: color, + display_configuration: display_configuration, + expression: expression, + icon_options: icon_options, + }), + }, + icon_set:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_set` sub block.\n', args=[]), + new( + expression, + icon_set_type=null + ):: std.prune(a={ + expression: expression, + icon_set_type: icon_set_type, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new` constructs a new object with attributes and blocks configured for the `icon`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuecustom_conditionnew) constructor.\n - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon_setnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `icon` sub block.\n', args=[]), + new( + custom_condition=null, + icon_set=null + ):: std.prune(a={ + custom_condition: custom_condition, + icon_set: icon_set, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new` constructs a new object with attributes and blocks configured for the `comparison_value`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor.\n - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `comparison_value` sub block.\n', args=[]), + new( + icon=null, + text_color=null + ):: std.prune(a={ + icon: icon, + text_color: text_color, + }), + text_color:: { + gradient:: { + color:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color`\nTerraform sub block.\n\n\n\n**Args**:\n - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientstopsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `color` sub block.\n', args=[]), + new( + stops=null + ):: std.prune(a={ + stops: stops, + }), + stops:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object.\n - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `stops` sub block.\n', args=[]), + new( + gradient_offset, + color=null, + data_value=null + ):: std.prune(a={ + color: color, + data_value: data_value, + gradient_offset: gradient_offset, + }), + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorcolornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `gradient` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color`\nTerraform sub block.\n\n\n\n**Args**:\n - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuegradientnew) constructor.\n - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuesolidnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `text_color` sub block.\n', args=[]), + new( + gradient=null, + solid=null + ):: std.prune(a={ + gradient: gradient, + solid: solid, + }), + solid:: { + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `solid` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.new` constructs a new object with attributes and blocks configured for the `conditional_formatting_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `actual_value` (`list[obj]`): Set the `actual_value` field on the resulting object. When `null`, the `actual_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingactual_valuenew) constructor.\n - `comparison_value` (`list[obj]`): Set the `comparison_value` field on the resulting object. When `null`, the `comparison_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingcomparison_valuenew) constructor.\n - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_formatting_options` sub block.\n', args=[]), new( + actual_value=null, + comparison_value=null, primary_value=null, progress_bar=null ):: std.prune(a={ + actual_value: actual_value, + comparison_value: comparison_value, primary_value: primary_value, progress_bar: progress_bar, }), diff --git a/5.x/_gen/resources/quicksight_dashboard.libsonnet b/5.x/_gen/resources/quicksight_dashboard.libsonnet index db4092a3..7061255b 100644 --- a/5.x/_gen/resources/quicksight_dashboard.libsonnet +++ b/5.x/_gen/resources/quicksight_dashboard.libsonnet @@ -2608,7 +2608,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, elements:: { - '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), new( column_span, element_id, @@ -3770,7 +3770,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, elements:: { - '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.sheet_control_layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.sheet_control_layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), new( column_span, element_id, @@ -51886,7 +51886,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); comparison_method: comparison_method, }), }, - '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new` constructs a new object with attributes and blocks configured for the `kpi_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value_display_type` (`string`): Set the `primary_value_display_type` field on the resulting object. When `null`, the `primary_value_display_type` field will be omitted from the resulting object.\n - `comparison` (`list[obj]`): Set the `comparison` field on the resulting object. When `null`, the `comparison` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.comparison.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationcomparisonnew) constructor.\n - `primary_value_font_configuration` (`list[obj]`): Set the `primary_value_font_configuration` field on the resulting object. When `null`, the `primary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.primary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprimary_value_font_configurationnew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor.\n - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor.\n - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor.\n - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `kpi_options` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new` constructs a new object with attributes and blocks configured for the `kpi_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value_display_type` (`string`): Set the `primary_value_display_type` field on the resulting object. When `null`, the `primary_value_display_type` field will be omitted from the resulting object.\n - `comparison` (`list[obj]`): Set the `comparison` field on the resulting object. When `null`, the `comparison` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.comparison.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationcomparisonnew) constructor.\n - `primary_value_font_configuration` (`list[obj]`): Set the `primary_value_font_configuration` field on the resulting object. When `null`, the `primary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.primary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprimary_value_font_configurationnew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor.\n - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor.\n - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor.\n - `sparkline` (`list[obj]`): Set the `sparkline` field on the resulting object. When `null`, the `sparkline` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsparklinenew) constructor.\n - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor.\n - `visual_layout_options` (`list[obj]`): Set the `visual_layout_options` field on the resulting object. When `null`, the `visual_layout_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationvisual_layout_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `kpi_options` sub block.\n', args=[]), new( comparison=null, primary_value_display_type=null, @@ -51894,7 +51894,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); progress_bar=null, secondary_value=null, secondary_value_font_configuration=null, - trend_arrows=null + sparkline=null, + trend_arrows=null, + visual_layout_options=null ):: std.prune(a={ comparison: comparison, primary_value_display_type: primary_value_display_type, @@ -51902,7 +51904,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); progress_bar: progress_bar, secondary_value: secondary_value, secondary_value_font_configuration: secondary_value_font_configuration, + sparkline: sparkline, trend_arrows: trend_arrows, + visual_layout_options: visual_layout_options, }), primary_value_font_configuration:: { font_size:: { @@ -51984,6 +51988,20 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); font_weight: font_weight, }), }, + sparkline:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new` constructs a new object with attributes and blocks configured for the `sparkline`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `tooltip_visibility` (`string`): Set the `tooltip_visibility` field on the resulting object. When `null`, the `tooltip_visibility` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `sparkline` sub block.\n', args=[]), + new( + type, + color=null, + tooltip_visibility=null, + visibility=null + ):: std.prune(a={ + color: color, + tooltip_visibility: tooltip_visibility, + type: type, + visibility: visibility, + }), + }, trend_arrows:: { '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new` constructs a new object with attributes and blocks configured for the `trend_arrows`\nTerraform sub block.\n\n\n\n**Args**:\n - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `trend_arrows` sub block.\n', args=[]), new( @@ -51992,6 +52010,22 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); visibility: visibility, }), }, + visual_layout_options:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new` constructs a new object with attributes and blocks configured for the `visual_layout_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `standard_layout` (`list[obj]`): Set the `standard_layout` field on the resulting object. When `null`, the `standard_layout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationkpi_optionsstandard_layoutnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `visual_layout_options` sub block.\n', args=[]), + new( + standard_layout=null + ):: std.prune(a={ + standard_layout: standard_layout, + }), + standard_layout:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new` constructs a new object with attributes and blocks configured for the `standard_layout`\nTerraform sub block.\n\n\n\n**Args**:\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `standard_layout` sub block.\n', args=[]), + new( + type + ):: std.prune(a={ + type: type, + }), + }, + }, }, '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.new` constructs a new object with attributes and blocks configured for the `chart_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `field_wells` (`list[obj]`): Set the `field_wells` field on the resulting object. When `null`, the `field_wells` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.field_wells.new](#fn-definitiondefinitionsheetsvisualskpi_visualfield_wellsnew) constructor.\n - `kpi_options` (`list[obj]`): Set the `kpi_options` field on the resulting object. When `null`, the `kpi_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualkpi_optionsnew) constructor.\n - `sort_configuration` (`list[obj]`): Set the `sort_configuration` field on the resulting object. When `null`, the `sort_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualsort_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `chart_configuration` sub block.\n', args=[]), new( @@ -52380,11 +52414,239 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, conditional_formatting:: { conditional_formatting_options:: { - '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.new` constructs a new object with attributes and blocks configured for the `conditional_formatting_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_formatting_options` sub block.\n', args=[]), + actual_value:: { + icon:: { + custom_condition:: { + display_configuration:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `display_configuration` sub block.\n', args=[]), + new( + icon_display_option=null + ):: std.prune(a={ + icon_display_option: icon_display_option, + }), + }, + icon_options:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object.\n - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_options` sub block.\n', args=[]), + new( + icon=null, + unicode_icon=null + ):: std.prune(a={ + icon: icon, + unicode_icon: unicode_icon, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicondisplay_configurationnew) constructor.\n - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_condition` sub block.\n', args=[]), + new( + expression, + color=null, + display_configuration=null, + icon_options=null + ):: std.prune(a={ + color: color, + display_configuration: display_configuration, + expression: expression, + icon_options: icon_options, + }), + }, + icon_set:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_set` sub block.\n', args=[]), + new( + expression, + icon_set_type=null + ):: std.prune(a={ + expression: expression, + icon_set_type: icon_set_type, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new` constructs a new object with attributes and blocks configured for the `icon`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuecustom_conditionnew) constructor.\n - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon_setnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `icon` sub block.\n', args=[]), + new( + custom_condition=null, + icon_set=null + ):: std.prune(a={ + custom_condition: custom_condition, + icon_set: icon_set, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new` constructs a new object with attributes and blocks configured for the `actual_value`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor.\n - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `actual_value` sub block.\n', args=[]), + new( + icon=null, + text_color=null + ):: std.prune(a={ + icon: icon, + text_color: text_color, + }), + text_color:: { + gradient:: { + color:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color`\nTerraform sub block.\n\n\n\n**Args**:\n - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientstopsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `color` sub block.\n', args=[]), + new( + stops=null + ):: std.prune(a={ + stops: stops, + }), + stops:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object.\n - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `stops` sub block.\n', args=[]), + new( + gradient_offset, + color=null, + data_value=null + ):: std.prune(a={ + color: color, + data_value: data_value, + gradient_offset: gradient_offset, + }), + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorcolornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `gradient` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color`\nTerraform sub block.\n\n\n\n**Args**:\n - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuegradientnew) constructor.\n - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuesolidnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `text_color` sub block.\n', args=[]), + new( + gradient=null, + solid=null + ):: std.prune(a={ + gradient: gradient, + solid: solid, + }), + solid:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `solid` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + }, + }, + comparison_value:: { + icon:: { + custom_condition:: { + display_configuration:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `display_configuration` sub block.\n', args=[]), + new( + icon_display_option=null + ):: std.prune(a={ + icon_display_option: icon_display_option, + }), + }, + icon_options:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object.\n - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_options` sub block.\n', args=[]), + new( + icon=null, + unicode_icon=null + ):: std.prune(a={ + icon: icon, + unicode_icon: unicode_icon, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicondisplay_configurationnew) constructor.\n - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_condition` sub block.\n', args=[]), + new( + expression, + color=null, + display_configuration=null, + icon_options=null + ):: std.prune(a={ + color: color, + display_configuration: display_configuration, + expression: expression, + icon_options: icon_options, + }), + }, + icon_set:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_set` sub block.\n', args=[]), + new( + expression, + icon_set_type=null + ):: std.prune(a={ + expression: expression, + icon_set_type: icon_set_type, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new` constructs a new object with attributes and blocks configured for the `icon`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuecustom_conditionnew) constructor.\n - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon_setnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `icon` sub block.\n', args=[]), + new( + custom_condition=null, + icon_set=null + ):: std.prune(a={ + custom_condition: custom_condition, + icon_set: icon_set, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new` constructs a new object with attributes and blocks configured for the `comparison_value`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor.\n - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `comparison_value` sub block.\n', args=[]), + new( + icon=null, + text_color=null + ):: std.prune(a={ + icon: icon, + text_color: text_color, + }), + text_color:: { + gradient:: { + color:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color`\nTerraform sub block.\n\n\n\n**Args**:\n - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientstopsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `color` sub block.\n', args=[]), + new( + stops=null + ):: std.prune(a={ + stops: stops, + }), + stops:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object.\n - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `stops` sub block.\n', args=[]), + new( + gradient_offset, + color=null, + data_value=null + ):: std.prune(a={ + color: color, + data_value: data_value, + gradient_offset: gradient_offset, + }), + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorcolornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `gradient` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color`\nTerraform sub block.\n\n\n\n**Args**:\n - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuegradientnew) constructor.\n - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuesolidnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `text_color` sub block.\n', args=[]), + new( + gradient=null, + solid=null + ):: std.prune(a={ + gradient: gradient, + solid: solid, + }), + solid:: { + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `solid` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.new` constructs a new object with attributes and blocks configured for the `conditional_formatting_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `actual_value` (`list[obj]`): Set the `actual_value` field on the resulting object. When `null`, the `actual_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingactual_valuenew) constructor.\n - `comparison_value` (`list[obj]`): Set the `comparison_value` field on the resulting object. When `null`, the `comparison_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingcomparison_valuenew) constructor.\n - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_formatting_options` sub block.\n', args=[]), new( + actual_value=null, + comparison_value=null, primary_value=null, progress_bar=null ):: std.prune(a={ + actual_value: actual_value, + comparison_value: comparison_value, primary_value: primary_value, progress_bar: progress_bar, }), diff --git a/5.x/_gen/resources/quicksight_template.libsonnet b/5.x/_gen/resources/quicksight_template.libsonnet index 08a3f22d..87cecf06 100644 --- a/5.x/_gen/resources/quicksight_template.libsonnet +++ b/5.x/_gen/resources/quicksight_template.libsonnet @@ -2542,7 +2542,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, elements:: { - '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), new( column_span, element_id, @@ -3704,7 +3704,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, elements:: { - '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.sheet_control_layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.sheet_control_layouts.configuration.grid_layout.elements.new` constructs a new object with attributes and blocks configured for the `elements`\nTerraform sub block.\n\n\n\n**Args**:\n - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object.\n - `column_span` (`number`): Set the `column_span` field on the resulting object.\n - `element_id` (`string`): Set the `element_id` field on the resulting object.\n - `element_type` (`string`): Set the `element_type` field on the resulting object.\n - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object.\n - `row_span` (`number`): Set the `row_span` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elements` sub block.\n', args=[]), new( column_span, element_id, @@ -51820,7 +51820,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); comparison_method: comparison_method, }), }, - '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new` constructs a new object with attributes and blocks configured for the `kpi_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value_display_type` (`string`): Set the `primary_value_display_type` field on the resulting object. When `null`, the `primary_value_display_type` field will be omitted from the resulting object.\n - `comparison` (`list[obj]`): Set the `comparison` field on the resulting object. When `null`, the `comparison` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.comparison.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationcomparisonnew) constructor.\n - `primary_value_font_configuration` (`list[obj]`): Set the `primary_value_font_configuration` field on the resulting object. When `null`, the `primary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.primary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprimary_value_font_configurationnew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor.\n - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor.\n - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor.\n - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `kpi_options` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new` constructs a new object with attributes and blocks configured for the `kpi_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value_display_type` (`string`): Set the `primary_value_display_type` field on the resulting object. When `null`, the `primary_value_display_type` field will be omitted from the resulting object.\n - `comparison` (`list[obj]`): Set the `comparison` field on the resulting object. When `null`, the `comparison` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.comparison.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationcomparisonnew) constructor.\n - `primary_value_font_configuration` (`list[obj]`): Set the `primary_value_font_configuration` field on the resulting object. When `null`, the `primary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.primary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprimary_value_font_configurationnew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor.\n - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor.\n - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor.\n - `sparkline` (`list[obj]`): Set the `sparkline` field on the resulting object. When `null`, the `sparkline` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsparklinenew) constructor.\n - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor.\n - `visual_layout_options` (`list[obj]`): Set the `visual_layout_options` field on the resulting object. When `null`, the `visual_layout_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationvisual_layout_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `kpi_options` sub block.\n', args=[]), new( comparison=null, primary_value_display_type=null, @@ -51828,7 +51828,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); progress_bar=null, secondary_value=null, secondary_value_font_configuration=null, - trend_arrows=null + sparkline=null, + trend_arrows=null, + visual_layout_options=null ):: std.prune(a={ comparison: comparison, primary_value_display_type: primary_value_display_type, @@ -51836,7 +51838,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); progress_bar: progress_bar, secondary_value: secondary_value, secondary_value_font_configuration: secondary_value_font_configuration, + sparkline: sparkline, trend_arrows: trend_arrows, + visual_layout_options: visual_layout_options, }), primary_value_font_configuration:: { font_size:: { @@ -51918,6 +51922,20 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); font_weight: font_weight, }), }, + sparkline:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new` constructs a new object with attributes and blocks configured for the `sparkline`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `tooltip_visibility` (`string`): Set the `tooltip_visibility` field on the resulting object. When `null`, the `tooltip_visibility` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `sparkline` sub block.\n', args=[]), + new( + type, + color=null, + tooltip_visibility=null, + visibility=null + ):: std.prune(a={ + color: color, + tooltip_visibility: tooltip_visibility, + type: type, + visibility: visibility, + }), + }, trend_arrows:: { '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new` constructs a new object with attributes and blocks configured for the `trend_arrows`\nTerraform sub block.\n\n\n\n**Args**:\n - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `trend_arrows` sub block.\n', args=[]), new( @@ -51926,6 +51944,22 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); visibility: visibility, }), }, + visual_layout_options:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new` constructs a new object with attributes and blocks configured for the `visual_layout_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `standard_layout` (`list[obj]`): Set the `standard_layout` field on the resulting object. When `null`, the `standard_layout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationkpi_optionsstandard_layoutnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `visual_layout_options` sub block.\n', args=[]), + new( + standard_layout=null + ):: std.prune(a={ + standard_layout: standard_layout, + }), + standard_layout:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new` constructs a new object with attributes and blocks configured for the `standard_layout`\nTerraform sub block.\n\n\n\n**Args**:\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `standard_layout` sub block.\n', args=[]), + new( + type + ):: std.prune(a={ + type: type, + }), + }, + }, }, '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.new` constructs a new object with attributes and blocks configured for the `chart_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `field_wells` (`list[obj]`): Set the `field_wells` field on the resulting object. When `null`, the `field_wells` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.field_wells.new](#fn-definitiondefinitionsheetsvisualskpi_visualfield_wellsnew) constructor.\n - `kpi_options` (`list[obj]`): Set the `kpi_options` field on the resulting object. When `null`, the `kpi_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualkpi_optionsnew) constructor.\n - `sort_configuration` (`list[obj]`): Set the `sort_configuration` field on the resulting object. When `null`, the `sort_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualsort_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `chart_configuration` sub block.\n', args=[]), new( @@ -52314,11 +52348,239 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, conditional_formatting:: { conditional_formatting_options:: { - '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.new` constructs a new object with attributes and blocks configured for the `conditional_formatting_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_formatting_options` sub block.\n', args=[]), + actual_value:: { + icon:: { + custom_condition:: { + display_configuration:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `display_configuration` sub block.\n', args=[]), + new( + icon_display_option=null + ):: std.prune(a={ + icon_display_option: icon_display_option, + }), + }, + icon_options:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object.\n - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_options` sub block.\n', args=[]), + new( + icon=null, + unicode_icon=null + ):: std.prune(a={ + icon: icon, + unicode_icon: unicode_icon, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicondisplay_configurationnew) constructor.\n - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_condition` sub block.\n', args=[]), + new( + expression, + color=null, + display_configuration=null, + icon_options=null + ):: std.prune(a={ + color: color, + display_configuration: display_configuration, + expression: expression, + icon_options: icon_options, + }), + }, + icon_set:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_set` sub block.\n', args=[]), + new( + expression, + icon_set_type=null + ):: std.prune(a={ + expression: expression, + icon_set_type: icon_set_type, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new` constructs a new object with attributes and blocks configured for the `icon`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuecustom_conditionnew) constructor.\n - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon_setnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `icon` sub block.\n', args=[]), + new( + custom_condition=null, + icon_set=null + ):: std.prune(a={ + custom_condition: custom_condition, + icon_set: icon_set, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new` constructs a new object with attributes and blocks configured for the `actual_value`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor.\n - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `actual_value` sub block.\n', args=[]), + new( + icon=null, + text_color=null + ):: std.prune(a={ + icon: icon, + text_color: text_color, + }), + text_color:: { + gradient:: { + color:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color`\nTerraform sub block.\n\n\n\n**Args**:\n - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientstopsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `color` sub block.\n', args=[]), + new( + stops=null + ):: std.prune(a={ + stops: stops, + }), + stops:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object.\n - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `stops` sub block.\n', args=[]), + new( + gradient_offset, + color=null, + data_value=null + ):: std.prune(a={ + color: color, + data_value: data_value, + gradient_offset: gradient_offset, + }), + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorcolornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `gradient` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color`\nTerraform sub block.\n\n\n\n**Args**:\n - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuegradientnew) constructor.\n - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuesolidnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `text_color` sub block.\n', args=[]), + new( + gradient=null, + solid=null + ):: std.prune(a={ + gradient: gradient, + solid: solid, + }), + solid:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `solid` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + }, + }, + comparison_value:: { + icon:: { + custom_condition:: { + display_configuration:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `display_configuration` sub block.\n', args=[]), + new( + icon_display_option=null + ):: std.prune(a={ + icon_display_option: icon_display_option, + }), + }, + icon_options:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object.\n - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_options` sub block.\n', args=[]), + new( + icon=null, + unicode_icon=null + ):: std.prune(a={ + icon: icon, + unicode_icon: unicode_icon, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicondisplay_configurationnew) constructor.\n - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_condition` sub block.\n', args=[]), + new( + expression, + color=null, + display_configuration=null, + icon_options=null + ):: std.prune(a={ + color: color, + display_configuration: display_configuration, + expression: expression, + icon_options: icon_options, + }), + }, + icon_set:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `icon_set` sub block.\n', args=[]), + new( + expression, + icon_set_type=null + ):: std.prune(a={ + expression: expression, + icon_set_type: icon_set_type, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new` constructs a new object with attributes and blocks configured for the `icon`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuecustom_conditionnew) constructor.\n - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon_setnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `icon` sub block.\n', args=[]), + new( + custom_condition=null, + icon_set=null + ):: std.prune(a={ + custom_condition: custom_condition, + icon_set: icon_set, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new` constructs a new object with attributes and blocks configured for the `comparison_value`\nTerraform sub block.\n\n\n\n**Args**:\n - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor.\n - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `comparison_value` sub block.\n', args=[]), + new( + icon=null, + text_color=null + ):: std.prune(a={ + icon: icon, + text_color: text_color, + }), + text_color:: { + gradient:: { + color:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color`\nTerraform sub block.\n\n\n\n**Args**:\n - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientstopsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `color` sub block.\n', args=[]), + new( + stops=null + ):: std.prune(a={ + stops: stops, + }), + stops:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object.\n - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `stops` sub block.\n', args=[]), + new( + gradient_offset, + color=null, + data_value=null + ):: std.prune(a={ + color: color, + data_value: data_value, + gradient_offset: gradient_offset, + }), + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression` (`string`): Set the `expression` field on the resulting object.\n - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorcolornew) constructor.\n\n**Returns**:\n - An attribute object that represents the `gradient` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color`\nTerraform sub block.\n\n\n\n**Args**:\n - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuegradientnew) constructor.\n - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuesolidnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `text_color` sub block.\n', args=[]), + new( + gradient=null, + solid=null + ):: std.prune(a={ + gradient: gradient, + solid: solid, + }), + solid:: { + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid`\nTerraform sub block.\n\n\n\n**Args**:\n - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object.\n - `expression` (`string`): Set the `expression` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `solid` sub block.\n', args=[]), + new( + expression, + color=null + ):: std.prune(a={ + color: color, + expression: expression, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.new` constructs a new object with attributes and blocks configured for the `conditional_formatting_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `actual_value` (`list[obj]`): Set the `actual_value` field on the resulting object. When `null`, the `actual_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingactual_valuenew) constructor.\n - `comparison_value` (`list[obj]`): Set the `comparison_value` field on the resulting object. When `null`, the `comparison_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingcomparison_valuenew) constructor.\n - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor.\n - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_formatting_options` sub block.\n', args=[]), new( + actual_value=null, + comparison_value=null, primary_value=null, progress_bar=null ):: std.prune(a={ + actual_value: actual_value, + comparison_value: comparison_value, primary_value: primary_value, progress_bar: progress_bar, }), diff --git a/5.x/_gen/resources/rds_cluster.libsonnet b/5.x/_gen/resources/rds_cluster.libsonnet index 09d57ee8..40cb32ed 100644 --- a/5.x/_gen/resources/rds_cluster.libsonnet +++ b/5.x/_gen/resources/rds_cluster.libsonnet @@ -2,7 +2,7 @@ local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet'); local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='rds_cluster', url='', help='`rds_cluster` represents the `aws_rds_cluster` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), - '#new':: d.fn(help="\n`aws.rds_cluster.new` injects a new `aws_rds_cluster` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.rds_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.rds_cluster` using the reference:\n\n $._ref.aws_rds_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_rds_cluster.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `allocated_storage` (`number`): Set the `allocated_storage` field on the resulting resource block. When `null`, the `allocated_storage` field will be omitted from the resulting object.\n - `allow_major_version_upgrade` (`bool`): Set the `allow_major_version_upgrade` field on the resulting resource block. When `null`, the `allow_major_version_upgrade` field will be omitted from the resulting object.\n - `apply_immediately` (`bool`): Set the `apply_immediately` field on the resulting resource block. When `null`, the `apply_immediately` field will be omitted from the resulting object.\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting resource block. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `backtrack_window` (`number`): Set the `backtrack_window` field on the resulting resource block. When `null`, the `backtrack_window` field will be omitted from the resulting object.\n - `backup_retention_period` (`number`): Set the `backup_retention_period` field on the resulting resource block. When `null`, the `backup_retention_period` field will be omitted from the resulting object.\n - `cluster_identifier` (`string`): Set the `cluster_identifier` field on the resulting resource block. When `null`, the `cluster_identifier` field will be omitted from the resulting object.\n - `cluster_identifier_prefix` (`string`): Set the `cluster_identifier_prefix` field on the resulting resource block. When `null`, the `cluster_identifier_prefix` field will be omitted from the resulting object.\n - `cluster_members` (`list`): Set the `cluster_members` field on the resulting resource block. When `null`, the `cluster_members` field will be omitted from the resulting object.\n - `copy_tags_to_snapshot` (`bool`): Set the `copy_tags_to_snapshot` field on the resulting resource block. When `null`, the `copy_tags_to_snapshot` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting resource block. When `null`, the `database_name` field will be omitted from the resulting object.\n - `db_cluster_instance_class` (`string`): Set the `db_cluster_instance_class` field on the resulting resource block. When `null`, the `db_cluster_instance_class` field will be omitted from the resulting object.\n - `db_cluster_parameter_group_name` (`string`): Set the `db_cluster_parameter_group_name` field on the resulting resource block. When `null`, the `db_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `db_instance_parameter_group_name` (`string`): Set the `db_instance_parameter_group_name` field on the resulting resource block. When `null`, the `db_instance_parameter_group_name` field will be omitted from the resulting object.\n - `db_subnet_group_name` (`string`): Set the `db_subnet_group_name` field on the resulting resource block. When `null`, the `db_subnet_group_name` field will be omitted from the resulting object.\n - `db_system_id` (`string`): Set the `db_system_id` field on the resulting resource block. When `null`, the `db_system_id` field will be omitted from the resulting object.\n - `deletion_protection` (`bool`): Set the `deletion_protection` field on the resulting resource block. When `null`, the `deletion_protection` field will be omitted from the resulting object.\n - `enable_global_write_forwarding` (`bool`): Set the `enable_global_write_forwarding` field on the resulting resource block. When `null`, the `enable_global_write_forwarding` field will be omitted from the resulting object.\n - `enable_http_endpoint` (`bool`): Set the `enable_http_endpoint` field on the resulting resource block. When `null`, the `enable_http_endpoint` field will be omitted from the resulting object.\n - `enabled_cloudwatch_logs_exports` (`list`): Set the `enabled_cloudwatch_logs_exports` field on the resulting resource block. When `null`, the `enabled_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block.\n - `engine_mode` (`string`): Set the `engine_mode` field on the resulting resource block. When `null`, the `engine_mode` field will be omitted from the resulting object.\n - `engine_version` (`string`): Set the `engine_version` field on the resulting resource block. When `null`, the `engine_version` field will be omitted from the resulting object.\n - `final_snapshot_identifier` (`string`): Set the `final_snapshot_identifier` field on the resulting resource block. When `null`, the `final_snapshot_identifier` field will be omitted from the resulting object.\n - `global_cluster_identifier` (`string`): Set the `global_cluster_identifier` field on the resulting resource block. When `null`, the `global_cluster_identifier` field will be omitted from the resulting object.\n - `iam_database_authentication_enabled` (`bool`): Set the `iam_database_authentication_enabled` field on the resulting resource block. When `null`, the `iam_database_authentication_enabled` field will be omitted from the resulting object.\n - `iam_roles` (`list`): Set the `iam_roles` field on the resulting resource block. When `null`, the `iam_roles` field will be omitted from the resulting object.\n - `iops` (`number`): Set the `iops` field on the resulting resource block. When `null`, the `iops` field will be omitted from the resulting object.\n - `kms_key_id` (`string`): Set the `kms_key_id` field on the resulting resource block. When `null`, the `kms_key_id` field will be omitted from the resulting object.\n - `manage_master_user_password` (`bool`): Set the `manage_master_user_password` field on the resulting resource block. When `null`, the `manage_master_user_password` field will be omitted from the resulting object.\n - `master_password` (`string`): Set the `master_password` field on the resulting resource block. When `null`, the `master_password` field will be omitted from the resulting object.\n - `master_user_secret_kms_key_id` (`string`): Set the `master_user_secret_kms_key_id` field on the resulting resource block. When `null`, the `master_user_secret_kms_key_id` field will be omitted from the resulting object.\n - `master_username` (`string`): Set the `master_username` field on the resulting resource block. When `null`, the `master_username` field will be omitted from the resulting object.\n - `network_type` (`string`): Set the `network_type` field on the resulting resource block. When `null`, the `network_type` field will be omitted from the resulting object.\n - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object.\n - `preferred_backup_window` (`string`): Set the `preferred_backup_window` field on the resulting resource block. When `null`, the `preferred_backup_window` field will be omitted from the resulting object.\n - `preferred_maintenance_window` (`string`): Set the `preferred_maintenance_window` field on the resulting resource block. When `null`, the `preferred_maintenance_window` field will be omitted from the resulting object.\n - `replication_source_identifier` (`string`): Set the `replication_source_identifier` field on the resulting resource block. When `null`, the `replication_source_identifier` field will be omitted from the resulting object.\n - `skip_final_snapshot` (`bool`): Set the `skip_final_snapshot` field on the resulting resource block. When `null`, the `skip_final_snapshot` field will be omitted from the resulting object.\n - `snapshot_identifier` (`string`): Set the `snapshot_identifier` field on the resulting resource block. When `null`, the `snapshot_identifier` field will be omitted from the resulting object.\n - `source_region` (`string`): Set the `source_region` field on the resulting resource block. When `null`, the `source_region` field will be omitted from the resulting object.\n - `storage_encrypted` (`bool`): Set the `storage_encrypted` field on the resulting resource block. When `null`, the `storage_encrypted` field will be omitted from the resulting object.\n - `storage_type` (`string`): Set the `storage_type` field on the resulting resource block. When `null`, the `storage_type` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting resource block. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting resource block. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `vpc_security_group_ids` (`list`): Set the `vpc_security_group_ids` field on the resulting resource block. When `null`, the `vpc_security_group_ids` field will be omitted from the resulting object.\n - `restore_to_point_in_time` (`list[obj]`): Set the `restore_to_point_in_time` field on the resulting resource block. When `null`, the `restore_to_point_in_time` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.restore_to_point_in_time.new](#fn-restore_to_point_in_timenew) constructor.\n - `s3_import` (`list[obj]`): Set the `s3_import` field on the resulting resource block. When `null`, the `s3_import` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.s3_import.new](#fn-s3_importnew) constructor.\n - `scaling_configuration` (`list[obj]`): Set the `scaling_configuration` field on the resulting resource block. When `null`, the `scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.scaling_configuration.new](#fn-scaling_configurationnew) constructor.\n - `serverlessv2_scaling_configuration` (`list[obj]`): Set the `serverlessv2_scaling_configuration` field on the resulting resource block. When `null`, the `serverlessv2_scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.serverlessv2_scaling_configuration.new](#fn-serverlessv2_scaling_configurationnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.rds_cluster.new` injects a new `aws_rds_cluster` Terraform `resource`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n aws.rds_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.rds_cluster` using the reference:\n\n $._ref.aws_rds_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_rds_cluster.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block.\n - `allocated_storage` (`number`): Set the `allocated_storage` field on the resulting resource block. When `null`, the `allocated_storage` field will be omitted from the resulting object.\n - `allow_major_version_upgrade` (`bool`): Set the `allow_major_version_upgrade` field on the resulting resource block. When `null`, the `allow_major_version_upgrade` field will be omitted from the resulting object.\n - `apply_immediately` (`bool`): Set the `apply_immediately` field on the resulting resource block. When `null`, the `apply_immediately` field will be omitted from the resulting object.\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting resource block. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `backtrack_window` (`number`): Set the `backtrack_window` field on the resulting resource block. When `null`, the `backtrack_window` field will be omitted from the resulting object.\n - `backup_retention_period` (`number`): Set the `backup_retention_period` field on the resulting resource block. When `null`, the `backup_retention_period` field will be omitted from the resulting object.\n - `cluster_identifier` (`string`): Set the `cluster_identifier` field on the resulting resource block. When `null`, the `cluster_identifier` field will be omitted from the resulting object.\n - `cluster_identifier_prefix` (`string`): Set the `cluster_identifier_prefix` field on the resulting resource block. When `null`, the `cluster_identifier_prefix` field will be omitted from the resulting object.\n - `cluster_members` (`list`): Set the `cluster_members` field on the resulting resource block. When `null`, the `cluster_members` field will be omitted from the resulting object.\n - `copy_tags_to_snapshot` (`bool`): Set the `copy_tags_to_snapshot` field on the resulting resource block. When `null`, the `copy_tags_to_snapshot` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting resource block. When `null`, the `database_name` field will be omitted from the resulting object.\n - `db_cluster_instance_class` (`string`): Set the `db_cluster_instance_class` field on the resulting resource block. When `null`, the `db_cluster_instance_class` field will be omitted from the resulting object.\n - `db_cluster_parameter_group_name` (`string`): Set the `db_cluster_parameter_group_name` field on the resulting resource block. When `null`, the `db_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `db_instance_parameter_group_name` (`string`): Set the `db_instance_parameter_group_name` field on the resulting resource block. When `null`, the `db_instance_parameter_group_name` field will be omitted from the resulting object.\n - `db_subnet_group_name` (`string`): Set the `db_subnet_group_name` field on the resulting resource block. When `null`, the `db_subnet_group_name` field will be omitted from the resulting object.\n - `db_system_id` (`string`): Set the `db_system_id` field on the resulting resource block. When `null`, the `db_system_id` field will be omitted from the resulting object.\n - `delete_automated_backups` (`bool`): Set the `delete_automated_backups` field on the resulting resource block. When `null`, the `delete_automated_backups` field will be omitted from the resulting object.\n - `deletion_protection` (`bool`): Set the `deletion_protection` field on the resulting resource block. When `null`, the `deletion_protection` field will be omitted from the resulting object.\n - `enable_global_write_forwarding` (`bool`): Set the `enable_global_write_forwarding` field on the resulting resource block. When `null`, the `enable_global_write_forwarding` field will be omitted from the resulting object.\n - `enable_http_endpoint` (`bool`): Set the `enable_http_endpoint` field on the resulting resource block. When `null`, the `enable_http_endpoint` field will be omitted from the resulting object.\n - `enabled_cloudwatch_logs_exports` (`list`): Set the `enabled_cloudwatch_logs_exports` field on the resulting resource block. When `null`, the `enabled_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block.\n - `engine_mode` (`string`): Set the `engine_mode` field on the resulting resource block. When `null`, the `engine_mode` field will be omitted from the resulting object.\n - `engine_version` (`string`): Set the `engine_version` field on the resulting resource block. When `null`, the `engine_version` field will be omitted from the resulting object.\n - `final_snapshot_identifier` (`string`): Set the `final_snapshot_identifier` field on the resulting resource block. When `null`, the `final_snapshot_identifier` field will be omitted from the resulting object.\n - `global_cluster_identifier` (`string`): Set the `global_cluster_identifier` field on the resulting resource block. When `null`, the `global_cluster_identifier` field will be omitted from the resulting object.\n - `iam_database_authentication_enabled` (`bool`): Set the `iam_database_authentication_enabled` field on the resulting resource block. When `null`, the `iam_database_authentication_enabled` field will be omitted from the resulting object.\n - `iam_roles` (`list`): Set the `iam_roles` field on the resulting resource block. When `null`, the `iam_roles` field will be omitted from the resulting object.\n - `iops` (`number`): Set the `iops` field on the resulting resource block. When `null`, the `iops` field will be omitted from the resulting object.\n - `kms_key_id` (`string`): Set the `kms_key_id` field on the resulting resource block. When `null`, the `kms_key_id` field will be omitted from the resulting object.\n - `manage_master_user_password` (`bool`): Set the `manage_master_user_password` field on the resulting resource block. When `null`, the `manage_master_user_password` field will be omitted from the resulting object.\n - `master_password` (`string`): Set the `master_password` field on the resulting resource block. When `null`, the `master_password` field will be omitted from the resulting object.\n - `master_user_secret_kms_key_id` (`string`): Set the `master_user_secret_kms_key_id` field on the resulting resource block. When `null`, the `master_user_secret_kms_key_id` field will be omitted from the resulting object.\n - `master_username` (`string`): Set the `master_username` field on the resulting resource block. When `null`, the `master_username` field will be omitted from the resulting object.\n - `network_type` (`string`): Set the `network_type` field on the resulting resource block. When `null`, the `network_type` field will be omitted from the resulting object.\n - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object.\n - `preferred_backup_window` (`string`): Set the `preferred_backup_window` field on the resulting resource block. When `null`, the `preferred_backup_window` field will be omitted from the resulting object.\n - `preferred_maintenance_window` (`string`): Set the `preferred_maintenance_window` field on the resulting resource block. When `null`, the `preferred_maintenance_window` field will be omitted from the resulting object.\n - `replication_source_identifier` (`string`): Set the `replication_source_identifier` field on the resulting resource block. When `null`, the `replication_source_identifier` field will be omitted from the resulting object.\n - `skip_final_snapshot` (`bool`): Set the `skip_final_snapshot` field on the resulting resource block. When `null`, the `skip_final_snapshot` field will be omitted from the resulting object.\n - `snapshot_identifier` (`string`): Set the `snapshot_identifier` field on the resulting resource block. When `null`, the `snapshot_identifier` field will be omitted from the resulting object.\n - `source_region` (`string`): Set the `source_region` field on the resulting resource block. When `null`, the `source_region` field will be omitted from the resulting object.\n - `storage_encrypted` (`bool`): Set the `storage_encrypted` field on the resulting resource block. When `null`, the `storage_encrypted` field will be omitted from the resulting object.\n - `storage_type` (`string`): Set the `storage_type` field on the resulting resource block. When `null`, the `storage_type` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting resource block. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting resource block. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `vpc_security_group_ids` (`list`): Set the `vpc_security_group_ids` field on the resulting resource block. When `null`, the `vpc_security_group_ids` field will be omitted from the resulting object.\n - `restore_to_point_in_time` (`list[obj]`): Set the `restore_to_point_in_time` field on the resulting resource block. When `null`, the `restore_to_point_in_time` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.restore_to_point_in_time.new](#fn-restore_to_point_in_timenew) constructor.\n - `s3_import` (`list[obj]`): Set the `s3_import` field on the resulting resource block. When `null`, the `s3_import` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.s3_import.new](#fn-s3_importnew) constructor.\n - `scaling_configuration` (`list[obj]`): Set the `scaling_configuration` field on the resulting resource block. When `null`, the `scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.scaling_configuration.new](#fn-scaling_configurationnew) constructor.\n - `serverlessv2_scaling_configuration` (`list[obj]`): Set the `serverlessv2_scaling_configuration` field on the resulting resource block. When `null`, the `serverlessv2_scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.serverlessv2_scaling_configuration.new](#fn-serverlessv2_scaling_configurationnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, engine, @@ -22,6 +22,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); db_instance_parameter_group_name=null, db_subnet_group_name=null, db_system_id=null, + delete_automated_backups=null, deletion_protection=null, enable_global_write_forwarding=null, enable_http_endpoint=null, @@ -77,6 +78,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); db_instance_parameter_group_name=db_instance_parameter_group_name, db_subnet_group_name=db_subnet_group_name, db_system_id=db_system_id, + delete_automated_backups=delete_automated_backups, deletion_protection=deletion_protection, enable_global_write_forwarding=enable_global_write_forwarding, enable_http_endpoint=enable_http_endpoint, @@ -115,7 +117,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.rds_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `rds_cluster`\nTerraform resource.\n\nUnlike [aws.rds_cluster.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `allocated_storage` (`number`): Set the `allocated_storage` field on the resulting object. When `null`, the `allocated_storage` field will be omitted from the resulting object.\n - `allow_major_version_upgrade` (`bool`): Set the `allow_major_version_upgrade` field on the resulting object. When `null`, the `allow_major_version_upgrade` field will be omitted from the resulting object.\n - `apply_immediately` (`bool`): Set the `apply_immediately` field on the resulting object. When `null`, the `apply_immediately` field will be omitted from the resulting object.\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting object. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `backtrack_window` (`number`): Set the `backtrack_window` field on the resulting object. When `null`, the `backtrack_window` field will be omitted from the resulting object.\n - `backup_retention_period` (`number`): Set the `backup_retention_period` field on the resulting object. When `null`, the `backup_retention_period` field will be omitted from the resulting object.\n - `cluster_identifier` (`string`): Set the `cluster_identifier` field on the resulting object. When `null`, the `cluster_identifier` field will be omitted from the resulting object.\n - `cluster_identifier_prefix` (`string`): Set the `cluster_identifier_prefix` field on the resulting object. When `null`, the `cluster_identifier_prefix` field will be omitted from the resulting object.\n - `cluster_members` (`list`): Set the `cluster_members` field on the resulting object. When `null`, the `cluster_members` field will be omitted from the resulting object.\n - `copy_tags_to_snapshot` (`bool`): Set the `copy_tags_to_snapshot` field on the resulting object. When `null`, the `copy_tags_to_snapshot` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object. When `null`, the `database_name` field will be omitted from the resulting object.\n - `db_cluster_instance_class` (`string`): Set the `db_cluster_instance_class` field on the resulting object. When `null`, the `db_cluster_instance_class` field will be omitted from the resulting object.\n - `db_cluster_parameter_group_name` (`string`): Set the `db_cluster_parameter_group_name` field on the resulting object. When `null`, the `db_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `db_instance_parameter_group_name` (`string`): Set the `db_instance_parameter_group_name` field on the resulting object. When `null`, the `db_instance_parameter_group_name` field will be omitted from the resulting object.\n - `db_subnet_group_name` (`string`): Set the `db_subnet_group_name` field on the resulting object. When `null`, the `db_subnet_group_name` field will be omitted from the resulting object.\n - `db_system_id` (`string`): Set the `db_system_id` field on the resulting object. When `null`, the `db_system_id` field will be omitted from the resulting object.\n - `deletion_protection` (`bool`): Set the `deletion_protection` field on the resulting object. When `null`, the `deletion_protection` field will be omitted from the resulting object.\n - `enable_global_write_forwarding` (`bool`): Set the `enable_global_write_forwarding` field on the resulting object. When `null`, the `enable_global_write_forwarding` field will be omitted from the resulting object.\n - `enable_http_endpoint` (`bool`): Set the `enable_http_endpoint` field on the resulting object. When `null`, the `enable_http_endpoint` field will be omitted from the resulting object.\n - `enabled_cloudwatch_logs_exports` (`list`): Set the `enabled_cloudwatch_logs_exports` field on the resulting object. When `null`, the `enabled_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting object.\n - `engine_mode` (`string`): Set the `engine_mode` field on the resulting object. When `null`, the `engine_mode` field will be omitted from the resulting object.\n - `engine_version` (`string`): Set the `engine_version` field on the resulting object. When `null`, the `engine_version` field will be omitted from the resulting object.\n - `final_snapshot_identifier` (`string`): Set the `final_snapshot_identifier` field on the resulting object. When `null`, the `final_snapshot_identifier` field will be omitted from the resulting object.\n - `global_cluster_identifier` (`string`): Set the `global_cluster_identifier` field on the resulting object. When `null`, the `global_cluster_identifier` field will be omitted from the resulting object.\n - `iam_database_authentication_enabled` (`bool`): Set the `iam_database_authentication_enabled` field on the resulting object. When `null`, the `iam_database_authentication_enabled` field will be omitted from the resulting object.\n - `iam_roles` (`list`): Set the `iam_roles` field on the resulting object. When `null`, the `iam_roles` field will be omitted from the resulting object.\n - `iops` (`number`): Set the `iops` field on the resulting object. When `null`, the `iops` field will be omitted from the resulting object.\n - `kms_key_id` (`string`): Set the `kms_key_id` field on the resulting object. When `null`, the `kms_key_id` field will be omitted from the resulting object.\n - `manage_master_user_password` (`bool`): Set the `manage_master_user_password` field on the resulting object. When `null`, the `manage_master_user_password` field will be omitted from the resulting object.\n - `master_password` (`string`): Set the `master_password` field on the resulting object. When `null`, the `master_password` field will be omitted from the resulting object.\n - `master_user_secret_kms_key_id` (`string`): Set the `master_user_secret_kms_key_id` field on the resulting object. When `null`, the `master_user_secret_kms_key_id` field will be omitted from the resulting object.\n - `master_username` (`string`): Set the `master_username` field on the resulting object. When `null`, the `master_username` field will be omitted from the resulting object.\n - `network_type` (`string`): Set the `network_type` field on the resulting object. When `null`, the `network_type` field will be omitted from the resulting object.\n - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object.\n - `preferred_backup_window` (`string`): Set the `preferred_backup_window` field on the resulting object. When `null`, the `preferred_backup_window` field will be omitted from the resulting object.\n - `preferred_maintenance_window` (`string`): Set the `preferred_maintenance_window` field on the resulting object. When `null`, the `preferred_maintenance_window` field will be omitted from the resulting object.\n - `replication_source_identifier` (`string`): Set the `replication_source_identifier` field on the resulting object. When `null`, the `replication_source_identifier` field will be omitted from the resulting object.\n - `skip_final_snapshot` (`bool`): Set the `skip_final_snapshot` field on the resulting object. When `null`, the `skip_final_snapshot` field will be omitted from the resulting object.\n - `snapshot_identifier` (`string`): Set the `snapshot_identifier` field on the resulting object. When `null`, the `snapshot_identifier` field will be omitted from the resulting object.\n - `source_region` (`string`): Set the `source_region` field on the resulting object. When `null`, the `source_region` field will be omitted from the resulting object.\n - `storage_encrypted` (`bool`): Set the `storage_encrypted` field on the resulting object. When `null`, the `storage_encrypted` field will be omitted from the resulting object.\n - `storage_type` (`string`): Set the `storage_type` field on the resulting object. When `null`, the `storage_type` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting object. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `vpc_security_group_ids` (`list`): Set the `vpc_security_group_ids` field on the resulting object. When `null`, the `vpc_security_group_ids` field will be omitted from the resulting object.\n - `restore_to_point_in_time` (`list[obj]`): Set the `restore_to_point_in_time` field on the resulting object. When `null`, the `restore_to_point_in_time` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.restore_to_point_in_time.new](#fn-restore_to_point_in_timenew) constructor.\n - `s3_import` (`list[obj]`): Set the `s3_import` field on the resulting object. When `null`, the `s3_import` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.s3_import.new](#fn-s3_importnew) constructor.\n - `scaling_configuration` (`list[obj]`): Set the `scaling_configuration` field on the resulting object. When `null`, the `scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.scaling_configuration.new](#fn-scaling_configurationnew) constructor.\n - `serverlessv2_scaling_configuration` (`list[obj]`): Set the `serverlessv2_scaling_configuration` field on the resulting object. When `null`, the `serverlessv2_scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.serverlessv2_scaling_configuration.new](#fn-serverlessv2_scaling_configurationnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `rds_cluster` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.rds_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `rds_cluster`\nTerraform resource.\n\nUnlike [aws.rds_cluster.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `allocated_storage` (`number`): Set the `allocated_storage` field on the resulting object. When `null`, the `allocated_storage` field will be omitted from the resulting object.\n - `allow_major_version_upgrade` (`bool`): Set the `allow_major_version_upgrade` field on the resulting object. When `null`, the `allow_major_version_upgrade` field will be omitted from the resulting object.\n - `apply_immediately` (`bool`): Set the `apply_immediately` field on the resulting object. When `null`, the `apply_immediately` field will be omitted from the resulting object.\n - `availability_zones` (`list`): Set the `availability_zones` field on the resulting object. When `null`, the `availability_zones` field will be omitted from the resulting object.\n - `backtrack_window` (`number`): Set the `backtrack_window` field on the resulting object. When `null`, the `backtrack_window` field will be omitted from the resulting object.\n - `backup_retention_period` (`number`): Set the `backup_retention_period` field on the resulting object. When `null`, the `backup_retention_period` field will be omitted from the resulting object.\n - `cluster_identifier` (`string`): Set the `cluster_identifier` field on the resulting object. When `null`, the `cluster_identifier` field will be omitted from the resulting object.\n - `cluster_identifier_prefix` (`string`): Set the `cluster_identifier_prefix` field on the resulting object. When `null`, the `cluster_identifier_prefix` field will be omitted from the resulting object.\n - `cluster_members` (`list`): Set the `cluster_members` field on the resulting object. When `null`, the `cluster_members` field will be omitted from the resulting object.\n - `copy_tags_to_snapshot` (`bool`): Set the `copy_tags_to_snapshot` field on the resulting object. When `null`, the `copy_tags_to_snapshot` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object. When `null`, the `database_name` field will be omitted from the resulting object.\n - `db_cluster_instance_class` (`string`): Set the `db_cluster_instance_class` field on the resulting object. When `null`, the `db_cluster_instance_class` field will be omitted from the resulting object.\n - `db_cluster_parameter_group_name` (`string`): Set the `db_cluster_parameter_group_name` field on the resulting object. When `null`, the `db_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `db_instance_parameter_group_name` (`string`): Set the `db_instance_parameter_group_name` field on the resulting object. When `null`, the `db_instance_parameter_group_name` field will be omitted from the resulting object.\n - `db_subnet_group_name` (`string`): Set the `db_subnet_group_name` field on the resulting object. When `null`, the `db_subnet_group_name` field will be omitted from the resulting object.\n - `db_system_id` (`string`): Set the `db_system_id` field on the resulting object. When `null`, the `db_system_id` field will be omitted from the resulting object.\n - `delete_automated_backups` (`bool`): Set the `delete_automated_backups` field on the resulting object. When `null`, the `delete_automated_backups` field will be omitted from the resulting object.\n - `deletion_protection` (`bool`): Set the `deletion_protection` field on the resulting object. When `null`, the `deletion_protection` field will be omitted from the resulting object.\n - `enable_global_write_forwarding` (`bool`): Set the `enable_global_write_forwarding` field on the resulting object. When `null`, the `enable_global_write_forwarding` field will be omitted from the resulting object.\n - `enable_http_endpoint` (`bool`): Set the `enable_http_endpoint` field on the resulting object. When `null`, the `enable_http_endpoint` field will be omitted from the resulting object.\n - `enabled_cloudwatch_logs_exports` (`list`): Set the `enabled_cloudwatch_logs_exports` field on the resulting object. When `null`, the `enabled_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting object.\n - `engine_mode` (`string`): Set the `engine_mode` field on the resulting object. When `null`, the `engine_mode` field will be omitted from the resulting object.\n - `engine_version` (`string`): Set the `engine_version` field on the resulting object. When `null`, the `engine_version` field will be omitted from the resulting object.\n - `final_snapshot_identifier` (`string`): Set the `final_snapshot_identifier` field on the resulting object. When `null`, the `final_snapshot_identifier` field will be omitted from the resulting object.\n - `global_cluster_identifier` (`string`): Set the `global_cluster_identifier` field on the resulting object. When `null`, the `global_cluster_identifier` field will be omitted from the resulting object.\n - `iam_database_authentication_enabled` (`bool`): Set the `iam_database_authentication_enabled` field on the resulting object. When `null`, the `iam_database_authentication_enabled` field will be omitted from the resulting object.\n - `iam_roles` (`list`): Set the `iam_roles` field on the resulting object. When `null`, the `iam_roles` field will be omitted from the resulting object.\n - `iops` (`number`): Set the `iops` field on the resulting object. When `null`, the `iops` field will be omitted from the resulting object.\n - `kms_key_id` (`string`): Set the `kms_key_id` field on the resulting object. When `null`, the `kms_key_id` field will be omitted from the resulting object.\n - `manage_master_user_password` (`bool`): Set the `manage_master_user_password` field on the resulting object. When `null`, the `manage_master_user_password` field will be omitted from the resulting object.\n - `master_password` (`string`): Set the `master_password` field on the resulting object. When `null`, the `master_password` field will be omitted from the resulting object.\n - `master_user_secret_kms_key_id` (`string`): Set the `master_user_secret_kms_key_id` field on the resulting object. When `null`, the `master_user_secret_kms_key_id` field will be omitted from the resulting object.\n - `master_username` (`string`): Set the `master_username` field on the resulting object. When `null`, the `master_username` field will be omitted from the resulting object.\n - `network_type` (`string`): Set the `network_type` field on the resulting object. When `null`, the `network_type` field will be omitted from the resulting object.\n - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object.\n - `preferred_backup_window` (`string`): Set the `preferred_backup_window` field on the resulting object. When `null`, the `preferred_backup_window` field will be omitted from the resulting object.\n - `preferred_maintenance_window` (`string`): Set the `preferred_maintenance_window` field on the resulting object. When `null`, the `preferred_maintenance_window` field will be omitted from the resulting object.\n - `replication_source_identifier` (`string`): Set the `replication_source_identifier` field on the resulting object. When `null`, the `replication_source_identifier` field will be omitted from the resulting object.\n - `skip_final_snapshot` (`bool`): Set the `skip_final_snapshot` field on the resulting object. When `null`, the `skip_final_snapshot` field will be omitted from the resulting object.\n - `snapshot_identifier` (`string`): Set the `snapshot_identifier` field on the resulting object. When `null`, the `snapshot_identifier` field will be omitted from the resulting object.\n - `source_region` (`string`): Set the `source_region` field on the resulting object. When `null`, the `source_region` field will be omitted from the resulting object.\n - `storage_encrypted` (`bool`): Set the `storage_encrypted` field on the resulting object. When `null`, the `storage_encrypted` field will be omitted from the resulting object.\n - `storage_type` (`string`): Set the `storage_type` field on the resulting object. When `null`, the `storage_type` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object.\n - `tags_all` (`obj`): Set the `tags_all` field on the resulting object. When `null`, the `tags_all` field will be omitted from the resulting object.\n - `vpc_security_group_ids` (`list`): Set the `vpc_security_group_ids` field on the resulting object. When `null`, the `vpc_security_group_ids` field will be omitted from the resulting object.\n - `restore_to_point_in_time` (`list[obj]`): Set the `restore_to_point_in_time` field on the resulting object. When `null`, the `restore_to_point_in_time` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.restore_to_point_in_time.new](#fn-restore_to_point_in_timenew) constructor.\n - `s3_import` (`list[obj]`): Set the `s3_import` field on the resulting object. When `null`, the `s3_import` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.s3_import.new](#fn-s3_importnew) constructor.\n - `scaling_configuration` (`list[obj]`): Set the `scaling_configuration` field on the resulting object. When `null`, the `scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.scaling_configuration.new](#fn-scaling_configurationnew) constructor.\n - `serverlessv2_scaling_configuration` (`list[obj]`): Set the `serverlessv2_scaling_configuration` field on the resulting object. When `null`, the `serverlessv2_scaling_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.serverlessv2_scaling_configuration.new](#fn-serverlessv2_scaling_configurationnew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.rds_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `rds_cluster` resource into the root Terraform configuration.\n', args=[]), newAttrs( engine, allocated_storage=null, @@ -134,6 +136,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); db_instance_parameter_group_name=null, db_subnet_group_name=null, db_system_id=null, + delete_automated_backups=null, deletion_protection=null, enable_global_write_forwarding=null, enable_http_endpoint=null, @@ -185,6 +188,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); db_instance_parameter_group_name: db_instance_parameter_group_name, db_subnet_group_name: db_subnet_group_name, db_system_id: db_system_id, + delete_automated_backups: delete_automated_backups, deletion_protection: deletion_protection, enable_global_write_forwarding: enable_global_write_forwarding, enable_http_endpoint: enable_http_endpoint, @@ -449,6 +453,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withDeleteAutomatedBackups':: d.fn(help='`aws.bool.withDeleteAutomatedBackups` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the delete_automated_backups field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `delete_automated_backups` field.\n', args=[]), + withDeleteAutomatedBackups(resourceLabel, value): { + resource+: { + aws_rds_cluster+: { + [resourceLabel]+: { + delete_automated_backups: value, + }, + }, + }, + }, '#withDeletionProtection':: d.fn(help='`aws.bool.withDeletionProtection` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the deletion_protection field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `deletion_protection` field.\n', args=[]), withDeletionProtection(resourceLabel, value): { resource+: { diff --git a/docs/5.x/README.md b/docs/5.x/README.md index 0a704200..2f830710 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -156,6 +156,7 @@ project. * [batch_job_definition](batch_job_definition.md) * [batch_job_queue](batch_job_queue.md) * [batch_scheduling_policy](batch_scheduling_policy.md) +* [bedrock_model_invocation_logging_configuration](bedrock_model_invocation_logging_configuration.md) * [budgets_budget](budgets_budget.md) * [budgets_budget_action](budgets_budget_action.md) * [ce_anomaly_monitor](ce_anomaly_monitor.md) @@ -632,8 +633,11 @@ project. * [internet_gateway_attachment](internet_gateway_attachment.md) * [internetmonitor_monitor](internetmonitor_monitor.md) * [iot_authorizer](iot_authorizer.md) +* [iot_billing_group](iot_billing_group.md) +* [iot_ca_certificate](iot_ca_certificate.md) * [iot_certificate](iot_certificate.md) * [iot_domain_configuration](iot_domain_configuration.md) +* [iot_event_configurations](iot_event_configurations.md) * [iot_indexing_configuration](iot_indexing_configuration.md) * [iot_logging_options](iot_logging_options.md) * [iot_policy](iot_policy.md) diff --git a/docs/5.x/autoscaling_group.md b/docs/5.x/autoscaling_group.md index 86575d60..00034b58 100644 --- a/docs/5.x/autoscaling_group.md +++ b/docs/5.x/autoscaling_group.md @@ -30,6 +30,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withIgnoreFailedScalingActivities()`](#fn-withignorefailedscalingactivities) * [`fn withInitialLifecycleHook()`](#fn-withinitiallifecyclehook) * [`fn withInitialLifecycleHookMixin()`](#fn-withinitiallifecyclehookmixin) +* [`fn withInstanceMaintenancePolicy()`](#fn-withinstancemaintenancepolicy) +* [`fn withInstanceMaintenancePolicyMixin()`](#fn-withinstancemaintenancepolicymixin) * [`fn withInstanceRefresh()`](#fn-withinstancerefresh) * [`fn withInstanceRefreshMixin()`](#fn-withinstancerefreshmixin) * [`fn withLaunchConfiguration()`](#fn-withlaunchconfiguration) @@ -64,6 +66,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withWarmPoolMixin()`](#fn-withwarmpoolmixin) * [`obj initial_lifecycle_hook`](#obj-initial_lifecycle_hook) * [`fn new()`](#fn-initial_lifecycle_hooknew) +* [`obj instance_maintenance_policy`](#obj-instance_maintenance_policy) + * [`fn new()`](#fn-instance_maintenance_policynew) * [`obj instance_refresh`](#obj-instance_refresh) * [`fn new()`](#fn-instance_refreshnew) * [`obj instance_refresh.preferences`](#obj-instance_refreshpreferences) @@ -174,6 +178,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `wait_for_capacity_timeout` (`string`): Set the `wait_for_capacity_timeout` field on the resulting resource block. When `null`, the `wait_for_capacity_timeout` field will be omitted from the resulting object. - `wait_for_elb_capacity` (`number`): Set the `wait_for_elb_capacity` field on the resulting resource block. When `null`, the `wait_for_elb_capacity` field will be omitted from the resulting object. - `initial_lifecycle_hook` (`list[obj]`): Set the `initial_lifecycle_hook` field on the resulting resource block. When `null`, the `initial_lifecycle_hook` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.initial_lifecycle_hook.new](#fn-initial_lifecycle_hooknew) constructor. + - `instance_maintenance_policy` (`list[obj]`): Set the `instance_maintenance_policy` field on the resulting resource block. When `null`, the `instance_maintenance_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_maintenance_policy.new](#fn-instance_maintenance_policynew) constructor. - `instance_refresh` (`list[obj]`): Set the `instance_refresh` field on the resulting resource block. When `null`, the `instance_refresh` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.new](#fn-instance_refreshnew) constructor. - `launch_template` (`list[obj]`): Set the `launch_template` field on the resulting resource block. When `null`, the `launch_template` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.launch_template.new](#fn-launch_templatenew) constructor. - `mixed_instances_policy` (`list[obj]`): Set the `mixed_instances_policy` field on the resulting resource block. When `null`, the `mixed_instances_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.mixed_instances_policy.new](#fn-mixed_instances_policynew) constructor. @@ -236,6 +241,7 @@ injecting into a complete block. - `wait_for_capacity_timeout` (`string`): Set the `wait_for_capacity_timeout` field on the resulting object. When `null`, the `wait_for_capacity_timeout` field will be omitted from the resulting object. - `wait_for_elb_capacity` (`number`): Set the `wait_for_elb_capacity` field on the resulting object. When `null`, the `wait_for_elb_capacity` field will be omitted from the resulting object. - `initial_lifecycle_hook` (`list[obj]`): Set the `initial_lifecycle_hook` field on the resulting object. When `null`, the `initial_lifecycle_hook` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.initial_lifecycle_hook.new](#fn-initial_lifecycle_hooknew) constructor. + - `instance_maintenance_policy` (`list[obj]`): Set the `instance_maintenance_policy` field on the resulting object. When `null`, the `instance_maintenance_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_maintenance_policy.new](#fn-instance_maintenance_policynew) constructor. - `instance_refresh` (`list[obj]`): Set the `instance_refresh` field on the resulting object. When `null`, the `instance_refresh` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.instance_refresh.new](#fn-instance_refreshnew) constructor. - `launch_template` (`list[obj]`): Set the `launch_template` field on the resulting object. When `null`, the `launch_template` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.launch_template.new](#fn-launch_templatenew) constructor. - `mixed_instances_policy` (`list[obj]`): Set the `mixed_instances_policy` field on the resulting object. When `null`, the `mixed_instances_policy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.autoscaling_group.mixed_instances_policy.new](#fn-mixed_instances_policynew) constructor. @@ -493,6 +499,43 @@ function. - `value` (`list[obj]`): The value to set for the `initial_lifecycle_hook` field. +### fn withInstanceMaintenancePolicy + +```ts +withInstanceMaintenancePolicy() +``` + +`aws.list[obj].withInstanceMaintenancePolicy` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the instance_maintenance_policy field. + +This function will replace the array with the passed in `value`. If you wish to instead append the +passed in value to the existing array, use the [aws.list[obj].withInstanceMaintenancePolicyMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `instance_maintenance_policy` field. + + +### fn withInstanceMaintenancePolicyMixin + +```ts +withInstanceMaintenancePolicyMixin() +``` + +`aws.list[obj].withInstanceMaintenancePolicyMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the instance_maintenance_policy field. + +This function will append the passed in array or object to the existing array. If you wish +to instead replace the array with the passed in `value`, use the [aws.list[obj].withInstanceMaintenancePolicy](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `instance_maintenance_policy` field. + + ### fn withInstanceRefresh ```ts @@ -1068,6 +1111,30 @@ Terraform sub block. - An attribute object that represents the `initial_lifecycle_hook` sub block. +## obj instance_maintenance_policy + + + +### fn instance_maintenance_policy.new + +```ts +new() +``` + + +`aws.autoscaling_group.instance_maintenance_policy.new` constructs a new object with attributes and blocks configured for the `instance_maintenance_policy` +Terraform sub block. + + + +**Args**: + - `max_healthy_percentage` (`number`): Set the `max_healthy_percentage` field on the resulting object. + - `min_healthy_percentage` (`number`): Set the `min_healthy_percentage` field on the resulting object. + +**Returns**: + - An attribute object that represents the `instance_maintenance_policy` sub block. + + ## obj instance_refresh diff --git a/docs/5.x/bedrock_model_invocation_logging_configuration.md b/docs/5.x/bedrock_model_invocation_logging_configuration.md new file mode 100644 index 00000000..2df82cea --- /dev/null +++ b/docs/5.x/bedrock_model_invocation_logging_configuration.md @@ -0,0 +1,221 @@ +--- +permalink: /bedrock_model_invocation_logging_configuration/ +--- + +# bedrock_model_invocation_logging_configuration + +`bedrock_model_invocation_logging_configuration` represents the `aws_bedrock_model_invocation_logging_configuration` Terraform resource. + + + +This package contains functions and utilities for setting up the resource using Jsonnet code. + + +## Index + +* [`fn new()`](#fn-new) +* [`fn newAttrs()`](#fn-newattrs) +* [`fn withLoggingConfig()`](#fn-withloggingconfig) +* [`fn withLoggingConfigMixin()`](#fn-withloggingconfigmixin) +* [`obj logging_config`](#obj-logging_config) + * [`fn new()`](#fn-logging_confignew) + * [`obj logging_config.cloudwatch_config`](#obj-logging_configcloudwatch_config) + * [`fn new()`](#fn-logging_configcloudwatch_confignew) + * [`obj logging_config.cloudwatch_config.large_data_delivery_s3_config`](#obj-logging_configcloudwatch_configlarge_data_delivery_s3_config) + * [`fn new()`](#fn-logging_configcloudwatch_configlarge_data_delivery_s3_confignew) + * [`obj logging_config.s3_config`](#obj-logging_configs3_config) + * [`fn new()`](#fn-logging_configs3_confignew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.bedrock_model_invocation_logging_configuration.new` injects a new `aws_bedrock_model_invocation_logging_configuration` Terraform `resource` +block into the root module document. + +Additionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the +resource. For example, if you added a new instance to the root using: + + # arguments omitted for brevity + aws.bedrock_model_invocation_logging_configuration.new('some_id') + +You can get the reference to the `id` field of the created `aws.bedrock_model_invocation_logging_configuration` using the reference: + + $._ref.aws_bedrock_model_invocation_logging_configuration.some_id.get('id') + +This is the same as directly entering `"${ aws_bedrock_model_invocation_logging_configuration.some_id.id }"` as the value. + +NOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`, +or `$` to refer to the root object. Instead, make an explicit outer object using `local`. + +**Args**: + - `resourceLabel` (`string`): The name label of the block. + - `logging_config` (`obj`): Set the `logging_config` field on the resulting resource block. When `null`, the `logging_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.new](#fn-logging_confignew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.bedrock_model_invocation_logging_configuration.newAttrs` constructs a new object with attributes and blocks configured for the `bedrock_model_invocation_logging_configuration` +Terraform resource. + +Unlike [aws.bedrock_model_invocation_logging_configuration.new](#fn-new), this function will not inject the `resource` +block into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the +[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block. + +This is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to +injecting into a complete block. + +**Args**: + - `logging_config` (`obj`): Set the `logging_config` field on the resulting object. When `null`, the `logging_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.new](#fn-logging_confignew) constructor. + +**Returns**: + - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `bedrock_model_invocation_logging_configuration` resource into the root Terraform configuration. + + +### fn withLoggingConfig + +```ts +withLoggingConfig() +``` + +`aws.obj.withLoggingConfig` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the logging_config field. + +This function will replace the map with the passed in `value`. If you wish to instead merge the +passed in value to the existing map, use the [aws.obj.withLoggingConfigMixin](TODO) function. + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `logging_config` field. + + +### fn withLoggingConfigMixin + +```ts +withLoggingConfigMixin() +``` + +`aws.obj.withLoggingConfigMixin` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the logging_config field. + +This function will merge the passed in value to the existing map. If you wish +to instead replace the entire map with the passed in `value`, use the [aws.obj.withLoggingConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `logging_config` field. + + +## obj logging_config + + + +### fn logging_config.new + +```ts +new() +``` + + +`aws.bedrock_model_invocation_logging_configuration.logging_config.new` constructs a new object with attributes and blocks configured for the `logging_config` +Terraform sub block. + + + +**Args**: + - `embedding_data_delivery_enabled` (`bool`): Set the `embedding_data_delivery_enabled` field on the resulting object. + - `image_data_delivery_enabled` (`bool`): Set the `image_data_delivery_enabled` field on the resulting object. + - `text_data_delivery_enabled` (`bool`): Set the `text_data_delivery_enabled` field on the resulting object. + - `cloudwatch_config` (`obj`): Set the `cloudwatch_config` field on the resulting object. When `null`, the `cloudwatch_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.new](#fn-logging_configcloudwatch_confignew) constructor. + - `s3_config` (`obj`): Set the `s3_config` field on the resulting object. When `null`, the `s3_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.s3_config.new](#fn-logging_configs3_confignew) constructor. + +**Returns**: + - An attribute object that represents the `logging_config` sub block. + + +## obj logging_config.cloudwatch_config + + + +### fn logging_config.cloudwatch_config.new + +```ts +new() +``` + + +`aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.new` constructs a new object with attributes and blocks configured for the `cloudwatch_config` +Terraform sub block. + + + +**Args**: + - `log_group_name` (`string`): Set the `log_group_name` field on the resulting object. When `null`, the `log_group_name` field will be omitted from the resulting object. + - `role_arn` (`string`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object. + - `large_data_delivery_s3_config` (`obj`): Set the `large_data_delivery_s3_config` field on the resulting object. When `null`, the `large_data_delivery_s3_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.large_data_delivery_s3_config.new](#fn-logging_configlogging_configlarge_data_delivery_s3_confignew) constructor. + +**Returns**: + - An attribute object that represents the `cloudwatch_config` sub block. + + +## obj logging_config.cloudwatch_config.large_data_delivery_s3_config + + + +### fn logging_config.cloudwatch_config.large_data_delivery_s3_config.new + +```ts +new() +``` + + +`aws.bedrock_model_invocation_logging_configuration.logging_config.cloudwatch_config.large_data_delivery_s3_config.new` constructs a new object with attributes and blocks configured for the `large_data_delivery_s3_config` +Terraform sub block. + + + +**Args**: + - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object. When `null`, the `bucket_name` field will be omitted from the resulting object. + - `key_prefix` (`string`): Set the `key_prefix` field on the resulting object. When `null`, the `key_prefix` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `large_data_delivery_s3_config` sub block. + + +## obj logging_config.s3_config + + + +### fn logging_config.s3_config.new + +```ts +new() +``` + + +`aws.bedrock_model_invocation_logging_configuration.logging_config.s3_config.new` constructs a new object with attributes and blocks configured for the `s3_config` +Terraform sub block. + + + +**Args**: + - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object. When `null`, the `bucket_name` field will be omitted from the resulting object. + - `key_prefix` (`string`): Set the `key_prefix` field on the resulting object. When `null`, the `key_prefix` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `s3_config` sub block. diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index f67f91d0..502a5f2f 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -271,6 +271,7 @@ permalink: /data/ * [instances](instances.md) * [internet_gateway](internet_gateway.md) * [iot_endpoint](iot_endpoint.md) +* [iot_registration_code](iot_registration_code.md) * [ip_ranges](ip_ranges.md) * [ivs_stream_key](ivs_stream_key.md) * [kendra_experience](kendra_experience.md) diff --git a/docs/5.x/data/iot_registration_code.md b/docs/5.x/data/iot_registration_code.md new file mode 100644 index 00000000..9ff4fe4c --- /dev/null +++ b/docs/5.x/data/iot_registration_code.md @@ -0,0 +1,71 @@ +--- +permalink: /data/iot_registration_code/ +--- + +# data.iot_registration_code + +`iot_registration_code` represents the `aws_iot_registration_code` Terraform data source. + + + +This package contains functions and utilities for setting up the data source using Jsonnet code. + + +## Index + +* [`fn new()`](#fn-new) +* [`fn newAttrs()`](#fn-newattrs) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.iot_registration_code.new` injects a new `data_aws_iot_registration_code` Terraform `data source` +block into the root module document. + +Additionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the +resource. For example, if you added a new instance to the root using: + + # arguments omitted for brevity + aws.data.iot_registration_code.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.iot_registration_code` using the reference: + + $._ref.data_aws_iot_registration_code.some_id.get('id') + +This is the same as directly entering `"${ data_aws_iot_registration_code.some_id.id }"` as the value. + +NOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`, +or `$` to refer to the root object. Instead, make an explicit outer object using `local`. + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.iot_registration_code.newAttrs` constructs a new object with attributes and blocks configured for the `iot_registration_code` +Terraform data source. + +Unlike [aws.data.iot_registration_code.new](#fn-new), this function will not inject the `data source` +block into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the +[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block. + +This is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to +injecting into a complete block. + +**Returns**: + - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `iot_registration_code` data source into the root Terraform configuration. diff --git a/docs/5.x/elasticache_user.md b/docs/5.x/elasticache_user.md index d955af38..c3edb263 100644 --- a/docs/5.x/elasticache_user.md +++ b/docs/5.x/elasticache_user.md @@ -353,6 +353,7 @@ Terraform sub block. **Args**: - `create` (`string`): Set the `create` field on the resulting object. When `null`, the `create` field will be omitted from the resulting object. - `delete` (`string`): Set the `delete` field on the resulting object. When `null`, the `delete` field will be omitted from the resulting object. + - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` field will be omitted from the resulting object. - `update` (`string`): Set the `update` field on the resulting object. When `null`, the `update` field will be omitted from the resulting object. **Returns**: diff --git a/docs/5.x/iot_billing_group.md b/docs/5.x/iot_billing_group.md new file mode 100644 index 00000000..75508f2f --- /dev/null +++ b/docs/5.x/iot_billing_group.md @@ -0,0 +1,196 @@ +--- +permalink: /iot_billing_group/ +--- + +# iot_billing_group + +`iot_billing_group` represents the `aws_iot_billing_group` Terraform resource. + + + +This package contains functions and utilities for setting up the resource using Jsonnet code. + + +## Index + +* [`fn new()`](#fn-new) +* [`fn newAttrs()`](#fn-newattrs) +* [`fn withName()`](#fn-withname) +* [`fn withProperties()`](#fn-withproperties) +* [`fn withPropertiesMixin()`](#fn-withpropertiesmixin) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`obj properties`](#obj-properties) + * [`fn new()`](#fn-propertiesnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.iot_billing_group.new` injects a new `aws_iot_billing_group` Terraform `resource` +block into the root module document. + +Additionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the +resource. For example, if you added a new instance to the root using: + + # arguments omitted for brevity + aws.iot_billing_group.new('some_id') + +You can get the reference to the `id` field of the created `aws.iot_billing_group` using the reference: + + $._ref.aws_iot_billing_group.some_id.get('id') + +This is the same as directly entering `"${ aws_iot_billing_group.some_id.id }"` as the value. + +NOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`, +or `$` to refer to the root object. Instead, make an explicit outer object using `local`. + +**Args**: + - `resourceLabel` (`string`): The name label of the block. + - `name` (`string`): Set the `name` field on the resulting resource block. + - `tags` (`obj`): Set the `tags` field on the resulting resource block. When `null`, the `tags` field will be omitted from the resulting object. + - `tags_all` (`obj`): Set the `tags_all` field on the resulting resource block. When `null`, the `tags_all` field will be omitted from the resulting object. + - `properties` (`list[obj]`): Set the `properties` field on the resulting resource block. When `null`, the `properties` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_billing_group.properties.new](#fn-propertiesnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.iot_billing_group.newAttrs` constructs a new object with attributes and blocks configured for the `iot_billing_group` +Terraform resource. + +Unlike [aws.iot_billing_group.new](#fn-new), this function will not inject the `resource` +block into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the +[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block. + +This is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to +injecting into a complete block. + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object. + - `tags_all` (`obj`): Set the `tags_all` field on the resulting object. When `null`, the `tags_all` field will be omitted from the resulting object. + - `properties` (`list[obj]`): Set the `properties` field on the resulting object. When `null`, the `properties` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_billing_group.properties.new](#fn-propertiesnew) constructor. + +**Returns**: + - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_billing_group` resource into the root Terraform configuration. + + +### fn withName + +```ts +withName() +``` + +`aws.string.withName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `name` field. + + +### fn withProperties + +```ts +withProperties() +``` + +`aws.list[obj].withProperties` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the properties field. + +This function will replace the array with the passed in `value`. If you wish to instead append the +passed in value to the existing array, use the [aws.list[obj].withPropertiesMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `properties` field. + + +### fn withPropertiesMixin + +```ts +withPropertiesMixin() +``` + +`aws.list[obj].withPropertiesMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the properties field. + +This function will append the passed in array or object to the existing array. If you wish +to instead replace the array with the passed in `value`, use the [aws.list[obj].withProperties](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `properties` field. + + +### fn withTags + +```ts +withTags() +``` + +`aws.obj.withTags` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the tags field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `tags` field. + + +### fn withTagsAll + +```ts +withTagsAll() +``` + +`aws.obj.withTagsAll` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the tags_all field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `tags_all` field. + + +## obj properties + + + +### fn properties.new + +```ts +new() +``` + + +`aws.iot_billing_group.properties.new` constructs a new object with attributes and blocks configured for the `properties` +Terraform sub block. + + + +**Args**: + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `properties` sub block. diff --git a/docs/5.x/iot_ca_certificate.md b/docs/5.x/iot_ca_certificate.md new file mode 100644 index 00000000..c9b1a5c3 --- /dev/null +++ b/docs/5.x/iot_ca_certificate.md @@ -0,0 +1,274 @@ +--- +permalink: /iot_ca_certificate/ +--- + +# iot_ca_certificate + +`iot_ca_certificate` represents the `aws_iot_ca_certificate` Terraform resource. + + + +This package contains functions and utilities for setting up the resource using Jsonnet code. + + +## Index + +* [`fn new()`](#fn-new) +* [`fn newAttrs()`](#fn-newattrs) +* [`fn withActive()`](#fn-withactive) +* [`fn withAllowAutoRegistration()`](#fn-withallowautoregistration) +* [`fn withCaCertificatePem()`](#fn-withcacertificatepem) +* [`fn withCertificateMode()`](#fn-withcertificatemode) +* [`fn withRegistrationConfig()`](#fn-withregistrationconfig) +* [`fn withRegistrationConfigMixin()`](#fn-withregistrationconfigmixin) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withVerificationCertificatePem()`](#fn-withverificationcertificatepem) +* [`obj registration_config`](#obj-registration_config) + * [`fn new()`](#fn-registration_confignew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.iot_ca_certificate.new` injects a new `aws_iot_ca_certificate` Terraform `resource` +block into the root module document. + +Additionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the +resource. For example, if you added a new instance to the root using: + + # arguments omitted for brevity + aws.iot_ca_certificate.new('some_id') + +You can get the reference to the `id` field of the created `aws.iot_ca_certificate` using the reference: + + $._ref.aws_iot_ca_certificate.some_id.get('id') + +This is the same as directly entering `"${ aws_iot_ca_certificate.some_id.id }"` as the value. + +NOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`, +or `$` to refer to the root object. Instead, make an explicit outer object using `local`. + +**Args**: + - `resourceLabel` (`string`): The name label of the block. + - `active` (`bool`): Set the `active` field on the resulting resource block. + - `allow_auto_registration` (`bool`): Set the `allow_auto_registration` field on the resulting resource block. + - `ca_certificate_pem` (`string`): Set the `ca_certificate_pem` field on the resulting resource block. + - `certificate_mode` (`string`): Set the `certificate_mode` field on the resulting resource block. When `null`, the `certificate_mode` field will be omitted from the resulting object. + - `tags` (`obj`): Set the `tags` field on the resulting resource block. When `null`, the `tags` field will be omitted from the resulting object. + - `tags_all` (`obj`): Set the `tags_all` field on the resulting resource block. When `null`, the `tags_all` field will be omitted from the resulting object. + - `verification_certificate_pem` (`string`): Set the `verification_certificate_pem` field on the resulting resource block. When `null`, the `verification_certificate_pem` field will be omitted from the resulting object. + - `registration_config` (`list[obj]`): Set the `registration_config` field on the resulting resource block. When `null`, the `registration_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_ca_certificate.registration_config.new](#fn-registration_confignew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.iot_ca_certificate.newAttrs` constructs a new object with attributes and blocks configured for the `iot_ca_certificate` +Terraform resource. + +Unlike [aws.iot_ca_certificate.new](#fn-new), this function will not inject the `resource` +block into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the +[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block. + +This is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to +injecting into a complete block. + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `allow_auto_registration` (`bool`): Set the `allow_auto_registration` field on the resulting object. + - `ca_certificate_pem` (`string`): Set the `ca_certificate_pem` field on the resulting object. + - `certificate_mode` (`string`): Set the `certificate_mode` field on the resulting object. When `null`, the `certificate_mode` field will be omitted from the resulting object. + - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object. + - `tags_all` (`obj`): Set the `tags_all` field on the resulting object. When `null`, the `tags_all` field will be omitted from the resulting object. + - `verification_certificate_pem` (`string`): Set the `verification_certificate_pem` field on the resulting object. When `null`, the `verification_certificate_pem` field will be omitted from the resulting object. + - `registration_config` (`list[obj]`): Set the `registration_config` field on the resulting object. When `null`, the `registration_config` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_ca_certificate.registration_config.new](#fn-registration_confignew) constructor. + +**Returns**: + - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_ca_certificate` resource into the root Terraform configuration. + + +### fn withActive + +```ts +withActive() +``` + +`aws.bool.withActive` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the active field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `active` field. + + +### fn withAllowAutoRegistration + +```ts +withAllowAutoRegistration() +``` + +`aws.bool.withAllowAutoRegistration` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the allow_auto_registration field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `allow_auto_registration` field. + + +### fn withCaCertificatePem + +```ts +withCaCertificatePem() +``` + +`aws.string.withCaCertificatePem` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the ca_certificate_pem field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `ca_certificate_pem` field. + + +### fn withCertificateMode + +```ts +withCertificateMode() +``` + +`aws.string.withCertificateMode` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the certificate_mode field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `certificate_mode` field. + + +### fn withRegistrationConfig + +```ts +withRegistrationConfig() +``` + +`aws.list[obj].withRegistrationConfig` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the registration_config field. + +This function will replace the array with the passed in `value`. If you wish to instead append the +passed in value to the existing array, use the [aws.list[obj].withRegistrationConfigMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `registration_config` field. + + +### fn withRegistrationConfigMixin + +```ts +withRegistrationConfigMixin() +``` + +`aws.list[obj].withRegistrationConfigMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the registration_config field. + +This function will append the passed in array or object to the existing array. If you wish +to instead replace the array with the passed in `value`, use the [aws.list[obj].withRegistrationConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `registration_config` field. + + +### fn withTags + +```ts +withTags() +``` + +`aws.obj.withTags` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the tags field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `tags` field. + + +### fn withTagsAll + +```ts +withTagsAll() +``` + +`aws.obj.withTagsAll` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the tags_all field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `tags_all` field. + + +### fn withVerificationCertificatePem + +```ts +withVerificationCertificatePem() +``` + +`aws.string.withVerificationCertificatePem` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the verification_certificate_pem field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `verification_certificate_pem` field. + + +## obj registration_config + + + +### fn registration_config.new + +```ts +new() +``` + + +`aws.iot_ca_certificate.registration_config.new` constructs a new object with attributes and blocks configured for the `registration_config` +Terraform sub block. + + + +**Args**: + - `role_arn` (`bool`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object. + - `template_body` (`string`): Set the `template_body` field on the resulting object. When `null`, the `template_body` field will be omitted from the resulting object. + - `template_name` (`string`): Set the `template_name` field on the resulting object. When `null`, the `template_name` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `registration_config` sub block. diff --git a/docs/5.x/iot_event_configurations.md b/docs/5.x/iot_event_configurations.md new file mode 100644 index 00000000..96e7a6b6 --- /dev/null +++ b/docs/5.x/iot_event_configurations.md @@ -0,0 +1,92 @@ +--- +permalink: /iot_event_configurations/ +--- + +# iot_event_configurations + +`iot_event_configurations` represents the `aws_iot_event_configurations` Terraform resource. + + + +This package contains functions and utilities for setting up the resource using Jsonnet code. + + +## Index + +* [`fn new()`](#fn-new) +* [`fn newAttrs()`](#fn-newattrs) +* [`fn withEventConfigurations()`](#fn-witheventconfigurations) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.iot_event_configurations.new` injects a new `aws_iot_event_configurations` Terraform `resource` +block into the root module document. + +Additionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the +resource. For example, if you added a new instance to the root using: + + # arguments omitted for brevity + aws.iot_event_configurations.new('some_id') + +You can get the reference to the `id` field of the created `aws.iot_event_configurations` using the reference: + + $._ref.aws_iot_event_configurations.some_id.get('id') + +This is the same as directly entering `"${ aws_iot_event_configurations.some_id.id }"` as the value. + +NOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`, +or `$` to refer to the root object. Instead, make an explicit outer object using `local`. + +**Args**: + - `resourceLabel` (`string`): The name label of the block. + - `event_configurations` (`obj`): Set the `event_configurations` field on the resulting resource block. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.iot_event_configurations.newAttrs` constructs a new object with attributes and blocks configured for the `iot_event_configurations` +Terraform resource. + +Unlike [aws.iot_event_configurations.new](#fn-new), this function will not inject the `resource` +block into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the +[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) function to build a complete block. + +This is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to +injecting into a complete block. + +**Args**: + - `event_configurations` (`obj`): Set the `event_configurations` field on the resulting object. + +**Returns**: + - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_event_configurations` resource into the root Terraform configuration. + + +### fn withEventConfigurations + +```ts +withEventConfigurations() +``` + +`aws.obj.withEventConfigurations` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the event_configurations field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `event_configurations` field. diff --git a/docs/5.x/iot_policy.md b/docs/5.x/iot_policy.md index 4024363a..8e25c4fd 100644 --- a/docs/5.x/iot_policy.md +++ b/docs/5.x/iot_policy.md @@ -17,6 +17,10 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withName()`](#fn-withname) * [`fn withPolicy()`](#fn-withpolicy) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) ## Fields @@ -49,6 +53,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `resourceLabel` (`string`): The name label of the block. - `name` (`string`): Set the `name` field on the resulting resource block. - `policy` (`string`): Set the `policy` field on the resulting resource block. + - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_policy.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -74,6 +79,7 @@ injecting into a complete block. **Args**: - `name` (`string`): Set the `name` field on the resulting object. - `policy` (`string`): Set the `policy` field on the resulting object. + - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.iot_policy.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `iot_policy` resource into the root Terraform configuration. @@ -109,3 +115,63 @@ Terraform resource block to set or update the policy field. **Args**: - `resourceLabel` (`string`): The name label of the block to update. - `value` (`string`): The value to set for the `policy` field. + + +### fn withTimeouts + +```ts +withTimeouts() +``` + +`aws.obj.withTimeouts` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the timeouts field. + +This function will replace the map with the passed in `value`. If you wish to instead merge the +passed in value to the existing map, use the [aws.obj.withTimeoutsMixin](TODO) function. + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `timeouts` field. + + +### fn withTimeoutsMixin + +```ts +withTimeoutsMixin() +``` + +`aws.obj.withTimeoutsMixin` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the timeouts field. + +This function will merge the passed in value to the existing map. If you wish +to instead replace the entire map with the passed in `value`, use the [aws.obj.withTimeouts](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `timeouts` field. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.iot_policy.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `delete` (`string`): Set the `delete` field on the resulting object. When `null`, the `delete` field will be omitted from the resulting object. + - `update` (`string`): Set the `update` field on the resulting object. When `null`, the `update` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/provider.md b/docs/5.x/provider.md index c8416cde..2db9085a 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -50,11 +50,13 @@ from the 'Security & Credentials' section of the AWS console. When ` - `ec2_metadata_service_endpoint` (`string`): Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. When `null`, the `ec2_metadata_service_endpoint` field will be omitted from the resulting object. - `ec2_metadata_service_endpoint_mode` (`string`): Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. When `null`, the `ec2_metadata_service_endpoint_mode` field will be omitted from the resulting object. - `forbidden_account_ids` (`list`): Set the `forbidden_account_ids` field on the resulting provider block. When `null`, the `forbidden_account_ids` field will be omitted from the resulting object. - - `http_proxy` (`string`): The address of an HTTP proxy to use when accessing the AWS API. Can also be configured using the `HTTP_PROXY` or `HTTPS_PROXY` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object. + - `http_proxy` (`string`): URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object. + - `https_proxy` (`string`): URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables. When `null`, the `https_proxy` field will be omitted from the resulting object. - `insecure` (`bool`): Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` When `null`, the `insecure` field will be omitted from the resulting object. - `max_retries` (`number`): The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown. When `null`, the `max_retries` field will be omitted from the resulting object. + - `no_proxy` (`string`): Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the `NO_PROXY` or `no_proxy` environment variables. When `null`, the `no_proxy` field will be omitted from the resulting object. - `profile` (`string`): The profile for API operations. If not set, the default profile created with `aws configure` will be used. When `null`, the `profile` field will be omitted from the resulting object. - `region` (`string`): The region where AWS operations will take place. Examples @@ -122,11 +124,13 @@ from the 'Security & Credentials' section of the AWS console. When ` - `ec2_metadata_service_endpoint` (`string`): Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. When `null`, the `ec2_metadata_service_endpoint` field will be omitted from the resulting object. - `ec2_metadata_service_endpoint_mode` (`string`): Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. When `null`, the `ec2_metadata_service_endpoint_mode` field will be omitted from the resulting object. - `forbidden_account_ids` (`list`): Set the `forbidden_account_ids` field on the resulting object. When `null`, the `forbidden_account_ids` field will be omitted from the resulting object. - - `http_proxy` (`string`): The address of an HTTP proxy to use when accessing the AWS API. Can also be configured using the `HTTP_PROXY` or `HTTPS_PROXY` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object. + - `http_proxy` (`string`): URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables. When `null`, the `http_proxy` field will be omitted from the resulting object. + - `https_proxy` (`string`): URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables. When `null`, the `https_proxy` field will be omitted from the resulting object. - `insecure` (`bool`): Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false` When `null`, the `insecure` field will be omitted from the resulting object. - `max_retries` (`number`): The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown. When `null`, the `max_retries` field will be omitted from the resulting object. + - `no_proxy` (`string`): Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the `NO_PROXY` or `no_proxy` environment variables. When `null`, the `no_proxy` field will be omitted from the resulting object. - `profile` (`string`): The profile for API operations. If not set, the default profile created with `aws configure` will be used. When `null`, the `profile` field will be omitted from the resulting object. - `region` (`string`): The region where AWS operations will take place. Examples @@ -329,10 +333,12 @@ Terraform sub block. - `config` (`string`): Use this to override the default service endpoint URL When `null`, the `config` field will be omitted from the resulting object. - `configservice` (`string`): Use this to override the default service endpoint URL When `null`, the `configservice` field will be omitted from the resulting object. - `connect` (`string`): Use this to override the default service endpoint URL When `null`, the `connect` field will be omitted from the resulting object. + - `connectcases` (`string`): Use this to override the default service endpoint URL When `null`, the `connectcases` field will be omitted from the resulting object. - `controltower` (`string`): Use this to override the default service endpoint URL When `null`, the `controltower` field will be omitted from the resulting object. - `costandusagereportservice` (`string`): Use this to override the default service endpoint URL When `null`, the `costandusagereportservice` field will be omitted from the resulting object. - `costexplorer` (`string`): Use this to override the default service endpoint URL When `null`, the `costexplorer` field will be omitted from the resulting object. - `cur` (`string`): Use this to override the default service endpoint URL When `null`, the `cur` field will be omitted from the resulting object. + - `customerprofiles` (`string`): Use this to override the default service endpoint URL When `null`, the `customerprofiles` field will be omitted from the resulting object. - `databasemigration` (`string`): Use this to override the default service endpoint URL When `null`, the `databasemigration` field will be omitted from the resulting object. - `databasemigrationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `databasemigrationservice` field will be omitted from the resulting object. - `dataexchange` (`string`): Use this to override the default service endpoint URL When `null`, the `dataexchange` field will be omitted from the resulting object. @@ -435,10 +441,12 @@ Terraform sub block. - `networkmanager` (`string`): Use this to override the default service endpoint URL When `null`, the `networkmanager` field will be omitted from the resulting object. - `oam` (`string`): Use this to override the default service endpoint URL When `null`, the `oam` field will be omitted from the resulting object. - `opensearch` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearch` field will be omitted from the resulting object. + - `opensearchingestion` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchingestion` field will be omitted from the resulting object. - `opensearchserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchserverless` field will be omitted from the resulting object. - `opensearchservice` (`string`): Use this to override the default service endpoint URL When `null`, the `opensearchservice` field will be omitted from the resulting object. - `opsworks` (`string`): Use this to override the default service endpoint URL When `null`, the `opsworks` field will be omitted from the resulting object. - `organizations` (`string`): Use this to override the default service endpoint URL When `null`, the `organizations` field will be omitted from the resulting object. + - `osis` (`string`): Use this to override the default service endpoint URL When `null`, the `osis` field will be omitted from the resulting object. - `outposts` (`string`): Use this to override the default service endpoint URL When `null`, the `outposts` field will be omitted from the resulting object. - `pinpoint` (`string`): Use this to override the default service endpoint URL When `null`, the `pinpoint` field will be omitted from the resulting object. - `pipes` (`string`): Use this to override the default service endpoint URL When `null`, the `pipes` field will be omitted from the resulting object. diff --git a/docs/5.x/quicksight_analysis.md b/docs/5.x/quicksight_analysis.md index 9c884c20..cb3cb6c2 100644 --- a/docs/5.x/quicksight_analysis.md +++ b/docs/5.x/quicksight_analysis.md @@ -9614,8 +9614,14 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_sizenew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.font_weight`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_weight) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_weightnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssparkline) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssparklinenew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionstrend_arrows) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionstrend_arrowsnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsstandard_layout) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsstandard_layoutnew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration`](#obj-definitionsheetsvisualskpi_visualchart_configurationsort_configuration) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationsort_configurationnew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration.trend_group_sort`](#obj-definitionsheetsvisualskpi_visualchart_configurationsort_configurationtrend_group_sort) @@ -9690,6 +9696,50 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingnew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_options) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_value) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuenew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_condition) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditiondisplay_configuration) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditiondisplay_configurationnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionicon_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionicon_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_set) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_setnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_color) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradient) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolor) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolorstops) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolorstopsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorsolid) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorsolidnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_value) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuenew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_condition) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditiondisplay_configuration) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditiondisplay_configurationnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionicon_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionicon_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_set) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_setnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_color) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradient) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolor) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolorstops) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolorstopsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorsolid) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorsolidnew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_value) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_valuenew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_valueicon) @@ -23185,11 +23235,11 @@ Terraform sub block. **Args**: - - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. + - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. - `column_span` (`number`): Set the `column_span` field on the resulting object. - `element_id` (`string`): Set the `element_id` field on the resulting object. - `element_type` (`string`): Set the `element_type` field on the resulting object. - - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. + - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. - `row_span` (`number`): Set the `row_span` field on the resulting object. **Returns**: @@ -25670,11 +25720,11 @@ Terraform sub block. **Args**: - - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. + - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. - `column_span` (`number`): Set the `column_span` field on the resulting object. - `element_id` (`string`): Set the `element_id` field on the resulting object. - `element_type` (`string`): Set the `element_type` field on the resulting object. - - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. + - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. - `row_span` (`number`): Set the `row_span` field on the resulting object. **Returns**: @@ -134032,7 +134082,9 @@ Terraform sub block. - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor. - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor. - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor. + - `sparkline` (`list[obj]`): Set the `sparkline` field on the resulting object. When `null`, the `sparkline` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsparklinenew) constructor. - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor. + - `visual_layout_options` (`list[obj]`): Set the `visual_layout_options` field on the resulting object. When `null`, the `visual_layout_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationvisual_layout_optionsnew) constructor. **Returns**: - An attribute object that represents the `kpi_options` sub block. @@ -134569,6 +134621,32 @@ Terraform sub block. - An attribute object that represents the `font_weight` sub block. +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new` constructs a new object with attributes and blocks configured for the `sparkline` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `tooltip_visibility` (`string`): Set the `tooltip_visibility` field on the resulting object. When `null`, the `tooltip_visibility` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `sparkline` sub block. + + ## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows @@ -134592,6 +134670,52 @@ Terraform sub block. - An attribute object that represents the `trend_arrows` sub block. +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new` constructs a new object with attributes and blocks configured for the `visual_layout_options` +Terraform sub block. + + + +**Args**: + - `standard_layout` (`list[obj]`): Set the `standard_layout` field on the resulting object. When `null`, the `standard_layout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationkpi_optionsstandard_layoutnew) constructor. + +**Returns**: + - An attribute object that represents the `visual_layout_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new` constructs a new object with attributes and blocks configured for the `standard_layout` +Terraform sub block. + + + +**Args**: + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `standard_layout` sub block. + + ## obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration @@ -135484,6 +135608,8 @@ Terraform sub block. **Args**: + - `actual_value` (`list[obj]`): Set the `actual_value` field on the resulting object. When `null`, the `actual_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingactual_valuenew) constructor. + - `comparison_value` (`list[obj]`): Set the `comparison_value` field on the resulting object. When `null`, the `comparison_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingcomparison_valuenew) constructor. - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor. - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor. @@ -135491,6 +135617,536 @@ Terraform sub block. - An attribute object that represents the `conditional_formatting_options` sub block. +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new` constructs a new object with attributes and blocks configured for the `actual_value` +Terraform sub block. + + + +**Args**: + - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor. + - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor. + +**Returns**: + - An attribute object that represents the `actual_value` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new` constructs a new object with attributes and blocks configured for the `icon` +Terraform sub block. + + + +**Args**: + - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuecustom_conditionnew) constructor. + - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon_setnew) constructor. + +**Returns**: + - An attribute object that represents the `icon` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicondisplay_configurationnew) constructor. + - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `custom_condition` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration` +Terraform sub block. + + + +**Args**: + - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `display_configuration` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options` +Terraform sub block. + + + +**Args**: + - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object. + - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_set` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color` +Terraform sub block. + + + +**Args**: + - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuegradientnew) constructor. + - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuesolidnew) constructor. + +**Returns**: + - An attribute object that represents the `text_color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorcolornew) constructor. + +**Returns**: + - An attribute object that represents the `gradient` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color` +Terraform sub block. + + + +**Args**: + - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientstopsnew) constructor. + +**Returns**: + - An attribute object that represents the `color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object. + - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object. + +**Returns**: + - An attribute object that represents the `stops` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + +**Returns**: + - An attribute object that represents the `solid` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new` constructs a new object with attributes and blocks configured for the `comparison_value` +Terraform sub block. + + + +**Args**: + - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor. + - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor. + +**Returns**: + - An attribute object that represents the `comparison_value` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new` constructs a new object with attributes and blocks configured for the `icon` +Terraform sub block. + + + +**Args**: + - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuecustom_conditionnew) constructor. + - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon_setnew) constructor. + +**Returns**: + - An attribute object that represents the `icon` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicondisplay_configurationnew) constructor. + - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `custom_condition` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration` +Terraform sub block. + + + +**Args**: + - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `display_configuration` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options` +Terraform sub block. + + + +**Args**: + - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object. + - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_set` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color` +Terraform sub block. + + + +**Args**: + - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuegradientnew) constructor. + - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuesolidnew) constructor. + +**Returns**: + - An attribute object that represents the `text_color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorcolornew) constructor. + +**Returns**: + - An attribute object that represents the `gradient` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color` +Terraform sub block. + + + +**Args**: + - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientstopsnew) constructor. + +**Returns**: + - An attribute object that represents the `color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object. + - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object. + +**Returns**: + - An attribute object that represents the `stops` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new + +```ts +new() +``` + + +`aws.quicksight_analysis.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + +**Returns**: + - An attribute object that represents the `solid` sub block. + + ## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value diff --git a/docs/5.x/quicksight_dashboard.md b/docs/5.x/quicksight_dashboard.md index 6134cbd3..f25bb090 100644 --- a/docs/5.x/quicksight_dashboard.md +++ b/docs/5.x/quicksight_dashboard.md @@ -9638,8 +9638,14 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_sizenew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.font_weight`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_weight) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_weightnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssparkline) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssparklinenew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionstrend_arrows) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionstrend_arrowsnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsstandard_layout) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsstandard_layoutnew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration`](#obj-definitionsheetsvisualskpi_visualchart_configurationsort_configuration) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationsort_configurationnew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration.trend_group_sort`](#obj-definitionsheetsvisualskpi_visualchart_configurationsort_configurationtrend_group_sort) @@ -9714,6 +9720,50 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingnew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_options) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_value) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuenew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_condition) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditiondisplay_configuration) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditiondisplay_configurationnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionicon_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionicon_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_set) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_setnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_color) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradient) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolor) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolorstops) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolorstopsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorsolid) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorsolidnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_value) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuenew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_condition) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditiondisplay_configuration) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditiondisplay_configurationnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionicon_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionicon_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_set) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_setnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_color) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradient) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolor) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolorstops) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolorstopsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorsolid) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorsolidnew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_value) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_valuenew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_valueicon) @@ -23510,11 +23560,11 @@ Terraform sub block. **Args**: - - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. + - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. - `column_span` (`number`): Set the `column_span` field on the resulting object. - `element_id` (`string`): Set the `element_id` field on the resulting object. - `element_type` (`string`): Set the `element_type` field on the resulting object. - - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. + - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. - `row_span` (`number`): Set the `row_span` field on the resulting object. **Returns**: @@ -25995,11 +26045,11 @@ Terraform sub block. **Args**: - - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. + - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. - `column_span` (`number`): Set the `column_span` field on the resulting object. - `element_id` (`string`): Set the `element_id` field on the resulting object. - `element_type` (`string`): Set the `element_type` field on the resulting object. - - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. + - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. - `row_span` (`number`): Set the `row_span` field on the resulting object. **Returns**: @@ -134357,7 +134407,9 @@ Terraform sub block. - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor. - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor. - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor. + - `sparkline` (`list[obj]`): Set the `sparkline` field on the resulting object. When `null`, the `sparkline` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsparklinenew) constructor. - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor. + - `visual_layout_options` (`list[obj]`): Set the `visual_layout_options` field on the resulting object. When `null`, the `visual_layout_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationvisual_layout_optionsnew) constructor. **Returns**: - An attribute object that represents the `kpi_options` sub block. @@ -134894,6 +134946,32 @@ Terraform sub block. - An attribute object that represents the `font_weight` sub block. +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new` constructs a new object with attributes and blocks configured for the `sparkline` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `tooltip_visibility` (`string`): Set the `tooltip_visibility` field on the resulting object. When `null`, the `tooltip_visibility` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `sparkline` sub block. + + ## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows @@ -134917,6 +134995,52 @@ Terraform sub block. - An attribute object that represents the `trend_arrows` sub block. +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new` constructs a new object with attributes and blocks configured for the `visual_layout_options` +Terraform sub block. + + + +**Args**: + - `standard_layout` (`list[obj]`): Set the `standard_layout` field on the resulting object. When `null`, the `standard_layout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationkpi_optionsstandard_layoutnew) constructor. + +**Returns**: + - An attribute object that represents the `visual_layout_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new` constructs a new object with attributes and blocks configured for the `standard_layout` +Terraform sub block. + + + +**Args**: + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `standard_layout` sub block. + + ## obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration @@ -135809,6 +135933,8 @@ Terraform sub block. **Args**: + - `actual_value` (`list[obj]`): Set the `actual_value` field on the resulting object. When `null`, the `actual_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingactual_valuenew) constructor. + - `comparison_value` (`list[obj]`): Set the `comparison_value` field on the resulting object. When `null`, the `comparison_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingcomparison_valuenew) constructor. - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor. - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor. @@ -135816,6 +135942,536 @@ Terraform sub block. - An attribute object that represents the `conditional_formatting_options` sub block. +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new` constructs a new object with attributes and blocks configured for the `actual_value` +Terraform sub block. + + + +**Args**: + - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor. + - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor. + +**Returns**: + - An attribute object that represents the `actual_value` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new` constructs a new object with attributes and blocks configured for the `icon` +Terraform sub block. + + + +**Args**: + - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuecustom_conditionnew) constructor. + - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon_setnew) constructor. + +**Returns**: + - An attribute object that represents the `icon` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicondisplay_configurationnew) constructor. + - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `custom_condition` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration` +Terraform sub block. + + + +**Args**: + - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `display_configuration` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options` +Terraform sub block. + + + +**Args**: + - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object. + - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_set` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color` +Terraform sub block. + + + +**Args**: + - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuegradientnew) constructor. + - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuesolidnew) constructor. + +**Returns**: + - An attribute object that represents the `text_color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorcolornew) constructor. + +**Returns**: + - An attribute object that represents the `gradient` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color` +Terraform sub block. + + + +**Args**: + - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientstopsnew) constructor. + +**Returns**: + - An attribute object that represents the `color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object. + - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object. + +**Returns**: + - An attribute object that represents the `stops` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + +**Returns**: + - An attribute object that represents the `solid` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new` constructs a new object with attributes and blocks configured for the `comparison_value` +Terraform sub block. + + + +**Args**: + - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor. + - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor. + +**Returns**: + - An attribute object that represents the `comparison_value` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new` constructs a new object with attributes and blocks configured for the `icon` +Terraform sub block. + + + +**Args**: + - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuecustom_conditionnew) constructor. + - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon_setnew) constructor. + +**Returns**: + - An attribute object that represents the `icon` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicondisplay_configurationnew) constructor. + - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `custom_condition` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration` +Terraform sub block. + + + +**Args**: + - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `display_configuration` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options` +Terraform sub block. + + + +**Args**: + - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object. + - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_set` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color` +Terraform sub block. + + + +**Args**: + - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuegradientnew) constructor. + - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuesolidnew) constructor. + +**Returns**: + - An attribute object that represents the `text_color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorcolornew) constructor. + +**Returns**: + - An attribute object that represents the `gradient` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color` +Terraform sub block. + + + +**Args**: + - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientstopsnew) constructor. + +**Returns**: + - An attribute object that represents the `color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object. + - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object. + +**Returns**: + - An attribute object that represents the `stops` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new + +```ts +new() +``` + + +`aws.quicksight_dashboard.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + +**Returns**: + - An attribute object that represents the `solid` sub block. + + ## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value diff --git a/docs/5.x/quicksight_template.md b/docs/5.x/quicksight_template.md index 2fec609a..92329fb9 100644 --- a/docs/5.x/quicksight_template.md +++ b/docs/5.x/quicksight_template.md @@ -9619,8 +9619,14 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_sizenew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.font_weight`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_weight) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssecondary_value_font_configurationfont_weightnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssparkline) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionssparklinenew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionstrend_arrows) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionstrend_arrowsnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout`](#obj-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsstandard_layout) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationkpi_optionsvisual_layout_optionsstandard_layoutnew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration`](#obj-definitionsheetsvisualskpi_visualchart_configurationsort_configuration) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualchart_configurationsort_configurationnew) * [`obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration.trend_group_sort`](#obj-definitionsheetsvisualskpi_visualchart_configurationsort_configurationtrend_group_sort) @@ -9695,6 +9701,50 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingnew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_options) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_value) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuenew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_condition) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditiondisplay_configuration) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditiondisplay_configurationnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionicon_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconcustom_conditionicon_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_set) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_setnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_color) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradient) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolor) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolorstops) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientcolorstopsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorsolid) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorsolidnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_value) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuenew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_condition) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditiondisplay_configuration) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditiondisplay_configurationnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionicon_options) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconcustom_conditionicon_optionsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_set) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_setnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_color) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradient) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolor) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolornew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolorstops) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientcolorstopsnew) + * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorsolid) + * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorsolidnew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_value) * [`fn new()`](#fn-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_valuenew) * [`obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.icon`](#obj-definitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsprimary_valueicon) @@ -23221,11 +23271,11 @@ Terraform sub block. **Args**: - - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. + - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. - `column_span` (`number`): Set the `column_span` field on the resulting object. - `element_id` (`string`): Set the `element_id` field on the resulting object. - `element_type` (`string`): Set the `element_type` field on the resulting object. - - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. + - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. - `row_span` (`number`): Set the `row_span` field on the resulting object. **Returns**: @@ -25706,11 +25756,11 @@ Terraform sub block. **Args**: - - `column_index` (`number`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. + - `column_index` (`string`): Set the `column_index` field on the resulting object. When `null`, the `column_index` field will be omitted from the resulting object. - `column_span` (`number`): Set the `column_span` field on the resulting object. - `element_id` (`string`): Set the `element_id` field on the resulting object. - `element_type` (`string`): Set the `element_type` field on the resulting object. - - `row_index` (`number`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. + - `row_index` (`string`): Set the `row_index` field on the resulting object. When `null`, the `row_index` field will be omitted from the resulting object. - `row_span` (`number`): Set the `row_span` field on the resulting object. **Returns**: @@ -134068,7 +134118,9 @@ Terraform sub block. - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationprogress_barnew) constructor. - `secondary_value` (`list[obj]`): Set the `secondary_value` field on the resulting object. When `null`, the `secondary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_valuenew) constructor. - `secondary_value_font_configuration` (`list[obj]`): Set the `secondary_value_font_configuration` field on the resulting object. When `null`, the `secondary_value_font_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.secondary_value_font_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsecondary_value_font_configurationnew) constructor. + - `sparkline` (`list[obj]`): Set the `sparkline` field on the resulting object. When `null`, the `sparkline` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationsparklinenew) constructor. - `trend_arrows` (`list[obj]`): Set the `trend_arrows` field on the resulting object. When `null`, the `trend_arrows` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationtrend_arrowsnew) constructor. + - `visual_layout_options` (`list[obj]`): Set the `visual_layout_options` field on the resulting object. When `null`, the `visual_layout_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationvisual_layout_optionsnew) constructor. **Returns**: - An attribute object that represents the `kpi_options` sub block. @@ -134605,6 +134657,32 @@ Terraform sub block. - An attribute object that represents the `font_weight` sub block. +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline.new` constructs a new object with attributes and blocks configured for the `sparkline` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `tooltip_visibility` (`string`): Set the `tooltip_visibility` field on the resulting object. When `null`, the `tooltip_visibility` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `sparkline` sub block. + + ## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.trend_arrows @@ -134628,6 +134706,52 @@ Terraform sub block. - An attribute object that represents the `trend_arrows` sub block. +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.new` constructs a new object with attributes and blocks configured for the `visual_layout_options` +Terraform sub block. + + + +**Args**: + - `standard_layout` (`list[obj]`): Set the `standard_layout` field on the resulting object. When `null`, the `standard_layout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new](#fn-definitiondefinitionsheetsvisualskpi_visualchart_configurationkpi_optionsstandard_layoutnew) constructor. + +**Returns**: + - An attribute object that represents the `visual_layout_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout + + + +### fn definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options.standard_layout.new` constructs a new object with attributes and blocks configured for the `standard_layout` +Terraform sub block. + + + +**Args**: + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `standard_layout` sub block. + + ## obj definition.sheets.visuals.kpi_visual.chart_configuration.sort_configuration @@ -135520,6 +135644,8 @@ Terraform sub block. **Args**: + - `actual_value` (`list[obj]`): Set the `actual_value` field on the resulting object. When `null`, the `actual_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingactual_valuenew) constructor. + - `comparison_value` (`list[obj]`): Set the `comparison_value` field on the resulting object. When `null`, the `comparison_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingcomparison_valuenew) constructor. - `primary_value` (`list[obj]`): Set the `primary_value` field on the resulting object. When `null`, the `primary_value` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprimary_valuenew) constructor. - `progress_bar` (`list[obj]`): Set the `progress_bar` field on the resulting object. When `null`, the `progress_bar` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.progress_bar.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingprogress_barnew) constructor. @@ -135527,6 +135653,536 @@ Terraform sub block. - An attribute object that represents the `conditional_formatting_options` sub block. +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.new` constructs a new object with attributes and blocks configured for the `actual_value` +Terraform sub block. + + + +**Args**: + - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor. + - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor. + +**Returns**: + - An attribute object that represents the `actual_value` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.new` constructs a new object with attributes and blocks configured for the `icon` +Terraform sub block. + + + +**Args**: + - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuecustom_conditionnew) constructor. + - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicon_setnew) constructor. + +**Returns**: + - An attribute object that represents the `icon` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueicondisplay_configurationnew) constructor. + - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valueiconicon_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `custom_condition` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration` +Terraform sub block. + + + +**Args**: + - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `display_configuration` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options` +Terraform sub block. + + + +**Args**: + - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object. + - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_set` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color` +Terraform sub block. + + + +**Args**: + - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuegradientnew) constructor. + - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuesolidnew) constructor. + +**Returns**: + - An attribute object that represents the `text_color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorcolornew) constructor. + +**Returns**: + - An attribute object that represents the `gradient` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color` +Terraform sub block. + + + +**Args**: + - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsactual_valuetext_colorgradientstopsnew) constructor. + +**Returns**: + - An attribute object that represents the `color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object. + - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object. + +**Returns**: + - An attribute object that represents the `stops` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.actual_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + +**Returns**: + - An attribute object that represents the `solid` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.new` constructs a new object with attributes and blocks configured for the `comparison_value` +Terraform sub block. + + + +**Args**: + - `icon` (`list[obj]`): Set the `icon` field on the resulting object. When `null`, the `icon` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionsiconnew) constructor. + - `text_color` (`list[obj]`): Set the `text_color` field on the resulting object. When `null`, the `text_color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionstext_colornew) constructor. + +**Returns**: + - An attribute object that represents the `comparison_value` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.new` constructs a new object with attributes and blocks configured for the `icon` +Terraform sub block. + + + +**Args**: + - `custom_condition` (`list[obj]`): Set the `custom_condition` field on the resulting object. When `null`, the `custom_condition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuecustom_conditionnew) constructor. + - `icon_set` (`list[obj]`): Set the `icon_set` field on the resulting object. When `null`, the `icon_set` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicon_setnew) constructor. + +**Returns**: + - An attribute object that represents the `icon` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.new` constructs a new object with attributes and blocks configured for the `custom_condition` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + - `display_configuration` (`list[obj]`): Set the `display_configuration` field on the resulting object. When `null`, the `display_configuration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueicondisplay_configurationnew) constructor. + - `icon_options` (`list[obj]`): Set the `icon_options` field on the resulting object. When `null`, the `icon_options` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valueiconicon_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `custom_condition` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.display_configuration.new` constructs a new object with attributes and blocks configured for the `display_configuration` +Terraform sub block. + + + +**Args**: + - `icon_display_option` (`string`): Set the `icon_display_option` field on the resulting object. When `null`, the `icon_display_option` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `display_configuration` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.custom_condition.icon_options.new` constructs a new object with attributes and blocks configured for the `icon_options` +Terraform sub block. + + + +**Args**: + - `icon` (`string`): Set the `icon` field on the resulting object. When `null`, the `icon` field will be omitted from the resulting object. + - `unicode_icon` (`string`): Set the `unicode_icon` field on the resulting object. When `null`, the `unicode_icon` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_options` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.icon.icon_set.new` constructs a new object with attributes and blocks configured for the `icon_set` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `icon_set_type` (`string`): Set the `icon_set_type` field on the resulting object. When `null`, the `icon_set_type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `icon_set` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.new` constructs a new object with attributes and blocks configured for the `text_color` +Terraform sub block. + + + +**Args**: + - `gradient` (`list[obj]`): Set the `gradient` field on the resulting object. When `null`, the `gradient` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuegradientnew) constructor. + - `solid` (`list[obj]`): Set the `solid` field on the resulting object. When `null`, the `solid` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuesolidnew) constructor. + +**Returns**: + - An attribute object that represents the `text_color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.new` constructs a new object with attributes and blocks configured for the `gradient` +Terraform sub block. + + + +**Args**: + - `expression` (`string`): Set the `expression` field on the resulting object. + - `color` (`list[obj]`): Set the `color` field on the resulting object. When `null`, the `color` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorcolornew) constructor. + +**Returns**: + - An attribute object that represents the `gradient` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.new` constructs a new object with attributes and blocks configured for the `color` +Terraform sub block. + + + +**Args**: + - `stops` (`list[obj]`): Set the `stops` field on the resulting object. When `null`, the `stops` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new](#fn-definitiondefinitionsheetsvisualskpi_visualconditional_formattingconditional_formatting_optionscomparison_valuetext_colorgradientstopsnew) constructor. + +**Returns**: + - An attribute object that represents the `color` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.gradient.color.stops.new` constructs a new object with attributes and blocks configured for the `stops` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `data_value` (`number`): Set the `data_value` field on the resulting object. When `null`, the `data_value` field will be omitted from the resulting object. + - `gradient_offset` (`number`): Set the `gradient_offset` field on the resulting object. + +**Returns**: + - An attribute object that represents the `stops` sub block. + + +## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid + + + +### fn definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new + +```ts +new() +``` + + +`aws.quicksight_template.definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.comparison_value.text_color.solid.new` constructs a new object with attributes and blocks configured for the `solid` +Terraform sub block. + + + +**Args**: + - `color` (`string`): Set the `color` field on the resulting object. When `null`, the `color` field will be omitted from the resulting object. + - `expression` (`string`): Set the `expression` field on the resulting object. + +**Returns**: + - An attribute object that represents the `solid` sub block. + + ## obj definition.sheets.visuals.kpi_visual.conditional_formatting.conditional_formatting_options.primary_value diff --git a/docs/5.x/rds_cluster.md b/docs/5.x/rds_cluster.md index bace62fc..b7577999 100644 --- a/docs/5.x/rds_cluster.md +++ b/docs/5.x/rds_cluster.md @@ -31,6 +31,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withDbInstanceParameterGroupName()`](#fn-withdbinstanceparametergroupname) * [`fn withDbSubnetGroupName()`](#fn-withdbsubnetgroupname) * [`fn withDbSystemId()`](#fn-withdbsystemid) +* [`fn withDeleteAutomatedBackups()`](#fn-withdeleteautomatedbackups) * [`fn withDeletionProtection()`](#fn-withdeletionprotection) * [`fn withEnableGlobalWriteForwarding()`](#fn-withenableglobalwriteforwarding) * [`fn withEnableHttpEndpoint()`](#fn-withenablehttpendpoint) @@ -127,6 +128,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `db_instance_parameter_group_name` (`string`): Set the `db_instance_parameter_group_name` field on the resulting resource block. When `null`, the `db_instance_parameter_group_name` field will be omitted from the resulting object. - `db_subnet_group_name` (`string`): Set the `db_subnet_group_name` field on the resulting resource block. When `null`, the `db_subnet_group_name` field will be omitted from the resulting object. - `db_system_id` (`string`): Set the `db_system_id` field on the resulting resource block. When `null`, the `db_system_id` field will be omitted from the resulting object. + - `delete_automated_backups` (`bool`): Set the `delete_automated_backups` field on the resulting resource block. When `null`, the `delete_automated_backups` field will be omitted from the resulting object. - `deletion_protection` (`bool`): Set the `deletion_protection` field on the resulting resource block. When `null`, the `deletion_protection` field will be omitted from the resulting object. - `enable_global_write_forwarding` (`bool`): Set the `enable_global_write_forwarding` field on the resulting resource block. When `null`, the `enable_global_write_forwarding` field will be omitted from the resulting object. - `enable_http_endpoint` (`bool`): Set the `enable_http_endpoint` field on the resulting resource block. When `null`, the `enable_http_endpoint` field will be omitted from the resulting object. @@ -201,6 +203,7 @@ injecting into a complete block. - `db_instance_parameter_group_name` (`string`): Set the `db_instance_parameter_group_name` field on the resulting object. When `null`, the `db_instance_parameter_group_name` field will be omitted from the resulting object. - `db_subnet_group_name` (`string`): Set the `db_subnet_group_name` field on the resulting object. When `null`, the `db_subnet_group_name` field will be omitted from the resulting object. - `db_system_id` (`string`): Set the `db_system_id` field on the resulting object. When `null`, the `db_system_id` field will be omitted from the resulting object. + - `delete_automated_backups` (`bool`): Set the `delete_automated_backups` field on the resulting object. When `null`, the `delete_automated_backups` field will be omitted from the resulting object. - `deletion_protection` (`bool`): Set the `deletion_protection` field on the resulting object. When `null`, the `deletion_protection` field will be omitted from the resulting object. - `enable_global_write_forwarding` (`bool`): Set the `enable_global_write_forwarding` field on the resulting object. When `null`, the `enable_global_write_forwarding` field will be omitted from the resulting object. - `enable_http_endpoint` (`bool`): Set the `enable_http_endpoint` field on the resulting object. When `null`, the `enable_http_endpoint` field will be omitted from the resulting object. @@ -497,6 +500,22 @@ Terraform resource block to set or update the db_system_id field. - `value` (`string`): The value to set for the `db_system_id` field. +### fn withDeleteAutomatedBackups + +```ts +withDeleteAutomatedBackups() +``` + +`aws.bool.withDeleteAutomatedBackups` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the delete_automated_backups field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `delete_automated_backups` field. + + ### fn withDeletionProtection ```ts