From d1a6cbb1d33554d4f75ce3672a776cf7cbb7ad62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 17 Nov 2023 01:52:35 +0000 Subject: [PATCH 01/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/data/iot_registration_code.libsonnet | 19 + 5.x/_gen/data/main.libsonnet | 1 + 5.x/_gen/main.libsonnet | 4 + 5.x/_gen/provider_aws.libsonnet | 22 +- .../resources/autoscaling_group.libsonnet | 38 +- ...invocation_logging_configuration.libsonnet | 90 +++ 5.x/_gen/resources/elasticache_user.libsonnet | 4 +- .../resources/iot_billing_group.libsonnet | 94 +++ .../resources/iot_ca_certificate.libsonnet | 154 ++++ .../iot_event_configurations.libsonnet | 32 + 5.x/_gen/resources/iot_policy.libsonnet | 41 +- .../resources/quicksight_analysis.libsonnet | 272 ++++++- .../resources/quicksight_dashboard.libsonnet | 272 ++++++- .../resources/quicksight_template.libsonnet | 272 ++++++- 5.x/_gen/resources/rds_cluster.libsonnet | 18 +- docs/5.x/README.md | 4 + docs/5.x/autoscaling_group.md | 67 ++ ..._model_invocation_logging_configuration.md | 221 ++++++ docs/5.x/data/index.md | 1 + docs/5.x/data/iot_registration_code.md | 71 ++ docs/5.x/elasticache_user.md | 1 + docs/5.x/iot_billing_group.md | 196 ++++++ docs/5.x/iot_ca_certificate.md | 274 ++++++++ docs/5.x/iot_event_configurations.md | 92 +++ docs/5.x/iot_policy.md | 66 ++ docs/5.x/provider.md | 12 +- docs/5.x/quicksight_analysis.md | 664 +++++++++++++++++- docs/5.x/quicksight_dashboard.md | 664 +++++++++++++++++- docs/5.x/quicksight_template.md | 664 +++++++++++++++++- docs/5.x/rds_cluster.md | 19 + 30 files changed, 4308 insertions(+), 41 deletions(-) create mode 100644 5.x/_gen/data/iot_registration_code.libsonnet create mode 100644 5.x/_gen/resources/bedrock_model_invocation_logging_configuration.libsonnet create mode 100644 5.x/_gen/resources/iot_billing_group.libsonnet create mode 100644 5.x/_gen/resources/iot_ca_certificate.libsonnet create mode 100644 5.x/_gen/resources/iot_event_configurations.libsonnet create mode 100644 docs/5.x/bedrock_model_invocation_logging_configuration.md create mode 100644 docs/5.x/data/iot_registration_code.md create mode 100644 docs/5.x/iot_billing_group.md create mode 100644 docs/5.x/iot_ca_certificate.md create mode 100644 docs/5.x/iot_event_configurations.md 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 From d69379b7bf4437c09aeec89460045dc8ab4cc58d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 27 Nov 2023 20:49:59 +0000 Subject: [PATCH 02/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- .../emr_supported_instance_types.libsonnet | 61 ++++ 5.x/_gen/data/main.libsonnet | 1 + 5.x/_gen/main.libsonnet | 6 + ...to_scaling_configuration_version.libsonnet | 32 ++ .../resources/apprunner_service.libsonnet | 12 +- .../resources/cloudwatch_event_rule.libsonnet | 18 +- .../elasticache_replication_group.libsonnet | 18 +- .../lexv2models_bot_version.libsonnet | 110 +++++++ ...3_bucket_lifecycle_configuration.libsonnet | 46 ++- .../resources/s3_bucket_logging.libsonnet | 54 +++- .../s3control_access_grant.libsonnet | 156 +++++++++ ...s3control_access_grants_instance.libsonnet | 45 +++ ..._grants_instance_resource_policy.libsonnet | 45 +++ ...s3control_access_grants_location.libsonnet | 76 +++++ docs/5.x/README.md | 6 + ...ault_auto_scaling_configuration_version.md | 92 ++++++ docs/5.x/apprunner_service.md | 2 + docs/5.x/cloudwatch_event_rule.md | 19 ++ docs/5.x/data/emr_supported_instance_types.md | 155 +++++++++ docs/5.x/data/index.md | 1 + docs/5.x/elasticache_replication_group.md | 19 ++ docs/5.x/lexv2models_bot_version.md | 215 +++++++++++++ docs/5.x/s3_bucket_lifecycle_configuration.md | 66 ++++ docs/5.x/s3_bucket_logging.md | 114 +++++++ docs/5.x/s3control_access_grant.md | 301 ++++++++++++++++++ docs/5.x/s3control_access_grants_instance.md | 111 +++++++ ..._access_grants_instance_resource_policy.md | 111 +++++++ docs/5.x/s3control_access_grants_location.md | 149 +++++++++ 28 files changed, 2026 insertions(+), 15 deletions(-) create mode 100644 5.x/_gen/data/emr_supported_instance_types.libsonnet create mode 100644 5.x/_gen/resources/apprunner_default_auto_scaling_configuration_version.libsonnet create mode 100644 5.x/_gen/resources/lexv2models_bot_version.libsonnet create mode 100644 5.x/_gen/resources/s3control_access_grant.libsonnet create mode 100644 5.x/_gen/resources/s3control_access_grants_instance.libsonnet create mode 100644 5.x/_gen/resources/s3control_access_grants_instance_resource_policy.libsonnet create mode 100644 5.x/_gen/resources/s3control_access_grants_location.libsonnet create mode 100644 docs/5.x/apprunner_default_auto_scaling_configuration_version.md create mode 100644 docs/5.x/data/emr_supported_instance_types.md create mode 100644 docs/5.x/lexv2models_bot_version.md create mode 100644 docs/5.x/s3control_access_grant.md create mode 100644 docs/5.x/s3control_access_grants_instance.md create mode 100644 docs/5.x/s3control_access_grants_instance_resource_policy.md create mode 100644 docs/5.x/s3control_access_grants_location.md diff --git a/5.x/_gen/data/emr_supported_instance_types.libsonnet b/5.x/_gen/data/emr_supported_instance_types.libsonnet new file mode 100644 index 00000000..f7d8c4c1 --- /dev/null +++ b/5.x/_gen/data/emr_supported_instance_types.libsonnet @@ -0,0 +1,61 @@ +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='emr_supported_instance_types', url='', help='`emr_supported_instance_types` represents the `aws_emr_supported_instance_types` 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.emr_supported_instance_types.new` injects a new `data_aws_emr_supported_instance_types` 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.emr_supported_instance_types.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.emr_supported_instance_types` using the reference:\n\n $._ref.data_aws_emr_supported_instance_types.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_emr_supported_instance_types.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 - `release_label` (`string`): Set the `release_label` field on the resulting data source block.\n - `supported_instance_types` (`list[obj]`): Set the `supported_instance_types` field on the resulting data source block. When `null`, the `supported_instance_types` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.emr_supported_instance_types.supported_instance_types.new](#fn-supported_instance_typesnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + release_label, + supported_instance_types=null, + _meta={} + ):: tf.withData( + type='aws_emr_supported_instance_types', + label=dataSrcLabel, + attrs=self.newAttrs(release_label=release_label, supported_instance_types=supported_instance_types), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.emr_supported_instance_types.newAttrs` constructs a new object with attributes and blocks configured for the `emr_supported_instance_types`\nTerraform data source.\n\nUnlike [aws.data.emr_supported_instance_types.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**Args**:\n - `release_label` (`string`): Set the `release_label` field on the resulting object.\n - `supported_instance_types` (`list[obj]`): Set the `supported_instance_types` field on the resulting object. When `null`, the `supported_instance_types` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.emr_supported_instance_types.supported_instance_types.new](#fn-supported_instance_typesnew) constructor.\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 `emr_supported_instance_types` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + release_label, + supported_instance_types=null + ):: std.prune(a={ + release_label: release_label, + supported_instance_types: supported_instance_types, + }), + supported_instance_types:: { + '#new':: d.fn(help='\n`aws.emr_supported_instance_types.supported_instance_types.new` constructs a new object with attributes and blocks configured for the `supported_instance_types`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `supported_instance_types` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + '#withReleaseLabel':: d.fn(help='`aws.string.withReleaseLabel` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the release_label field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `release_label` field.\n', args=[]), + withReleaseLabel(dataSrcLabel, value): { + data+: { + aws_emr_supported_instance_types+: { + [dataSrcLabel]+: { + release_label: value, + }, + }, + }, + }, + '#withSupportedInstanceTypes':: d.fn(help='`aws.list[obj].withSupportedInstanceTypes` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the supported_instance_types 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].withSupportedInstanceTypesMixin](TODO) function.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `supported_instance_types` field.\n', args=[]), + withSupportedInstanceTypes(dataSrcLabel, value): { + data+: { + aws_emr_supported_instance_types+: { + [dataSrcLabel]+: { + supported_instance_types: value, + }, + }, + }, + }, + '#withSupportedInstanceTypesMixin':: d.fn(help='`aws.list[obj].withSupportedInstanceTypesMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the supported_instance_types 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].withSupportedInstanceTypes](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `supported_instance_types` field.\n', args=[]), + withSupportedInstanceTypesMixin(dataSrcLabel, value): { + data+: { + aws_emr_supported_instance_types+: { + [dataSrcLabel]+: { + supported_instance_types+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index 24a14a39..f7afde63 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -214,6 +214,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); elb_hosted_zone_id: (import 'elb_hosted_zone_id.libsonnet'), elb_service_account: (import 'elb_service_account.libsonnet'), emr_release_labels: (import 'emr_release_labels.libsonnet'), + emr_supported_instance_types: (import 'emr_supported_instance_types.libsonnet'), emrcontainers_virtual_cluster: (import 'emrcontainers_virtual_cluster.libsonnet'), fsx_ontap_file_system: (import 'fsx_ontap_file_system.libsonnet'), fsx_ontap_storage_virtual_machine: (import 'fsx_ontap_storage_virtual_machine.libsonnet'), diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 8c0d8a70..58d161b4 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -91,6 +91,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); apprunner_auto_scaling_configuration_version: (import 'resources/apprunner_auto_scaling_configuration_version.libsonnet'), apprunner_connection: (import 'resources/apprunner_connection.libsonnet'), apprunner_custom_domain_association: (import 'resources/apprunner_custom_domain_association.libsonnet'), + apprunner_default_auto_scaling_configuration_version: (import 'resources/apprunner_default_auto_scaling_configuration_version.libsonnet'), apprunner_observability_configuration: (import 'resources/apprunner_observability_configuration.libsonnet'), apprunner_service: (import 'resources/apprunner_service.libsonnet'), apprunner_vpc_connector: (import 'resources/apprunner_vpc_connector.libsonnet'), @@ -703,6 +704,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); lex_slot_type: (import 'resources/lex_slot_type.libsonnet'), lexv2models_bot: (import 'resources/lexv2models_bot.libsonnet'), lexv2models_bot_locale: (import 'resources/lexv2models_bot_locale.libsonnet'), + lexv2models_bot_version: (import 'resources/lexv2models_bot_version.libsonnet'), licensemanager_association: (import 'resources/licensemanager_association.libsonnet'), licensemanager_grant: (import 'resources/licensemanager_grant.libsonnet'), licensemanager_grant_accepter: (import 'resources/licensemanager_grant_accepter.libsonnet'), @@ -1004,6 +1006,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); s3_bucket_website_configuration: (import 'resources/s3_bucket_website_configuration.libsonnet'), s3_object: (import 'resources/s3_object.libsonnet'), s3_object_copy: (import 'resources/s3_object_copy.libsonnet'), + s3control_access_grant: (import 'resources/s3control_access_grant.libsonnet'), + s3control_access_grants_instance: (import 'resources/s3control_access_grants_instance.libsonnet'), + s3control_access_grants_instance_resource_policy: (import 'resources/s3control_access_grants_instance_resource_policy.libsonnet'), + s3control_access_grants_location: (import 'resources/s3control_access_grants_location.libsonnet'), s3control_access_point_policy: (import 'resources/s3control_access_point_policy.libsonnet'), s3control_bucket: (import 'resources/s3control_bucket.libsonnet'), s3control_bucket_lifecycle_configuration: (import 'resources/s3control_bucket_lifecycle_configuration.libsonnet'), diff --git a/5.x/_gen/resources/apprunner_default_auto_scaling_configuration_version.libsonnet b/5.x/_gen/resources/apprunner_default_auto_scaling_configuration_version.libsonnet new file mode 100644 index 00000000..1e23f0bc --- /dev/null +++ b/5.x/_gen/resources/apprunner_default_auto_scaling_configuration_version.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='apprunner_default_auto_scaling_configuration_version', url='', help='`apprunner_default_auto_scaling_configuration_version` represents the `aws_apprunner_default_auto_scaling_configuration_version` 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.apprunner_default_auto_scaling_configuration_version.new` injects a new `aws_apprunner_default_auto_scaling_configuration_version` 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.apprunner_default_auto_scaling_configuration_version.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.apprunner_default_auto_scaling_configuration_version` using the reference:\n\n $._ref.aws_apprunner_default_auto_scaling_configuration_version.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_apprunner_default_auto_scaling_configuration_version.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 - `auto_scaling_configuration_arn` (`string`): Set the `auto_scaling_configuration_arn` 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, + auto_scaling_configuration_arn, + _meta={} + ):: tf.withResource( + type='aws_apprunner_default_auto_scaling_configuration_version', + label=resourceLabel, + attrs=self.newAttrs(auto_scaling_configuration_arn=auto_scaling_configuration_arn), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.apprunner_default_auto_scaling_configuration_version.newAttrs` constructs a new object with attributes and blocks configured for the `apprunner_default_auto_scaling_configuration_version`\nTerraform resource.\n\nUnlike [aws.apprunner_default_auto_scaling_configuration_version.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 - `auto_scaling_configuration_arn` (`string`): Set the `auto_scaling_configuration_arn` 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 `apprunner_default_auto_scaling_configuration_version` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + auto_scaling_configuration_arn + ):: std.prune(a={ + auto_scaling_configuration_arn: auto_scaling_configuration_arn, + }), + '#withAutoScalingConfigurationArn':: d.fn(help='`aws.string.withAutoScalingConfigurationArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the auto_scaling_configuration_arn 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 `auto_scaling_configuration_arn` field.\n', args=[]), + withAutoScalingConfigurationArn(resourceLabel, value): { + resource+: { + aws_apprunner_default_auto_scaling_configuration_version+: { + [resourceLabel]+: { + auto_scaling_configuration_arn: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/apprunner_service.libsonnet b/5.x/_gen/resources/apprunner_service.libsonnet index ab5e3fd4..964dc3a5 100644 --- a/5.x/_gen/resources/apprunner_service.libsonnet +++ b/5.x/_gen/resources/apprunner_service.libsonnet @@ -59,13 +59,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); is_publicly_accessible: is_publicly_accessible, }), }, - '#new':: d.fn(help='\n`aws.apprunner_service.network_configuration.new` constructs a new object with attributes and blocks configured for the `network_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `egress_configuration` (`list[obj]`): Set the `egress_configuration` field on the resulting object. When `null`, the `egress_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.apprunner_service.network_configuration.egress_configuration.new](#fn-network_configurationegress_configurationnew) constructor.\n - `ingress_configuration` (`list[obj]`): Set the `ingress_configuration` field on the resulting object. When `null`, the `ingress_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.apprunner_service.network_configuration.ingress_configuration.new](#fn-network_configurationingress_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `network_configuration` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.apprunner_service.network_configuration.new` constructs a new object with attributes and blocks configured for the `network_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `egress_configuration` (`list[obj]`): Set the `egress_configuration` field on the resulting object. When `null`, the `egress_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.apprunner_service.network_configuration.egress_configuration.new](#fn-network_configurationegress_configurationnew) constructor.\n - `ingress_configuration` (`list[obj]`): Set the `ingress_configuration` field on the resulting object. When `null`, the `ingress_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.apprunner_service.network_configuration.ingress_configuration.new](#fn-network_configurationingress_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `network_configuration` sub block.\n', args=[]), new( egress_configuration=null, - ingress_configuration=null + ingress_configuration=null, + ip_address_type=null ):: std.prune(a={ egress_configuration: egress_configuration, ingress_configuration: ingress_configuration, + ip_address_type: ip_address_type, }), }, '#new':: d.fn(help="\n`aws.apprunner_service.new` injects a new `aws_apprunner_service` 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.apprunner_service.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.apprunner_service` using the reference:\n\n $._ref.aws_apprunner_service.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_apprunner_service.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 - `auto_scaling_configuration_arn` (`string`): Set the `auto_scaling_configuration_arn` field on the resulting resource block. When `null`, the `auto_scaling_configuration_arn` field will be omitted from the resulting object.\n - `service_name` (`string`): Set the `service_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 - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting resource block. When `null`, the `encryption_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.apprunner_service.encryption_configuration.new](#fn-encryption_configurationnew) constructor.\n - `health_check_configuration` (`list[obj]`): Set the `health_check_configuration` field on the resulting resource block. When `null`, the `health_check_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.apprunner_service.health_check_configuration.new](#fn-health_check_configurationnew) constructor.\n - `instance_configuration` (`list[obj]`): Set the `instance_configuration` field on the resulting resource block. When `null`, the `instance_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.apprunner_service.instance_configuration.new](#fn-instance_configurationnew) constructor.\n - `network_configuration` (`list[obj]`): Set the `network_configuration` field on the resulting resource block. When `null`, the `network_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.apprunner_service.network_configuration.new](#fn-network_configurationnew) constructor.\n - `observability_configuration` (`list[obj]`): Set the `observability_configuration` field on the resulting resource block. When `null`, the `observability_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.apprunner_service.observability_configuration.new](#fn-observability_configurationnew) constructor.\n - `source_configuration` (`list[obj]`): Set the `source_configuration` field on the resulting resource block. When `null`, the `source_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.apprunner_service.source_configuration.new](#fn-source_configurationnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), @@ -173,15 +175,17 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); configuration_source: configuration_source, }), }, - '#new':: d.fn(help='\n`aws.apprunner_service.source_configuration.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository`\nTerraform sub block.\n\n\n\n**Args**:\n - `repository_url` (`string`): Set the `repository_url` field on the resulting object.\n - `code_configuration` (`list[obj]`): Set the `code_configuration` field on the resulting object. When `null`, the `code_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.apprunner_service.source_configuration.code_repository.code_configuration.new](#fn-source_configurationsource_configurationcode_configurationnew) constructor.\n - `source_code_version` (`list[obj]`): Set the `source_code_version` field on the resulting object. When `null`, the `source_code_version` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.apprunner_service.source_configuration.code_repository.source_code_version.new](#fn-source_configurationsource_configurationsource_code_versionnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `code_repository` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.apprunner_service.source_configuration.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository`\nTerraform sub block.\n\n\n\n**Args**:\n - `repository_url` (`string`): Set the `repository_url` field on the resulting object.\n - `source_directory` (`string`): Set the `source_directory` field on the resulting object. When `null`, the `source_directory` field will be omitted from the resulting object.\n - `code_configuration` (`list[obj]`): Set the `code_configuration` field on the resulting object. When `null`, the `code_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.apprunner_service.source_configuration.code_repository.code_configuration.new](#fn-source_configurationsource_configurationcode_configurationnew) constructor.\n - `source_code_version` (`list[obj]`): Set the `source_code_version` field on the resulting object. When `null`, the `source_code_version` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.apprunner_service.source_configuration.code_repository.source_code_version.new](#fn-source_configurationsource_configurationsource_code_versionnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `code_repository` sub block.\n', args=[]), new( repository_url, code_configuration=null, - source_code_version=null + source_code_version=null, + source_directory=null ):: std.prune(a={ code_configuration: code_configuration, repository_url: repository_url, source_code_version: source_code_version, + source_directory: source_directory, }), source_code_version:: { '#new':: d.fn(help='\n`aws.apprunner_service.source_configuration.code_repository.source_code_version.new` constructs a new object with attributes and blocks configured for the `source_code_version`\nTerraform sub block.\n\n\n\n**Args**:\n - `type` (`string`): Set the `type` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `source_code_version` sub block.\n', args=[]), diff --git a/5.x/_gen/resources/cloudwatch_event_rule.libsonnet b/5.x/_gen/resources/cloudwatch_event_rule.libsonnet index f0b98909..5e6db9f6 100644 --- a/5.x/_gen/resources/cloudwatch_event_rule.libsonnet +++ b/5.x/_gen/resources/cloudwatch_event_rule.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='cloudwatch_event_rule', url='', help='`cloudwatch_event_rule` represents the `aws_cloudwatch_event_rule` 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.cloudwatch_event_rule.new` injects a new `aws_cloudwatch_event_rule` 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.cloudwatch_event_rule.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.cloudwatch_event_rule` using the reference:\n\n $._ref.aws_cloudwatch_event_rule.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_cloudwatch_event_rule.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `event_bus_name` (`string`): Set the `event_bus_name` field on the resulting resource block. When `null`, the `event_bus_name` field will be omitted from the resulting object.\n - `event_pattern` (`string`): Set the `event_pattern` field on the resulting resource block. When `null`, the `event_pattern` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting resource block. When `null`, the `is_enabled` field will be omitted from the resulting object.\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 - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `schedule_expression` (`string`): Set the `schedule_expression` field on the resulting resource block. When `null`, the `schedule_expression` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.cloudwatch_event_rule.new` injects a new `aws_cloudwatch_event_rule` 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.cloudwatch_event_rule.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.cloudwatch_event_rule` using the reference:\n\n $._ref.aws_cloudwatch_event_rule.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_cloudwatch_event_rule.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `event_bus_name` (`string`): Set the `event_bus_name` field on the resulting resource block. When `null`, the `event_bus_name` field will be omitted from the resulting object.\n - `event_pattern` (`string`): Set the `event_pattern` field on the resulting resource block. When `null`, the `event_pattern` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting resource block. When `null`, the `is_enabled` field will be omitted from the resulting object.\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 - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `schedule_expression` (`string`): Set the `schedule_expression` field on the resulting resource block. When `null`, the `schedule_expression` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting resource block. When `null`, the `state` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, description=null, @@ -13,6 +13,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name_prefix=null, role_arn=null, schedule_expression=null, + state=null, tags=null, tags_all=null, _meta={} @@ -28,12 +29,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name_prefix=name_prefix, role_arn=role_arn, schedule_expression=schedule_expression, + state=state, tags=tags, tags_all=tags_all ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.cloudwatch_event_rule.newAttrs` constructs a new object with attributes and blocks configured for the `cloudwatch_event_rule`\nTerraform resource.\n\nUnlike [aws.cloudwatch_event_rule.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `event_bus_name` (`string`): Set the `event_bus_name` field on the resulting object. When `null`, the `event_bus_name` field will be omitted from the resulting object.\n - `event_pattern` (`string`): Set the `event_pattern` field on the resulting object. When `null`, the `event_pattern` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting object. When `null`, the `is_enabled` field will be omitted from 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 - `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 - `schedule_expression` (`string`): Set the `schedule_expression` field on the resulting object. When `null`, the `schedule_expression` 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\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 `cloudwatch_event_rule` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.cloudwatch_event_rule.newAttrs` constructs a new object with attributes and blocks configured for the `cloudwatch_event_rule`\nTerraform resource.\n\nUnlike [aws.cloudwatch_event_rule.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `event_bus_name` (`string`): Set the `event_bus_name` field on the resulting object. When `null`, the `event_bus_name` field will be omitted from the resulting object.\n - `event_pattern` (`string`): Set the `event_pattern` field on the resulting object. When `null`, the `event_pattern` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting object. When `null`, the `is_enabled` field will be omitted from 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 - `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 - `schedule_expression` (`string`): Set the `schedule_expression` field on the resulting object. When `null`, the `schedule_expression` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` 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\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 `cloudwatch_event_rule` resource into the root Terraform configuration.\n', args=[]), newAttrs( description=null, event_bus_name=null, @@ -43,6 +45,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name_prefix=null, role_arn=null, schedule_expression=null, + state=null, tags=null, tags_all=null ):: std.prune(a={ @@ -54,6 +57,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name_prefix: name_prefix, role_arn: role_arn, schedule_expression: schedule_expression, + state: state, tags: tags, tags_all: tags_all, }), @@ -137,6 +141,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withState':: d.fn(help='`aws.string.withState` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the state 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 `state` field.\n', args=[]), + withState(resourceLabel, value): { + resource+: { + aws_cloudwatch_event_rule+: { + [resourceLabel]+: { + state: 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+: { diff --git a/5.x/_gen/resources/elasticache_replication_group.libsonnet b/5.x/_gen/resources/elasticache_replication_group.libsonnet index 38ba5cfc..4a6eff3a 100644 --- a/5.x/_gen/resources/elasticache_replication_group.libsonnet +++ b/5.x/_gen/resources/elasticache_replication_group.libsonnet @@ -16,13 +16,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); log_type: log_type, }), }, - '#new':: d.fn(help="\n`aws.elasticache_replication_group.new` injects a new `aws_elasticache_replication_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.elasticache_replication_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.elasticache_replication_group` using the reference:\n\n $._ref.aws_elasticache_replication_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_elasticache_replication_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 - `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 - `at_rest_encryption_enabled` (`bool`): Set the `at_rest_encryption_enabled` field on the resulting resource block. When `null`, the `at_rest_encryption_enabled` field will be omitted from the resulting object.\n - `auth_token` (`string`): Set the `auth_token` field on the resulting resource block. When `null`, the `auth_token` field will be omitted from the resulting object.\n - `auto_minor_version_upgrade` (`string`): Set the `auto_minor_version_upgrade` field on the resulting resource block. When `null`, the `auto_minor_version_upgrade` field will be omitted from the resulting object.\n - `automatic_failover_enabled` (`bool`): Set the `automatic_failover_enabled` field on the resulting resource block. When `null`, the `automatic_failover_enabled` field will be omitted from the resulting object.\n - `data_tiering_enabled` (`bool`): Set the `data_tiering_enabled` field on the resulting resource block. When `null`, the `data_tiering_enabled` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block. When `null`, the `engine` 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_replication_group_id` (`string`): Set the `global_replication_group_id` field on the resulting resource block. When `null`, the `global_replication_group_id` field will be omitted from the resulting object.\n - `ip_discovery` (`string`): Set the `ip_discovery` field on the resulting resource block. When `null`, the `ip_discovery` 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 - `maintenance_window` (`string`): Set the `maintenance_window` field on the resulting resource block. When `null`, the `maintenance_window` field will be omitted from the resulting object.\n - `multi_az_enabled` (`bool`): Set the `multi_az_enabled` field on the resulting resource block. When `null`, the `multi_az_enabled` 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 - `node_type` (`string`): Set the `node_type` field on the resulting resource block. When `null`, the `node_type` field will be omitted from the resulting object.\n - `notification_topic_arn` (`string`): Set the `notification_topic_arn` field on the resulting resource block. When `null`, the `notification_topic_arn` field will be omitted from the resulting object.\n - `num_cache_clusters` (`number`): Set the `num_cache_clusters` field on the resulting resource block. When `null`, the `num_cache_clusters` field will be omitted from the resulting object.\n - `num_node_groups` (`number`): Set the `num_node_groups` field on the resulting resource block. When `null`, the `num_node_groups` field will be omitted from the resulting object.\n - `parameter_group_name` (`string`): Set the `parameter_group_name` field on the resulting resource block. When `null`, the `parameter_group_name` 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_cache_cluster_azs` (`list`): Set the `preferred_cache_cluster_azs` field on the resulting resource block. When `null`, the `preferred_cache_cluster_azs` field will be omitted from the resulting object.\n - `replicas_per_node_group` (`number`): Set the `replicas_per_node_group` field on the resulting resource block. When `null`, the `replicas_per_node_group` field will be omitted from the resulting object.\n - `replication_group_id` (`string`): Set the `replication_group_id` field on the resulting resource block.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `security_group_names` (`list`): Set the `security_group_names` field on the resulting resource block. When `null`, the `security_group_names` field will be omitted from the resulting object.\n - `snapshot_arns` (`list`): Set the `snapshot_arns` field on the resulting resource block. When `null`, the `snapshot_arns` field will be omitted from the resulting object.\n - `snapshot_name` (`string`): Set the `snapshot_name` field on the resulting resource block. When `null`, the `snapshot_name` field will be omitted from the resulting object.\n - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting resource block. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object.\n - `snapshot_window` (`string`): Set the `snapshot_window` field on the resulting resource block. When `null`, the `snapshot_window` field will be omitted from the resulting object.\n - `subnet_group_name` (`string`): Set the `subnet_group_name` field on the resulting resource block. When `null`, the `subnet_group_name` 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 - `transit_encryption_enabled` (`bool`): Set the `transit_encryption_enabled` field on the resulting resource block. When `null`, the `transit_encryption_enabled` field will be omitted from the resulting object.\n - `user_group_ids` (`list`): Set the `user_group_ids` field on the resulting resource block. When `null`, the `user_group_ids` field will be omitted from the resulting object.\n - `log_delivery_configuration` (`list[obj]`): Set the `log_delivery_configuration` field on the resulting resource block. When `null`, the `log_delivery_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.elasticache_replication_group.log_delivery_configuration.new](#fn-log_delivery_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.elasticache_replication_group.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.elasticache_replication_group.new` injects a new `aws_elasticache_replication_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.elasticache_replication_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.elasticache_replication_group` using the reference:\n\n $._ref.aws_elasticache_replication_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_elasticache_replication_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 - `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 - `at_rest_encryption_enabled` (`bool`): Set the `at_rest_encryption_enabled` field on the resulting resource block. When `null`, the `at_rest_encryption_enabled` field will be omitted from the resulting object.\n - `auth_token` (`string`): Set the `auth_token` field on the resulting resource block. When `null`, the `auth_token` field will be omitted from the resulting object.\n - `auth_token_update_strategy` (`string`): Set the `auth_token_update_strategy` field on the resulting resource block. When `null`, the `auth_token_update_strategy` field will be omitted from the resulting object.\n - `auto_minor_version_upgrade` (`string`): Set the `auto_minor_version_upgrade` field on the resulting resource block. When `null`, the `auto_minor_version_upgrade` field will be omitted from the resulting object.\n - `automatic_failover_enabled` (`bool`): Set the `automatic_failover_enabled` field on the resulting resource block. When `null`, the `automatic_failover_enabled` field will be omitted from the resulting object.\n - `data_tiering_enabled` (`bool`): Set the `data_tiering_enabled` field on the resulting resource block. When `null`, the `data_tiering_enabled` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block. When `null`, the `engine` 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_replication_group_id` (`string`): Set the `global_replication_group_id` field on the resulting resource block. When `null`, the `global_replication_group_id` field will be omitted from the resulting object.\n - `ip_discovery` (`string`): Set the `ip_discovery` field on the resulting resource block. When `null`, the `ip_discovery` 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 - `maintenance_window` (`string`): Set the `maintenance_window` field on the resulting resource block. When `null`, the `maintenance_window` field will be omitted from the resulting object.\n - `multi_az_enabled` (`bool`): Set the `multi_az_enabled` field on the resulting resource block. When `null`, the `multi_az_enabled` 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 - `node_type` (`string`): Set the `node_type` field on the resulting resource block. When `null`, the `node_type` field will be omitted from the resulting object.\n - `notification_topic_arn` (`string`): Set the `notification_topic_arn` field on the resulting resource block. When `null`, the `notification_topic_arn` field will be omitted from the resulting object.\n - `num_cache_clusters` (`number`): Set the `num_cache_clusters` field on the resulting resource block. When `null`, the `num_cache_clusters` field will be omitted from the resulting object.\n - `num_node_groups` (`number`): Set the `num_node_groups` field on the resulting resource block. When `null`, the `num_node_groups` field will be omitted from the resulting object.\n - `parameter_group_name` (`string`): Set the `parameter_group_name` field on the resulting resource block. When `null`, the `parameter_group_name` 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_cache_cluster_azs` (`list`): Set the `preferred_cache_cluster_azs` field on the resulting resource block. When `null`, the `preferred_cache_cluster_azs` field will be omitted from the resulting object.\n - `replicas_per_node_group` (`number`): Set the `replicas_per_node_group` field on the resulting resource block. When `null`, the `replicas_per_node_group` field will be omitted from the resulting object.\n - `replication_group_id` (`string`): Set the `replication_group_id` field on the resulting resource block.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `security_group_names` (`list`): Set the `security_group_names` field on the resulting resource block. When `null`, the `security_group_names` field will be omitted from the resulting object.\n - `snapshot_arns` (`list`): Set the `snapshot_arns` field on the resulting resource block. When `null`, the `snapshot_arns` field will be omitted from the resulting object.\n - `snapshot_name` (`string`): Set the `snapshot_name` field on the resulting resource block. When `null`, the `snapshot_name` field will be omitted from the resulting object.\n - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting resource block. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object.\n - `snapshot_window` (`string`): Set the `snapshot_window` field on the resulting resource block. When `null`, the `snapshot_window` field will be omitted from the resulting object.\n - `subnet_group_name` (`string`): Set the `subnet_group_name` field on the resulting resource block. When `null`, the `subnet_group_name` 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 - `transit_encryption_enabled` (`bool`): Set the `transit_encryption_enabled` field on the resulting resource block. When `null`, the `transit_encryption_enabled` field will be omitted from the resulting object.\n - `user_group_ids` (`list`): Set the `user_group_ids` field on the resulting resource block. When `null`, the `user_group_ids` field will be omitted from the resulting object.\n - `log_delivery_configuration` (`list[obj]`): Set the `log_delivery_configuration` field on the resulting resource block. When `null`, the `log_delivery_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.elasticache_replication_group.log_delivery_configuration.new](#fn-log_delivery_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.elasticache_replication_group.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, replication_group_id, apply_immediately=null, at_rest_encryption_enabled=null, auth_token=null, + auth_token_update_strategy=null, auto_minor_version_upgrade=null, automatic_failover_enabled=null, data_tiering_enabled=null, @@ -65,6 +66,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); apply_immediately=apply_immediately, at_rest_encryption_enabled=at_rest_encryption_enabled, auth_token=auth_token, + auth_token_update_strategy=auth_token_update_strategy, auto_minor_version_upgrade=auto_minor_version_upgrade, automatic_failover_enabled=automatic_failover_enabled, data_tiering_enabled=data_tiering_enabled, @@ -103,12 +105,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.elasticache_replication_group.newAttrs` constructs a new object with attributes and blocks configured for the `elasticache_replication_group`\nTerraform resource.\n\nUnlike [aws.elasticache_replication_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 - `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 - `at_rest_encryption_enabled` (`bool`): Set the `at_rest_encryption_enabled` field on the resulting object. When `null`, the `at_rest_encryption_enabled` field will be omitted from the resulting object.\n - `auth_token` (`string`): Set the `auth_token` field on the resulting object. When `null`, the `auth_token` field will be omitted from the resulting object.\n - `auto_minor_version_upgrade` (`string`): Set the `auto_minor_version_upgrade` field on the resulting object. When `null`, the `auto_minor_version_upgrade` field will be omitted from the resulting object.\n - `automatic_failover_enabled` (`bool`): Set the `automatic_failover_enabled` field on the resulting object. When `null`, the `automatic_failover_enabled` field will be omitted from the resulting object.\n - `data_tiering_enabled` (`bool`): Set the `data_tiering_enabled` field on the resulting object. When `null`, the `data_tiering_enabled` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting object. When `null`, the `engine` 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_replication_group_id` (`string`): Set the `global_replication_group_id` field on the resulting object. When `null`, the `global_replication_group_id` field will be omitted from the resulting object.\n - `ip_discovery` (`string`): Set the `ip_discovery` field on the resulting object. When `null`, the `ip_discovery` 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 - `maintenance_window` (`string`): Set the `maintenance_window` field on the resulting object. When `null`, the `maintenance_window` field will be omitted from the resulting object.\n - `multi_az_enabled` (`bool`): Set the `multi_az_enabled` field on the resulting object. When `null`, the `multi_az_enabled` 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 - `node_type` (`string`): Set the `node_type` field on the resulting object. When `null`, the `node_type` field will be omitted from the resulting object.\n - `notification_topic_arn` (`string`): Set the `notification_topic_arn` field on the resulting object. When `null`, the `notification_topic_arn` field will be omitted from the resulting object.\n - `num_cache_clusters` (`number`): Set the `num_cache_clusters` field on the resulting object. When `null`, the `num_cache_clusters` field will be omitted from the resulting object.\n - `num_node_groups` (`number`): Set the `num_node_groups` field on the resulting object. When `null`, the `num_node_groups` field will be omitted from the resulting object.\n - `parameter_group_name` (`string`): Set the `parameter_group_name` field on the resulting object. When `null`, the `parameter_group_name` 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_cache_cluster_azs` (`list`): Set the `preferred_cache_cluster_azs` field on the resulting object. When `null`, the `preferred_cache_cluster_azs` field will be omitted from the resulting object.\n - `replicas_per_node_group` (`number`): Set the `replicas_per_node_group` field on the resulting object. When `null`, the `replicas_per_node_group` field will be omitted from the resulting object.\n - `replication_group_id` (`string`): Set the `replication_group_id` field on the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `security_group_names` (`list`): Set the `security_group_names` field on the resulting object. When `null`, the `security_group_names` field will be omitted from the resulting object.\n - `snapshot_arns` (`list`): Set the `snapshot_arns` field on the resulting object. When `null`, the `snapshot_arns` field will be omitted from the resulting object.\n - `snapshot_name` (`string`): Set the `snapshot_name` field on the resulting object. When `null`, the `snapshot_name` field will be omitted from the resulting object.\n - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting object. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object.\n - `snapshot_window` (`string`): Set the `snapshot_window` field on the resulting object. When `null`, the `snapshot_window` field will be omitted from the resulting object.\n - `subnet_group_name` (`string`): Set the `subnet_group_name` field on the resulting object. When `null`, the `subnet_group_name` 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 - `transit_encryption_enabled` (`bool`): Set the `transit_encryption_enabled` field on the resulting object. When `null`, the `transit_encryption_enabled` field will be omitted from the resulting object.\n - `user_group_ids` (`list`): Set the `user_group_ids` field on the resulting object. When `null`, the `user_group_ids` field will be omitted from the resulting object.\n - `log_delivery_configuration` (`list[obj]`): Set the `log_delivery_configuration` field on the resulting object. When `null`, the `log_delivery_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.elasticache_replication_group.log_delivery_configuration.new](#fn-log_delivery_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.elasticache_replication_group.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 `elasticache_replication_group` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.elasticache_replication_group.newAttrs` constructs a new object with attributes and blocks configured for the `elasticache_replication_group`\nTerraform resource.\n\nUnlike [aws.elasticache_replication_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 - `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 - `at_rest_encryption_enabled` (`bool`): Set the `at_rest_encryption_enabled` field on the resulting object. When `null`, the `at_rest_encryption_enabled` field will be omitted from the resulting object.\n - `auth_token` (`string`): Set the `auth_token` field on the resulting object. When `null`, the `auth_token` field will be omitted from the resulting object.\n - `auth_token_update_strategy` (`string`): Set the `auth_token_update_strategy` field on the resulting object. When `null`, the `auth_token_update_strategy` field will be omitted from the resulting object.\n - `auto_minor_version_upgrade` (`string`): Set the `auto_minor_version_upgrade` field on the resulting object. When `null`, the `auto_minor_version_upgrade` field will be omitted from the resulting object.\n - `automatic_failover_enabled` (`bool`): Set the `automatic_failover_enabled` field on the resulting object. When `null`, the `automatic_failover_enabled` field will be omitted from the resulting object.\n - `data_tiering_enabled` (`bool`): Set the `data_tiering_enabled` field on the resulting object. When `null`, the `data_tiering_enabled` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting object. When `null`, the `engine` 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_replication_group_id` (`string`): Set the `global_replication_group_id` field on the resulting object. When `null`, the `global_replication_group_id` field will be omitted from the resulting object.\n - `ip_discovery` (`string`): Set the `ip_discovery` field on the resulting object. When `null`, the `ip_discovery` 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 - `maintenance_window` (`string`): Set the `maintenance_window` field on the resulting object. When `null`, the `maintenance_window` field will be omitted from the resulting object.\n - `multi_az_enabled` (`bool`): Set the `multi_az_enabled` field on the resulting object. When `null`, the `multi_az_enabled` 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 - `node_type` (`string`): Set the `node_type` field on the resulting object. When `null`, the `node_type` field will be omitted from the resulting object.\n - `notification_topic_arn` (`string`): Set the `notification_topic_arn` field on the resulting object. When `null`, the `notification_topic_arn` field will be omitted from the resulting object.\n - `num_cache_clusters` (`number`): Set the `num_cache_clusters` field on the resulting object. When `null`, the `num_cache_clusters` field will be omitted from the resulting object.\n - `num_node_groups` (`number`): Set the `num_node_groups` field on the resulting object. When `null`, the `num_node_groups` field will be omitted from the resulting object.\n - `parameter_group_name` (`string`): Set the `parameter_group_name` field on the resulting object. When `null`, the `parameter_group_name` 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_cache_cluster_azs` (`list`): Set the `preferred_cache_cluster_azs` field on the resulting object. When `null`, the `preferred_cache_cluster_azs` field will be omitted from the resulting object.\n - `replicas_per_node_group` (`number`): Set the `replicas_per_node_group` field on the resulting object. When `null`, the `replicas_per_node_group` field will be omitted from the resulting object.\n - `replication_group_id` (`string`): Set the `replication_group_id` field on the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `security_group_names` (`list`): Set the `security_group_names` field on the resulting object. When `null`, the `security_group_names` field will be omitted from the resulting object.\n - `snapshot_arns` (`list`): Set the `snapshot_arns` field on the resulting object. When `null`, the `snapshot_arns` field will be omitted from the resulting object.\n - `snapshot_name` (`string`): Set the `snapshot_name` field on the resulting object. When `null`, the `snapshot_name` field will be omitted from the resulting object.\n - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting object. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object.\n - `snapshot_window` (`string`): Set the `snapshot_window` field on the resulting object. When `null`, the `snapshot_window` field will be omitted from the resulting object.\n - `subnet_group_name` (`string`): Set the `subnet_group_name` field on the resulting object. When `null`, the `subnet_group_name` 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 - `transit_encryption_enabled` (`bool`): Set the `transit_encryption_enabled` field on the resulting object. When `null`, the `transit_encryption_enabled` field will be omitted from the resulting object.\n - `user_group_ids` (`list`): Set the `user_group_ids` field on the resulting object. When `null`, the `user_group_ids` field will be omitted from the resulting object.\n - `log_delivery_configuration` (`list[obj]`): Set the `log_delivery_configuration` field on the resulting object. When `null`, the `log_delivery_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.elasticache_replication_group.log_delivery_configuration.new](#fn-log_delivery_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.elasticache_replication_group.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 `elasticache_replication_group` resource into the root Terraform configuration.\n', args=[]), newAttrs( replication_group_id, apply_immediately=null, at_rest_encryption_enabled=null, auth_token=null, + auth_token_update_strategy=null, auto_minor_version_upgrade=null, automatic_failover_enabled=null, data_tiering_enabled=null, @@ -147,6 +150,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); apply_immediately: apply_immediately, at_rest_encryption_enabled: at_rest_encryption_enabled, auth_token: auth_token, + auth_token_update_strategy: auth_token_update_strategy, auto_minor_version_upgrade: auto_minor_version_upgrade, automatic_failover_enabled: automatic_failover_enabled, data_tiering_enabled: data_tiering_enabled, @@ -225,6 +229,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withAuthTokenUpdateStrategy':: d.fn(help='`aws.string.withAuthTokenUpdateStrategy` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the auth_token_update_strategy 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 `auth_token_update_strategy` field.\n', args=[]), + withAuthTokenUpdateStrategy(resourceLabel, value): { + resource+: { + aws_elasticache_replication_group+: { + [resourceLabel]+: { + auth_token_update_strategy: value, + }, + }, + }, + }, '#withAutoMinorVersionUpgrade':: d.fn(help='`aws.string.withAutoMinorVersionUpgrade` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the auto_minor_version_upgrade 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 `auto_minor_version_upgrade` field.\n', args=[]), withAutoMinorVersionUpgrade(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/lexv2models_bot_version.libsonnet b/5.x/_gen/resources/lexv2models_bot_version.libsonnet new file mode 100644 index 00000000..44ad844b --- /dev/null +++ b/5.x/_gen/resources/lexv2models_bot_version.libsonnet @@ -0,0 +1,110 @@ +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='lexv2models_bot_version', url='', help='`lexv2models_bot_version` represents the `aws_lexv2models_bot_version` 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.lexv2models_bot_version.new` injects a new `aws_lexv2models_bot_version` 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.lexv2models_bot_version.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lexv2models_bot_version` using the reference:\n\n $._ref.aws_lexv2models_bot_version.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lexv2models_bot_version.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 - `bot_id` (`string`): Set the `bot_id` field on the resulting resource block.\n - `bot_version` (`string`): Set the `bot_version` field on the resulting resource block. When `null`, the `bot_version` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `locale_specification` (`obj`): Set the `locale_specification` 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.lexv2models_bot_version.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, + bot_id, + locale_specification, + bot_version=null, + description=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_lexv2models_bot_version', + label=resourceLabel, + attrs=self.newAttrs( + bot_id=bot_id, + bot_version=bot_version, + description=description, + locale_specification=locale_specification, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.lexv2models_bot_version.newAttrs` constructs a new object with attributes and blocks configured for the `lexv2models_bot_version`\nTerraform resource.\n\nUnlike [aws.lexv2models_bot_version.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 - `bot_id` (`string`): Set the `bot_id` field on the resulting object.\n - `bot_version` (`string`): Set the `bot_version` field on the resulting object. When `null`, the `bot_version` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `locale_specification` (`obj`): Set the `locale_specification` 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.lexv2models_bot_version.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 `lexv2models_bot_version` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + bot_id, + locale_specification, + bot_version=null, + description=null, + timeouts=null + ):: std.prune(a={ + bot_id: bot_id, + bot_version: bot_version, + description: description, + locale_specification: locale_specification, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.lexv2models_bot_version.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` 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 + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withBotId':: d.fn(help='`aws.string.withBotId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bot_id 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 `bot_id` field.\n', args=[]), + withBotId(resourceLabel, value): { + resource+: { + aws_lexv2models_bot_version+: { + [resourceLabel]+: { + bot_id: value, + }, + }, + }, + }, + '#withBotVersion':: d.fn(help='`aws.string.withBotVersion` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bot_version 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 `bot_version` field.\n', args=[]), + withBotVersion(resourceLabel, value): { + resource+: { + aws_lexv2models_bot_version+: { + [resourceLabel]+: { + bot_version: value, + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_lexv2models_bot_version+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withLocaleSpecification':: d.fn(help='`aws.obj.withLocaleSpecification` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the locale_specification 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 `locale_specification` field.\n', args=[]), + withLocaleSpecification(resourceLabel, value): { + resource+: { + aws_lexv2models_bot_version+: { + [resourceLabel]+: { + locale_specification: value, + }, + }, + }, + }, + '#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_lexv2models_bot_version+: { + [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_lexv2models_bot_version+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/s3_bucket_lifecycle_configuration.libsonnet b/5.x/_gen/resources/s3_bucket_lifecycle_configuration.libsonnet index fff814f7..87646ba6 100644 --- a/5.x/_gen/resources/s3_bucket_lifecycle_configuration.libsonnet +++ b/5.x/_gen/resources/s3_bucket_lifecycle_configuration.libsonnet @@ -2,28 +2,36 @@ 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='s3_bucket_lifecycle_configuration', url='', help='`s3_bucket_lifecycle_configuration` represents the `aws_s3_bucket_lifecycle_configuration` 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.s3_bucket_lifecycle_configuration.new` injects a new `aws_s3_bucket_lifecycle_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.s3_bucket_lifecycle_configuration.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3_bucket_lifecycle_configuration` using the reference:\n\n $._ref.aws_s3_bucket_lifecycle_configuration.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3_bucket_lifecycle_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 - `bucket` (`string`): Set the `bucket` field on the resulting resource block.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting resource block. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting resource block. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_lifecycle_configuration.rule.new](#fn-rulenew) 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.s3_bucket_lifecycle_configuration.new` injects a new `aws_s3_bucket_lifecycle_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.s3_bucket_lifecycle_configuration.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3_bucket_lifecycle_configuration` using the reference:\n\n $._ref.aws_s3_bucket_lifecycle_configuration.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3_bucket_lifecycle_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 - `bucket` (`string`): Set the `bucket` field on the resulting resource block.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting resource block. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting resource block. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_lifecycle_configuration.rule.new](#fn-rulenew) 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.s3_bucket_lifecycle_configuration.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, bucket, expected_bucket_owner=null, rule=null, + timeouts=null, _meta={} ):: tf.withResource( type='aws_s3_bucket_lifecycle_configuration', label=resourceLabel, - attrs=self.newAttrs(bucket=bucket, expected_bucket_owner=expected_bucket_owner, rule=rule), + attrs=self.newAttrs( + bucket=bucket, + expected_bucket_owner=expected_bucket_owner, + rule=rule, + timeouts=timeouts + ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.s3_bucket_lifecycle_configuration.newAttrs` constructs a new object with attributes and blocks configured for the `s3_bucket_lifecycle_configuration`\nTerraform resource.\n\nUnlike [aws.s3_bucket_lifecycle_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 - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting object. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting object. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_lifecycle_configuration.rule.new](#fn-rulenew) 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 `s3_bucket_lifecycle_configuration` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.s3_bucket_lifecycle_configuration.newAttrs` constructs a new object with attributes and blocks configured for the `s3_bucket_lifecycle_configuration`\nTerraform resource.\n\nUnlike [aws.s3_bucket_lifecycle_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 - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting object. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting object. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_lifecycle_configuration.rule.new](#fn-rulenew) 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.s3_bucket_lifecycle_configuration.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 `s3_bucket_lifecycle_configuration` resource into the root Terraform configuration.\n', args=[]), newAttrs( bucket, expected_bucket_owner=null, - rule=null + rule=null, + timeouts=null ):: std.prune(a={ bucket: bucket, expected_bucket_owner: expected_bucket_owner, rule: rule, + timeouts: timeouts, }), rule:: { abort_incomplete_multipart_upload:: { @@ -141,6 +149,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, }, + timeouts:: { + '#new':: d.fn(help='\n`aws.s3_bucket_lifecycle_configuration.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 - `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, + update=null + ):: std.prune(a={ + create: create, + update: update, + }), + }, '#withBucket':: d.fn(help='`aws.string.withBucket` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bucket 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 `bucket` field.\n', args=[]), withBucket(resourceLabel, value): { resource+: { @@ -181,4 +199,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_s3_bucket_lifecycle_configuration+: { + [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_s3_bucket_lifecycle_configuration+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/s3_bucket_logging.libsonnet b/5.x/_gen/resources/s3_bucket_logging.libsonnet index e7b41755..3312d1da 100644 --- a/5.x/_gen/resources/s3_bucket_logging.libsonnet +++ b/5.x/_gen/resources/s3_bucket_logging.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='s3_bucket_logging', url='', help='`s3_bucket_logging` represents the `aws_s3_bucket_logging` 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.s3_bucket_logging.new` injects a new `aws_s3_bucket_logging` 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.s3_bucket_logging.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3_bucket_logging` using the reference:\n\n $._ref.aws_s3_bucket_logging.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3_bucket_logging.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 - `bucket` (`string`): Set the `bucket` field on the resulting resource block.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting resource block. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `target_bucket` (`string`): Set the `target_bucket` field on the resulting resource block.\n - `target_prefix` (`string`): Set the `target_prefix` field on the resulting resource block.\n - `target_grant` (`list[obj]`): Set the `target_grant` field on the resulting resource block. When `null`, the `target_grant` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_grant.new](#fn-target_grantnew) 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.s3_bucket_logging.new` injects a new `aws_s3_bucket_logging` 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.s3_bucket_logging.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3_bucket_logging` using the reference:\n\n $._ref.aws_s3_bucket_logging.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3_bucket_logging.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 - `bucket` (`string`): Set the `bucket` field on the resulting resource block.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting resource block. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `target_bucket` (`string`): Set the `target_bucket` field on the resulting resource block.\n - `target_prefix` (`string`): Set the `target_prefix` field on the resulting resource block.\n - `target_grant` (`list[obj]`): Set the `target_grant` field on the resulting resource block. When `null`, the `target_grant` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_grant.new](#fn-target_grantnew) constructor.\n - `target_object_key_format` (`list[obj]`): Set the `target_object_key_format` field on the resulting resource block. When `null`, the `target_object_key_format` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.new](#fn-target_object_key_formatnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, bucket, @@ -10,6 +10,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); target_prefix, expected_bucket_owner=null, target_grant=null, + target_object_key_format=null, _meta={} ):: tf.withResource( type='aws_s3_bucket_logging', @@ -19,22 +20,25 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); expected_bucket_owner=expected_bucket_owner, target_bucket=target_bucket, target_grant=target_grant, + target_object_key_format=target_object_key_format, target_prefix=target_prefix ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.s3_bucket_logging.newAttrs` constructs a new object with attributes and blocks configured for the `s3_bucket_logging`\nTerraform resource.\n\nUnlike [aws.s3_bucket_logging.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 - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting object. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `target_bucket` (`string`): Set the `target_bucket` field on the resulting object.\n - `target_prefix` (`string`): Set the `target_prefix` field on the resulting object.\n - `target_grant` (`list[obj]`): Set the `target_grant` field on the resulting object. When `null`, the `target_grant` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_grant.new](#fn-target_grantnew) 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 `s3_bucket_logging` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.s3_bucket_logging.newAttrs` constructs a new object with attributes and blocks configured for the `s3_bucket_logging`\nTerraform resource.\n\nUnlike [aws.s3_bucket_logging.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 - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting object. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object.\n - `target_bucket` (`string`): Set the `target_bucket` field on the resulting object.\n - `target_prefix` (`string`): Set the `target_prefix` field on the resulting object.\n - `target_grant` (`list[obj]`): Set the `target_grant` field on the resulting object. When `null`, the `target_grant` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_grant.new](#fn-target_grantnew) constructor.\n - `target_object_key_format` (`list[obj]`): Set the `target_object_key_format` field on the resulting object. When `null`, the `target_object_key_format` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.new](#fn-target_object_key_formatnew) 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 `s3_bucket_logging` resource into the root Terraform configuration.\n', args=[]), newAttrs( bucket, target_bucket, target_prefix, expected_bucket_owner=null, - target_grant=null + target_grant=null, + target_object_key_format=null ):: std.prune(a={ bucket: bucket, expected_bucket_owner: expected_bucket_owner, target_bucket: target_bucket, target_grant: target_grant, + target_object_key_format: target_object_key_format, target_prefix: target_prefix, }), target_grant:: { @@ -59,6 +63,30 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); permission: permission, }), }, + target_object_key_format:: { + '#new':: d.fn(help='\n`aws.s3_bucket_logging.target_object_key_format.new` constructs a new object with attributes and blocks configured for the `target_object_key_format`\nTerraform sub block.\n\n\n\n**Args**:\n - `partitioned_prefix` (`list[obj]`): Set the `partitioned_prefix` field on the resulting object. When `null`, the `partitioned_prefix` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.partitioned_prefix.new](#fn-target_object_key_formatpartitioned_prefixnew) constructor.\n - `simple_prefix` (`list[obj]`): Set the `simple_prefix` field on the resulting object. When `null`, the `simple_prefix` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.simple_prefix.new](#fn-target_object_key_formatsimple_prefixnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `target_object_key_format` sub block.\n', args=[]), + new( + partitioned_prefix=null, + simple_prefix=null + ):: std.prune(a={ + partitioned_prefix: partitioned_prefix, + simple_prefix: simple_prefix, + }), + partitioned_prefix:: { + '#new':: d.fn(help='\n`aws.s3_bucket_logging.target_object_key_format.partitioned_prefix.new` constructs a new object with attributes and blocks configured for the `partitioned_prefix`\nTerraform sub block.\n\n\n\n**Args**:\n - `partition_date_source` (`string`): Set the `partition_date_source` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `partitioned_prefix` sub block.\n', args=[]), + new( + partition_date_source + ):: std.prune(a={ + partition_date_source: partition_date_source, + }), + }, + simple_prefix:: { + '#new':: d.fn(help='\n`aws.s3_bucket_logging.target_object_key_format.simple_prefix.new` constructs a new object with attributes and blocks configured for the `simple_prefix`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `simple_prefix` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + }, '#withBucket':: d.fn(help='`aws.string.withBucket` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bucket 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 `bucket` field.\n', args=[]), withBucket(resourceLabel, value): { resource+: { @@ -109,6 +137,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withTargetObjectKeyFormat':: d.fn(help='`aws.list[obj].withTargetObjectKeyFormat` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the target_object_key_format 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].withTargetObjectKeyFormatMixin](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 `target_object_key_format` field.\n', args=[]), + withTargetObjectKeyFormat(resourceLabel, value): { + resource+: { + aws_s3_bucket_logging+: { + [resourceLabel]+: { + target_object_key_format: value, + }, + }, + }, + }, + '#withTargetObjectKeyFormatMixin':: d.fn(help='`aws.list[obj].withTargetObjectKeyFormatMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the target_object_key_format 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].withTargetObjectKeyFormat](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 `target_object_key_format` field.\n', args=[]), + withTargetObjectKeyFormatMixin(resourceLabel, value): { + resource+: { + aws_s3_bucket_logging+: { + [resourceLabel]+: { + target_object_key_format+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withTargetPrefix':: d.fn(help='`aws.string.withTargetPrefix` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the target_prefix 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 `target_prefix` field.\n', args=[]), withTargetPrefix(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/s3control_access_grant.libsonnet b/5.x/_gen/resources/s3control_access_grant.libsonnet new file mode 100644 index 00000000..b223ba39 --- /dev/null +++ b/5.x/_gen/resources/s3control_access_grant.libsonnet @@ -0,0 +1,156 @@ +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='s3control_access_grant', url='', help='`s3control_access_grant` represents the `aws_s3control_access_grant` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + access_grants_location_configuration:: { + '#new':: d.fn(help='\n`aws.s3control_access_grant.access_grants_location_configuration.new` constructs a new object with attributes and blocks configured for the `access_grants_location_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `s3_sub_prefix` (`string`): Set the `s3_sub_prefix` field on the resulting object. When `null`, the `s3_sub_prefix` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `access_grants_location_configuration` sub block.\n', args=[]), + new( + s3_sub_prefix=null + ):: std.prune(a={ + s3_sub_prefix: s3_sub_prefix, + }), + }, + grantee:: { + '#new':: d.fn(help='\n`aws.s3control_access_grant.grantee.new` constructs a new object with attributes and blocks configured for the `grantee`\nTerraform sub block.\n\n\n\n**Args**:\n - `grantee_identifier` (`string`): Set the `grantee_identifier` field on the resulting object.\n - `grantee_type` (`string`): Set the `grantee_type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `grantee` sub block.\n', args=[]), + new( + grantee_identifier, + grantee_type + ):: std.prune(a={ + grantee_identifier: grantee_identifier, + grantee_type: grantee_type, + }), + }, + '#new':: d.fn(help="\n`aws.s3control_access_grant.new` injects a new `aws_s3control_access_grant` 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.s3control_access_grant.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3control_access_grant` using the reference:\n\n $._ref.aws_s3control_access_grant.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3control_access_grant.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 - `access_grants_location_id` (`string`): Set the `access_grants_location_id` field on the resulting resource block.\n - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object.\n - `permission` (`string`): Set the `permission` field on the resulting resource block.\n - `s3_prefix_type` (`string`): Set the `s3_prefix_type` field on the resulting resource block. When `null`, the `s3_prefix_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 - `access_grants_location_configuration` (`list[obj]`): Set the `access_grants_location_configuration` field on the resulting resource block. When `null`, the `access_grants_location_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.s3control_access_grant.access_grants_location_configuration.new](#fn-access_grants_location_configurationnew) constructor.\n - `grantee` (`list[obj]`): Set the `grantee` field on the resulting resource block. When `null`, the `grantee` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3control_access_grant.grantee.new](#fn-granteenew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + access_grants_location_id, + permission, + access_grants_location_configuration=null, + account_id=null, + grantee=null, + s3_prefix_type=null, + tags=null, + _meta={} + ):: tf.withResource( + type='aws_s3control_access_grant', + label=resourceLabel, + attrs=self.newAttrs( + access_grants_location_configuration=access_grants_location_configuration, + access_grants_location_id=access_grants_location_id, + account_id=account_id, + grantee=grantee, + permission=permission, + s3_prefix_type=s3_prefix_type, + tags=tags + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.s3control_access_grant.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grant`\nTerraform resource.\n\nUnlike [aws.s3control_access_grant.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 - `access_grants_location_id` (`string`): Set the `access_grants_location_id` field on the resulting object.\n - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object.\n - `permission` (`string`): Set the `permission` field on the resulting object.\n - `s3_prefix_type` (`string`): Set the `s3_prefix_type` field on the resulting object. When `null`, the `s3_prefix_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 - `access_grants_location_configuration` (`list[obj]`): Set the `access_grants_location_configuration` field on the resulting object. When `null`, the `access_grants_location_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.s3control_access_grant.access_grants_location_configuration.new](#fn-access_grants_location_configurationnew) constructor.\n - `grantee` (`list[obj]`): Set the `grantee` field on the resulting object. When `null`, the `grantee` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3control_access_grant.grantee.new](#fn-granteenew) 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 `s3control_access_grant` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + access_grants_location_id, + permission, + access_grants_location_configuration=null, + account_id=null, + grantee=null, + s3_prefix_type=null, + tags=null + ):: std.prune(a={ + access_grants_location_configuration: access_grants_location_configuration, + access_grants_location_id: access_grants_location_id, + account_id: account_id, + grantee: grantee, + permission: permission, + s3_prefix_type: s3_prefix_type, + tags: tags, + }), + '#withAccessGrantsLocationConfiguration':: d.fn(help='`aws.list[obj].withAccessGrantsLocationConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the access_grants_location_configuration 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].withAccessGrantsLocationConfigurationMixin](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 `access_grants_location_configuration` field.\n', args=[]), + withAccessGrantsLocationConfiguration(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + access_grants_location_configuration: value, + }, + }, + }, + }, + '#withAccessGrantsLocationConfigurationMixin':: d.fn(help='`aws.list[obj].withAccessGrantsLocationConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the access_grants_location_configuration 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].withAccessGrantsLocationConfiguration](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 `access_grants_location_configuration` field.\n', args=[]), + withAccessGrantsLocationConfigurationMixin(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + access_grants_location_configuration+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withAccessGrantsLocationId':: d.fn(help='`aws.string.withAccessGrantsLocationId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the access_grants_location_id 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 `access_grants_location_id` field.\n', args=[]), + withAccessGrantsLocationId(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + access_grants_location_id: value, + }, + }, + }, + }, + '#withAccountId':: d.fn(help='`aws.string.withAccountId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the account_id 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 `account_id` field.\n', args=[]), + withAccountId(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + account_id: value, + }, + }, + }, + }, + '#withGrantee':: d.fn(help='`aws.list[obj].withGrantee` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the grantee 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].withGranteeMixin](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 `grantee` field.\n', args=[]), + withGrantee(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + grantee: value, + }, + }, + }, + }, + '#withGranteeMixin':: d.fn(help='`aws.list[obj].withGranteeMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the grantee 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].withGrantee](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 `grantee` field.\n', args=[]), + withGranteeMixin(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + grantee+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withPermission':: d.fn(help='`aws.string.withPermission` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the permission 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 `permission` field.\n', args=[]), + withPermission(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + permission: value, + }, + }, + }, + }, + '#withS3PrefixType':: d.fn(help='`aws.string.withS3PrefixType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the s3_prefix_type 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 `s3_prefix_type` field.\n', args=[]), + withS3PrefixType(resourceLabel, value): { + resource+: { + aws_s3control_access_grant+: { + [resourceLabel]+: { + s3_prefix_type: 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_s3control_access_grant+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/s3control_access_grants_instance.libsonnet b/5.x/_gen/resources/s3control_access_grants_instance.libsonnet new file mode 100644 index 00000000..a027b686 --- /dev/null +++ b/5.x/_gen/resources/s3control_access_grants_instance.libsonnet @@ -0,0 +1,45 @@ +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='s3control_access_grants_instance', url='', help='`s3control_access_grants_instance` represents the `aws_s3control_access_grants_instance` 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.s3control_access_grants_instance.new` injects a new `aws_s3control_access_grants_instance` 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.s3control_access_grants_instance.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3control_access_grants_instance` using the reference:\n\n $._ref.aws_s3control_access_grants_instance.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3control_access_grants_instance.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 - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + account_id=null, + tags=null, + _meta={} + ):: tf.withResource( + type='aws_s3control_access_grants_instance', + label=resourceLabel, + attrs=self.newAttrs(account_id=account_id, tags=tags), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.s3control_access_grants_instance.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_instance`\nTerraform resource.\n\nUnlike [aws.s3control_access_grants_instance.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 - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` 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\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 `s3control_access_grants_instance` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + account_id=null, + tags=null + ):: std.prune(a={ + account_id: account_id, + tags: tags, + }), + '#withAccountId':: d.fn(help='`aws.string.withAccountId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the account_id 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 `account_id` field.\n', args=[]), + withAccountId(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_instance+: { + [resourceLabel]+: { + account_id: 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_s3control_access_grants_instance+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/s3control_access_grants_instance_resource_policy.libsonnet b/5.x/_gen/resources/s3control_access_grants_instance_resource_policy.libsonnet new file mode 100644 index 00000000..9cd7f8b8 --- /dev/null +++ b/5.x/_gen/resources/s3control_access_grants_instance_resource_policy.libsonnet @@ -0,0 +1,45 @@ +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='s3control_access_grants_instance_resource_policy', url='', help='`s3control_access_grants_instance_resource_policy` represents the `aws_s3control_access_grants_instance_resource_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.s3control_access_grants_instance_resource_policy.new` injects a new `aws_s3control_access_grants_instance_resource_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.s3control_access_grants_instance_resource_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3control_access_grants_instance_resource_policy` using the reference:\n\n $._ref.aws_s3control_access_grants_instance_resource_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3control_access_grants_instance_resource_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 - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object.\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( + resourceLabel, + policy, + account_id=null, + _meta={} + ):: tf.withResource( + type='aws_s3control_access_grants_instance_resource_policy', + label=resourceLabel, + attrs=self.newAttrs(account_id=account_id, policy=policy), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.s3control_access_grants_instance_resource_policy.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_instance_resource_policy`\nTerraform resource.\n\nUnlike [aws.s3control_access_grants_instance_resource_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 - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from 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 `s3control_access_grants_instance_resource_policy` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + policy, + account_id=null + ):: std.prune(a={ + account_id: account_id, + policy: policy, + }), + '#withAccountId':: d.fn(help='`aws.string.withAccountId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the account_id 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 `account_id` field.\n', args=[]), + withAccountId(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_instance_resource_policy+: { + [resourceLabel]+: { + account_id: value, + }, + }, + }, + }, + '#withPolicy':: d.fn(help='`aws.string.withPolicy` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the policy 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 `policy` field.\n', args=[]), + withPolicy(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_instance_resource_policy+: { + [resourceLabel]+: { + policy: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/s3control_access_grants_location.libsonnet b/5.x/_gen/resources/s3control_access_grants_location.libsonnet new file mode 100644 index 00000000..cb185a01 --- /dev/null +++ b/5.x/_gen/resources/s3control_access_grants_location.libsonnet @@ -0,0 +1,76 @@ +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='s3control_access_grants_location', url='', help='`s3control_access_grants_location` represents the `aws_s3control_access_grants_location` 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.s3control_access_grants_location.new` injects a new `aws_s3control_access_grants_location` 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.s3control_access_grants_location.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3control_access_grants_location` using the reference:\n\n $._ref.aws_s3control_access_grants_location.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3control_access_grants_location.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 - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object.\n - `iam_role_arn` (`string`): Set the `iam_role_arn` field on the resulting resource block.\n - `location_scope` (`string`): Set the `location_scope` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + iam_role_arn, + location_scope, + account_id=null, + tags=null, + _meta={} + ):: tf.withResource( + type='aws_s3control_access_grants_location', + label=resourceLabel, + attrs=self.newAttrs( + account_id=account_id, + iam_role_arn=iam_role_arn, + location_scope=location_scope, + tags=tags + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.s3control_access_grants_location.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_location`\nTerraform resource.\n\nUnlike [aws.s3control_access_grants_location.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 - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object.\n - `iam_role_arn` (`string`): Set the `iam_role_arn` field on the resulting object.\n - `location_scope` (`string`): Set the `location_scope` 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\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 `s3control_access_grants_location` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + iam_role_arn, + location_scope, + account_id=null, + tags=null + ):: std.prune(a={ + account_id: account_id, + iam_role_arn: iam_role_arn, + location_scope: location_scope, + tags: tags, + }), + '#withAccountId':: d.fn(help='`aws.string.withAccountId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the account_id 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 `account_id` field.\n', args=[]), + withAccountId(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_location+: { + [resourceLabel]+: { + account_id: value, + }, + }, + }, + }, + '#withIamRoleArn':: d.fn(help='`aws.string.withIamRoleArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the iam_role_arn 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 `iam_role_arn` field.\n', args=[]), + withIamRoleArn(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_location+: { + [resourceLabel]+: { + iam_role_arn: value, + }, + }, + }, + }, + '#withLocationScope':: d.fn(help='`aws.string.withLocationScope` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the location_scope 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 `location_scope` field.\n', args=[]), + withLocationScope(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_location+: { + [resourceLabel]+: { + location_scope: 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_s3control_access_grants_location+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, +} diff --git a/docs/5.x/README.md b/docs/5.x/README.md index 2f830710..8cf49096 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -100,6 +100,7 @@ project. * [apprunner_auto_scaling_configuration_version](apprunner_auto_scaling_configuration_version.md) * [apprunner_connection](apprunner_connection.md) * [apprunner_custom_domain_association](apprunner_custom_domain_association.md) +* [apprunner_default_auto_scaling_configuration_version](apprunner_default_auto_scaling_configuration_version.md) * [apprunner_observability_configuration](apprunner_observability_configuration.md) * [apprunner_service](apprunner_service.md) * [apprunner_vpc_connector](apprunner_vpc_connector.md) @@ -713,6 +714,7 @@ project. * [lex_slot_type](lex_slot_type.md) * [lexv2models_bot](lexv2models_bot.md) * [lexv2models_bot_locale](lexv2models_bot_locale.md) +* [lexv2models_bot_version](lexv2models_bot_version.md) * [licensemanager_association](licensemanager_association.md) * [licensemanager_grant](licensemanager_grant.md) * [licensemanager_grant_accepter](licensemanager_grant_accepter.md) @@ -1015,6 +1017,10 @@ project. * [s3_bucket_website_configuration](s3_bucket_website_configuration.md) * [s3_object](s3_object.md) * [s3_object_copy](s3_object_copy.md) +* [s3control_access_grant](s3control_access_grant.md) +* [s3control_access_grants_instance](s3control_access_grants_instance.md) +* [s3control_access_grants_instance_resource_policy](s3control_access_grants_instance_resource_policy.md) +* [s3control_access_grants_location](s3control_access_grants_location.md) * [s3control_access_point_policy](s3control_access_point_policy.md) * [s3control_bucket](s3control_bucket.md) * [s3control_bucket_lifecycle_configuration](s3control_bucket_lifecycle_configuration.md) diff --git a/docs/5.x/apprunner_default_auto_scaling_configuration_version.md b/docs/5.x/apprunner_default_auto_scaling_configuration_version.md new file mode 100644 index 00000000..b19f9486 --- /dev/null +++ b/docs/5.x/apprunner_default_auto_scaling_configuration_version.md @@ -0,0 +1,92 @@ +--- +permalink: /apprunner_default_auto_scaling_configuration_version/ +--- + +# apprunner_default_auto_scaling_configuration_version + +`apprunner_default_auto_scaling_configuration_version` represents the `aws_apprunner_default_auto_scaling_configuration_version` 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 withAutoScalingConfigurationArn()`](#fn-withautoscalingconfigurationarn) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.apprunner_default_auto_scaling_configuration_version.new` injects a new `aws_apprunner_default_auto_scaling_configuration_version` 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.apprunner_default_auto_scaling_configuration_version.new('some_id') + +You can get the reference to the `id` field of the created `aws.apprunner_default_auto_scaling_configuration_version` using the reference: + + $._ref.aws_apprunner_default_auto_scaling_configuration_version.some_id.get('id') + +This is the same as directly entering `"${ aws_apprunner_default_auto_scaling_configuration_version.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. + - `auto_scaling_configuration_arn` (`string`): Set the `auto_scaling_configuration_arn` 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.apprunner_default_auto_scaling_configuration_version.newAttrs` constructs a new object with attributes and blocks configured for the `apprunner_default_auto_scaling_configuration_version` +Terraform resource. + +Unlike [aws.apprunner_default_auto_scaling_configuration_version.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**: + - `auto_scaling_configuration_arn` (`string`): Set the `auto_scaling_configuration_arn` 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 `apprunner_default_auto_scaling_configuration_version` resource into the root Terraform configuration. + + +### fn withAutoScalingConfigurationArn + +```ts +withAutoScalingConfigurationArn() +``` + +`aws.string.withAutoScalingConfigurationArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the auto_scaling_configuration_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `auto_scaling_configuration_arn` field. diff --git a/docs/5.x/apprunner_service.md b/docs/5.x/apprunner_service.md index 38a8b8d0..d7f0b40b 100644 --- a/docs/5.x/apprunner_service.md +++ b/docs/5.x/apprunner_service.md @@ -518,6 +518,7 @@ Terraform sub block. **Args**: + - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object. - `egress_configuration` (`list[obj]`): Set the `egress_configuration` field on the resulting object. When `null`, the `egress_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.apprunner_service.network_configuration.egress_configuration.new](#fn-network_configurationegress_configurationnew) constructor. - `ingress_configuration` (`list[obj]`): Set the `ingress_configuration` field on the resulting object. When `null`, the `ingress_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.apprunner_service.network_configuration.ingress_configuration.new](#fn-network_configurationingress_configurationnew) constructor. @@ -664,6 +665,7 @@ Terraform sub block. **Args**: - `repository_url` (`string`): Set the `repository_url` field on the resulting object. + - `source_directory` (`string`): Set the `source_directory` field on the resulting object. When `null`, the `source_directory` field will be omitted from the resulting object. - `code_configuration` (`list[obj]`): Set the `code_configuration` field on the resulting object. When `null`, the `code_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.apprunner_service.source_configuration.code_repository.code_configuration.new](#fn-source_configurationsource_configurationcode_configurationnew) constructor. - `source_code_version` (`list[obj]`): Set the `source_code_version` field on the resulting object. When `null`, the `source_code_version` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.apprunner_service.source_configuration.code_repository.source_code_version.new](#fn-source_configurationsource_configurationsource_code_versionnew) constructor. diff --git a/docs/5.x/cloudwatch_event_rule.md b/docs/5.x/cloudwatch_event_rule.md index c46e872f..c5cfdb63 100644 --- a/docs/5.x/cloudwatch_event_rule.md +++ b/docs/5.x/cloudwatch_event_rule.md @@ -23,6 +23,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withNamePrefix()`](#fn-withnameprefix) * [`fn withRoleArn()`](#fn-withrolearn) * [`fn withScheduleExpression()`](#fn-withscheduleexpression) +* [`fn withState()`](#fn-withstate) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) @@ -63,6 +64,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. When `null`, the `role_arn` field will be omitted from the resulting object. - `schedule_expression` (`string`): Set the `schedule_expression` field on the resulting resource block. When `null`, the `schedule_expression` field will be omitted from the resulting object. + - `state` (`string`): Set the `state` field on the resulting resource block. When `null`, the `state` 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. @@ -96,6 +98,7 @@ injecting into a complete block. - `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. - `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. - `schedule_expression` (`string`): Set the `schedule_expression` field on the resulting object. When `null`, the `schedule_expression` field will be omitted from the resulting object. + - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` 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. @@ -231,6 +234,22 @@ Terraform resource block to set or update the schedule_expression field. - `value` (`string`): The value to set for the `schedule_expression` field. +### fn withState + +```ts +withState() +``` + +`aws.string.withState` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the state field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `state` field. + + ### fn withTags ```ts diff --git a/docs/5.x/data/emr_supported_instance_types.md b/docs/5.x/data/emr_supported_instance_types.md new file mode 100644 index 00000000..fb2187a9 --- /dev/null +++ b/docs/5.x/data/emr_supported_instance_types.md @@ -0,0 +1,155 @@ +--- +permalink: /data/emr_supported_instance_types/ +--- + +# data.emr_supported_instance_types + +`emr_supported_instance_types` represents the `aws_emr_supported_instance_types` 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) +* [`fn withReleaseLabel()`](#fn-withreleaselabel) +* [`fn withSupportedInstanceTypes()`](#fn-withsupportedinstancetypes) +* [`fn withSupportedInstanceTypesMixin()`](#fn-withsupportedinstancetypesmixin) +* [`obj supported_instance_types`](#obj-supported_instance_types) + * [`fn new()`](#fn-supported_instance_typesnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.emr_supported_instance_types.new` injects a new `data_aws_emr_supported_instance_types` 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.emr_supported_instance_types.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.emr_supported_instance_types` using the reference: + + $._ref.data_aws_emr_supported_instance_types.some_id.get('id') + +This is the same as directly entering `"${ data_aws_emr_supported_instance_types.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. + - `release_label` (`string`): Set the `release_label` field on the resulting data source block. + - `supported_instance_types` (`list[obj]`): Set the `supported_instance_types` field on the resulting data source block. When `null`, the `supported_instance_types` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.emr_supported_instance_types.supported_instance_types.new](#fn-supported_instance_typesnew) constructor. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.emr_supported_instance_types.newAttrs` constructs a new object with attributes and blocks configured for the `emr_supported_instance_types` +Terraform data source. + +Unlike [aws.data.emr_supported_instance_types.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. + +**Args**: + - `release_label` (`string`): Set the `release_label` field on the resulting object. + - `supported_instance_types` (`list[obj]`): Set the `supported_instance_types` field on the resulting object. When `null`, the `supported_instance_types` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.emr_supported_instance_types.supported_instance_types.new](#fn-supported_instance_typesnew) constructor. + +**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 `emr_supported_instance_types` data source into the root Terraform configuration. + + +### fn withReleaseLabel + +```ts +withReleaseLabel() +``` + +`aws.string.withReleaseLabel` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the release_label field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `release_label` field. + + +### fn withSupportedInstanceTypes + +```ts +withSupportedInstanceTypes() +``` + +`aws.list[obj].withSupportedInstanceTypes` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the supported_instance_types 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].withSupportedInstanceTypesMixin](TODO) function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `supported_instance_types` field. + + +### fn withSupportedInstanceTypesMixin + +```ts +withSupportedInstanceTypesMixin() +``` + +`aws.list[obj].withSupportedInstanceTypesMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the supported_instance_types 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].withSupportedInstanceTypes](TODO) +function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `supported_instance_types` field. + + +## obj supported_instance_types + + + +### fn supported_instance_types.new + +```ts +new() +``` + + +`aws.emr_supported_instance_types.supported_instance_types.new` constructs a new object with attributes and blocks configured for the `supported_instance_types` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `supported_instance_types` sub block. diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index 502a5f2f..4ad1e080 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -219,6 +219,7 @@ permalink: /data/ * [elb_hosted_zone_id](elb_hosted_zone_id.md) * [elb_service_account](elb_service_account.md) * [emr_release_labels](emr_release_labels.md) +* [emr_supported_instance_types](emr_supported_instance_types.md) * [emrcontainers_virtual_cluster](emrcontainers_virtual_cluster.md) * [fsx_ontap_file_system](fsx_ontap_file_system.md) * [fsx_ontap_storage_virtual_machine](fsx_ontap_storage_virtual_machine.md) diff --git a/docs/5.x/elasticache_replication_group.md b/docs/5.x/elasticache_replication_group.md index d607e7ce..db746484 100644 --- a/docs/5.x/elasticache_replication_group.md +++ b/docs/5.x/elasticache_replication_group.md @@ -18,6 +18,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withApplyImmediately()`](#fn-withapplyimmediately) * [`fn withAtRestEncryptionEnabled()`](#fn-withatrestencryptionenabled) * [`fn withAuthToken()`](#fn-withauthtoken) +* [`fn withAuthTokenUpdateStrategy()`](#fn-withauthtokenupdatestrategy) * [`fn withAutoMinorVersionUpgrade()`](#fn-withautominorversionupgrade) * [`fn withAutomaticFailoverEnabled()`](#fn-withautomaticfailoverenabled) * [`fn withDataTieringEnabled()`](#fn-withdatatieringenabled) @@ -92,6 +93,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `at_rest_encryption_enabled` (`bool`): Set the `at_rest_encryption_enabled` field on the resulting resource block. When `null`, the `at_rest_encryption_enabled` field will be omitted from the resulting object. - `auth_token` (`string`): Set the `auth_token` field on the resulting resource block. When `null`, the `auth_token` field will be omitted from the resulting object. + - `auth_token_update_strategy` (`string`): Set the `auth_token_update_strategy` field on the resulting resource block. When `null`, the `auth_token_update_strategy` field will be omitted from the resulting object. - `auto_minor_version_upgrade` (`string`): Set the `auto_minor_version_upgrade` field on the resulting resource block. When `null`, the `auto_minor_version_upgrade` field will be omitted from the resulting object. - `automatic_failover_enabled` (`bool`): Set the `automatic_failover_enabled` field on the resulting resource block. When `null`, the `automatic_failover_enabled` field will be omitted from the resulting object. - `data_tiering_enabled` (`bool`): Set the `data_tiering_enabled` field on the resulting resource block. When `null`, the `data_tiering_enabled` field will be omitted from the resulting object. @@ -153,6 +155,7 @@ injecting into a complete block. - `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. - `at_rest_encryption_enabled` (`bool`): Set the `at_rest_encryption_enabled` field on the resulting object. When `null`, the `at_rest_encryption_enabled` field will be omitted from the resulting object. - `auth_token` (`string`): Set the `auth_token` field on the resulting object. When `null`, the `auth_token` field will be omitted from the resulting object. + - `auth_token_update_strategy` (`string`): Set the `auth_token_update_strategy` field on the resulting object. When `null`, the `auth_token_update_strategy` field will be omitted from the resulting object. - `auto_minor_version_upgrade` (`string`): Set the `auto_minor_version_upgrade` field on the resulting object. When `null`, the `auto_minor_version_upgrade` field will be omitted from the resulting object. - `automatic_failover_enabled` (`bool`): Set the `automatic_failover_enabled` field on the resulting object. When `null`, the `automatic_failover_enabled` field will be omitted from the resulting object. - `data_tiering_enabled` (`bool`): Set the `data_tiering_enabled` field on the resulting object. When `null`, the `data_tiering_enabled` field will be omitted from the resulting object. @@ -241,6 +244,22 @@ Terraform resource block to set or update the auth_token field. - `value` (`string`): The value to set for the `auth_token` field. +### fn withAuthTokenUpdateStrategy + +```ts +withAuthTokenUpdateStrategy() +``` + +`aws.string.withAuthTokenUpdateStrategy` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the auth_token_update_strategy field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `auth_token_update_strategy` field. + + ### fn withAutoMinorVersionUpgrade ```ts diff --git a/docs/5.x/lexv2models_bot_version.md b/docs/5.x/lexv2models_bot_version.md new file mode 100644 index 00000000..d4cc4c3b --- /dev/null +++ b/docs/5.x/lexv2models_bot_version.md @@ -0,0 +1,215 @@ +--- +permalink: /lexv2models_bot_version/ +--- + +# lexv2models_bot_version + +`lexv2models_bot_version` represents the `aws_lexv2models_bot_version` 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 withBotId()`](#fn-withbotid) +* [`fn withBotVersion()`](#fn-withbotversion) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withLocaleSpecification()`](#fn-withlocalespecification) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.lexv2models_bot_version.new` injects a new `aws_lexv2models_bot_version` 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.lexv2models_bot_version.new('some_id') + +You can get the reference to the `id` field of the created `aws.lexv2models_bot_version` using the reference: + + $._ref.aws_lexv2models_bot_version.some_id.get('id') + +This is the same as directly entering `"${ aws_lexv2models_bot_version.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. + - `bot_id` (`string`): Set the `bot_id` field on the resulting resource block. + - `bot_version` (`string`): Set the `bot_version` field on the resulting resource block. When `null`, the `bot_version` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `locale_specification` (`obj`): Set the `locale_specification` 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.lexv2models_bot_version.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.lexv2models_bot_version.newAttrs` constructs a new object with attributes and blocks configured for the `lexv2models_bot_version` +Terraform resource. + +Unlike [aws.lexv2models_bot_version.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**: + - `bot_id` (`string`): Set the `bot_id` field on the resulting object. + - `bot_version` (`string`): Set the `bot_version` field on the resulting object. When `null`, the `bot_version` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `locale_specification` (`obj`): Set the `locale_specification` 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.lexv2models_bot_version.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 `lexv2models_bot_version` resource into the root Terraform configuration. + + +### fn withBotId + +```ts +withBotId() +``` + +`aws.string.withBotId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the bot_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `bot_id` field. + + +### fn withBotVersion + +```ts +withBotVersion() +``` + +`aws.string.withBotVersion` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the bot_version field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `bot_version` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withLocaleSpecification + +```ts +withLocaleSpecification() +``` + +`aws.obj.withLocaleSpecification` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the locale_specification field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `locale_specification` 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.lexv2models_bot_version.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/s3_bucket_lifecycle_configuration.md b/docs/5.x/s3_bucket_lifecycle_configuration.md index 4c542dd6..17c6e5a5 100644 --- a/docs/5.x/s3_bucket_lifecycle_configuration.md +++ b/docs/5.x/s3_bucket_lifecycle_configuration.md @@ -19,6 +19,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withExpectedBucketOwner()`](#fn-withexpectedbucketowner) * [`fn withRule()`](#fn-withrule) * [`fn withRuleMixin()`](#fn-withrulemixin) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) * [`obj rule`](#obj-rule) * [`fn new()`](#fn-rulenew) * [`obj rule.abort_incomplete_multipart_upload`](#obj-ruleabort_incomplete_multipart_upload) @@ -37,6 +39,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-rulenoncurrent_version_transitionnew) * [`obj rule.transition`](#obj-ruletransition) * [`fn new()`](#fn-ruletransitionnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) ## Fields @@ -70,6 +74,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `bucket` (`string`): Set the `bucket` field on the resulting resource block. - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting resource block. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object. - `rule` (`list[obj]`): Set the `rule` field on the resulting resource block. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_lifecycle_configuration.rule.new](#fn-rulenew) constructor. + - `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.s3_bucket_lifecycle_configuration.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -96,6 +101,7 @@ injecting into a complete block. - `bucket` (`string`): Set the `bucket` field on the resulting object. - `expected_bucket_owner` (`string`): Set the `expected_bucket_owner` field on the resulting object. When `null`, the `expected_bucket_owner` field will be omitted from the resulting object. - `rule` (`list[obj]`): Set the `rule` field on the resulting object. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_lifecycle_configuration.rule.new](#fn-rulenew) constructor. + - `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.s3_bucket_lifecycle_configuration.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 `s3_bucket_lifecycle_configuration` resource into the root Terraform configuration. @@ -170,6 +176,42 @@ function. - `value` (`list[obj]`): The value to set for the `rule` 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 rule @@ -397,3 +439,27 @@ Terraform sub block. **Returns**: - An attribute object that represents the `transition` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.s3_bucket_lifecycle_configuration.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + - `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/s3_bucket_logging.md b/docs/5.x/s3_bucket_logging.md index fc8f3cc9..7b2c4ab4 100644 --- a/docs/5.x/s3_bucket_logging.md +++ b/docs/5.x/s3_bucket_logging.md @@ -20,11 +20,19 @@ This package contains functions and utilities for setting up the resource using * [`fn withTargetBucket()`](#fn-withtargetbucket) * [`fn withTargetGrant()`](#fn-withtargetgrant) * [`fn withTargetGrantMixin()`](#fn-withtargetgrantmixin) +* [`fn withTargetObjectKeyFormat()`](#fn-withtargetobjectkeyformat) +* [`fn withTargetObjectKeyFormatMixin()`](#fn-withtargetobjectkeyformatmixin) * [`fn withTargetPrefix()`](#fn-withtargetprefix) * [`obj target_grant`](#obj-target_grant) * [`fn new()`](#fn-target_grantnew) * [`obj target_grant.grantee`](#obj-target_grantgrantee) * [`fn new()`](#fn-target_grantgranteenew) +* [`obj target_object_key_format`](#obj-target_object_key_format) + * [`fn new()`](#fn-target_object_key_formatnew) + * [`obj target_object_key_format.partitioned_prefix`](#obj-target_object_key_formatpartitioned_prefix) + * [`fn new()`](#fn-target_object_key_formatpartitioned_prefixnew) + * [`obj target_object_key_format.simple_prefix`](#obj-target_object_key_formatsimple_prefix) + * [`fn new()`](#fn-target_object_key_formatsimple_prefixnew) ## Fields @@ -60,6 +68,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `target_bucket` (`string`): Set the `target_bucket` field on the resulting resource block. - `target_prefix` (`string`): Set the `target_prefix` field on the resulting resource block. - `target_grant` (`list[obj]`): Set the `target_grant` field on the resulting resource block. When `null`, the `target_grant` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_grant.new](#fn-target_grantnew) constructor. + - `target_object_key_format` (`list[obj]`): Set the `target_object_key_format` field on the resulting resource block. When `null`, the `target_object_key_format` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.new](#fn-target_object_key_formatnew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -88,6 +97,7 @@ injecting into a complete block. - `target_bucket` (`string`): Set the `target_bucket` field on the resulting object. - `target_prefix` (`string`): Set the `target_prefix` field on the resulting object. - `target_grant` (`list[obj]`): Set the `target_grant` field on the resulting object. When `null`, the `target_grant` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_grant.new](#fn-target_grantnew) constructor. + - `target_object_key_format` (`list[obj]`): Set the `target_object_key_format` field on the resulting object. When `null`, the `target_object_key_format` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.new](#fn-target_object_key_formatnew) 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 `s3_bucket_logging` resource into the root Terraform configuration. @@ -178,6 +188,43 @@ function. - `value` (`list[obj]`): The value to set for the `target_grant` field. +### fn withTargetObjectKeyFormat + +```ts +withTargetObjectKeyFormat() +``` + +`aws.list[obj].withTargetObjectKeyFormat` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the target_object_key_format 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].withTargetObjectKeyFormatMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `target_object_key_format` field. + + +### fn withTargetObjectKeyFormatMixin + +```ts +withTargetObjectKeyFormatMixin() +``` + +`aws.list[obj].withTargetObjectKeyFormatMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the target_object_key_format 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].withTargetObjectKeyFormat](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `target_object_key_format` field. + + ### fn withTargetPrefix ```ts @@ -241,3 +288,70 @@ Terraform sub block. **Returns**: - An attribute object that represents the `grantee` sub block. + + +## obj target_object_key_format + + + +### fn target_object_key_format.new + +```ts +new() +``` + + +`aws.s3_bucket_logging.target_object_key_format.new` constructs a new object with attributes and blocks configured for the `target_object_key_format` +Terraform sub block. + + + +**Args**: + - `partitioned_prefix` (`list[obj]`): Set the `partitioned_prefix` field on the resulting object. When `null`, the `partitioned_prefix` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.partitioned_prefix.new](#fn-target_object_key_formatpartitioned_prefixnew) constructor. + - `simple_prefix` (`list[obj]`): Set the `simple_prefix` field on the resulting object. When `null`, the `simple_prefix` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_bucket_logging.target_object_key_format.simple_prefix.new](#fn-target_object_key_formatsimple_prefixnew) constructor. + +**Returns**: + - An attribute object that represents the `target_object_key_format` sub block. + + +## obj target_object_key_format.partitioned_prefix + + + +### fn target_object_key_format.partitioned_prefix.new + +```ts +new() +``` + + +`aws.s3_bucket_logging.target_object_key_format.partitioned_prefix.new` constructs a new object with attributes and blocks configured for the `partitioned_prefix` +Terraform sub block. + + + +**Args**: + - `partition_date_source` (`string`): Set the `partition_date_source` field on the resulting object. + +**Returns**: + - An attribute object that represents the `partitioned_prefix` sub block. + + +## obj target_object_key_format.simple_prefix + + + +### fn target_object_key_format.simple_prefix.new + +```ts +new() +``` + + +`aws.s3_bucket_logging.target_object_key_format.simple_prefix.new` constructs a new object with attributes and blocks configured for the `simple_prefix` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `simple_prefix` sub block. diff --git a/docs/5.x/s3control_access_grant.md b/docs/5.x/s3control_access_grant.md new file mode 100644 index 00000000..57fd8994 --- /dev/null +++ b/docs/5.x/s3control_access_grant.md @@ -0,0 +1,301 @@ +--- +permalink: /s3control_access_grant/ +--- + +# s3control_access_grant + +`s3control_access_grant` represents the `aws_s3control_access_grant` 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 withAccessGrantsLocationConfiguration()`](#fn-withaccessgrantslocationconfiguration) +* [`fn withAccessGrantsLocationConfigurationMixin()`](#fn-withaccessgrantslocationconfigurationmixin) +* [`fn withAccessGrantsLocationId()`](#fn-withaccessgrantslocationid) +* [`fn withAccountId()`](#fn-withaccountid) +* [`fn withGrantee()`](#fn-withgrantee) +* [`fn withGranteeMixin()`](#fn-withgranteemixin) +* [`fn withPermission()`](#fn-withpermission) +* [`fn withS3PrefixType()`](#fn-withs3prefixtype) +* [`fn withTags()`](#fn-withtags) +* [`obj access_grants_location_configuration`](#obj-access_grants_location_configuration) + * [`fn new()`](#fn-access_grants_location_configurationnew) +* [`obj grantee`](#obj-grantee) + * [`fn new()`](#fn-granteenew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.s3control_access_grant.new` injects a new `aws_s3control_access_grant` 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.s3control_access_grant.new('some_id') + +You can get the reference to the `id` field of the created `aws.s3control_access_grant` using the reference: + + $._ref.aws_s3control_access_grant.some_id.get('id') + +This is the same as directly entering `"${ aws_s3control_access_grant.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. + - `access_grants_location_id` (`string`): Set the `access_grants_location_id` field on the resulting resource block. + - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object. + - `permission` (`string`): Set the `permission` field on the resulting resource block. + - `s3_prefix_type` (`string`): Set the `s3_prefix_type` field on the resulting resource block. When `null`, the `s3_prefix_type` 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. + - `access_grants_location_configuration` (`list[obj]`): Set the `access_grants_location_configuration` field on the resulting resource block. When `null`, the `access_grants_location_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.s3control_access_grant.access_grants_location_configuration.new](#fn-access_grants_location_configurationnew) constructor. + - `grantee` (`list[obj]`): Set the `grantee` field on the resulting resource block. When `null`, the `grantee` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3control_access_grant.grantee.new](#fn-granteenew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.s3control_access_grant.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grant` +Terraform resource. + +Unlike [aws.s3control_access_grant.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**: + - `access_grants_location_id` (`string`): Set the `access_grants_location_id` field on the resulting object. + - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object. + - `permission` (`string`): Set the `permission` field on the resulting object. + - `s3_prefix_type` (`string`): Set the `s3_prefix_type` field on the resulting object. When `null`, the `s3_prefix_type` 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. + - `access_grants_location_configuration` (`list[obj]`): Set the `access_grants_location_configuration` field on the resulting object. When `null`, the `access_grants_location_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.s3control_access_grant.access_grants_location_configuration.new](#fn-access_grants_location_configurationnew) constructor. + - `grantee` (`list[obj]`): Set the `grantee` field on the resulting object. When `null`, the `grantee` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3control_access_grant.grantee.new](#fn-granteenew) 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 `s3control_access_grant` resource into the root Terraform configuration. + + +### fn withAccessGrantsLocationConfiguration + +```ts +withAccessGrantsLocationConfiguration() +``` + +`aws.list[obj].withAccessGrantsLocationConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the access_grants_location_configuration 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].withAccessGrantsLocationConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `access_grants_location_configuration` field. + + +### fn withAccessGrantsLocationConfigurationMixin + +```ts +withAccessGrantsLocationConfigurationMixin() +``` + +`aws.list[obj].withAccessGrantsLocationConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the access_grants_location_configuration 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].withAccessGrantsLocationConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `access_grants_location_configuration` field. + + +### fn withAccessGrantsLocationId + +```ts +withAccessGrantsLocationId() +``` + +`aws.string.withAccessGrantsLocationId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the access_grants_location_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `access_grants_location_id` field. + + +### fn withAccountId + +```ts +withAccountId() +``` + +`aws.string.withAccountId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the account_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `account_id` field. + + +### fn withGrantee + +```ts +withGrantee() +``` + +`aws.list[obj].withGrantee` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the grantee 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].withGranteeMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `grantee` field. + + +### fn withGranteeMixin + +```ts +withGranteeMixin() +``` + +`aws.list[obj].withGranteeMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the grantee 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].withGrantee](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `grantee` field. + + +### fn withPermission + +```ts +withPermission() +``` + +`aws.string.withPermission` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the permission field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `permission` field. + + +### fn withS3PrefixType + +```ts +withS3PrefixType() +``` + +`aws.string.withS3PrefixType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the s3_prefix_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `s3_prefix_type` 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. + + +## obj access_grants_location_configuration + + + +### fn access_grants_location_configuration.new + +```ts +new() +``` + + +`aws.s3control_access_grant.access_grants_location_configuration.new` constructs a new object with attributes and blocks configured for the `access_grants_location_configuration` +Terraform sub block. + + + +**Args**: + - `s3_sub_prefix` (`string`): Set the `s3_sub_prefix` field on the resulting object. When `null`, the `s3_sub_prefix` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `access_grants_location_configuration` sub block. + + +## obj grantee + + + +### fn grantee.new + +```ts +new() +``` + + +`aws.s3control_access_grant.grantee.new` constructs a new object with attributes and blocks configured for the `grantee` +Terraform sub block. + + + +**Args**: + - `grantee_identifier` (`string`): Set the `grantee_identifier` field on the resulting object. + - `grantee_type` (`string`): Set the `grantee_type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `grantee` sub block. diff --git a/docs/5.x/s3control_access_grants_instance.md b/docs/5.x/s3control_access_grants_instance.md new file mode 100644 index 00000000..ab51e23c --- /dev/null +++ b/docs/5.x/s3control_access_grants_instance.md @@ -0,0 +1,111 @@ +--- +permalink: /s3control_access_grants_instance/ +--- + +# s3control_access_grants_instance + +`s3control_access_grants_instance` represents the `aws_s3control_access_grants_instance` 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 withAccountId()`](#fn-withaccountid) +* [`fn withTags()`](#fn-withtags) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.s3control_access_grants_instance.new` injects a new `aws_s3control_access_grants_instance` 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.s3control_access_grants_instance.new('some_id') + +You can get the reference to the `id` field of the created `aws.s3control_access_grants_instance` using the reference: + + $._ref.aws_s3control_access_grants_instance.some_id.get('id') + +This is the same as directly entering `"${ aws_s3control_access_grants_instance.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. + - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` 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. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.s3control_access_grants_instance.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_instance` +Terraform resource. + +Unlike [aws.s3control_access_grants_instance.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**: + - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` 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. + +**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 `s3control_access_grants_instance` resource into the root Terraform configuration. + + +### fn withAccountId + +```ts +withAccountId() +``` + +`aws.string.withAccountId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the account_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `account_id` 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. diff --git a/docs/5.x/s3control_access_grants_instance_resource_policy.md b/docs/5.x/s3control_access_grants_instance_resource_policy.md new file mode 100644 index 00000000..529c8ed3 --- /dev/null +++ b/docs/5.x/s3control_access_grants_instance_resource_policy.md @@ -0,0 +1,111 @@ +--- +permalink: /s3control_access_grants_instance_resource_policy/ +--- + +# s3control_access_grants_instance_resource_policy + +`s3control_access_grants_instance_resource_policy` represents the `aws_s3control_access_grants_instance_resource_policy` 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 withAccountId()`](#fn-withaccountid) +* [`fn withPolicy()`](#fn-withpolicy) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.s3control_access_grants_instance_resource_policy.new` injects a new `aws_s3control_access_grants_instance_resource_policy` 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.s3control_access_grants_instance_resource_policy.new('some_id') + +You can get the reference to the `id` field of the created `aws.s3control_access_grants_instance_resource_policy` using the reference: + + $._ref.aws_s3control_access_grants_instance_resource_policy.some_id.get('id') + +This is the same as directly entering `"${ aws_s3control_access_grants_instance_resource_policy.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. + - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object. + - `policy` (`string`): Set the `policy` 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.s3control_access_grants_instance_resource_policy.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_instance_resource_policy` +Terraform resource. + +Unlike [aws.s3control_access_grants_instance_resource_policy.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**: + - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object. + - `policy` (`string`): Set the `policy` 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 `s3control_access_grants_instance_resource_policy` resource into the root Terraform configuration. + + +### fn withAccountId + +```ts +withAccountId() +``` + +`aws.string.withAccountId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the account_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `account_id` field. + + +### fn withPolicy + +```ts +withPolicy() +``` + +`aws.string.withPolicy` constructs a mixin object that can be merged into the `string` +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. diff --git a/docs/5.x/s3control_access_grants_location.md b/docs/5.x/s3control_access_grants_location.md new file mode 100644 index 00000000..3b6a7c7c --- /dev/null +++ b/docs/5.x/s3control_access_grants_location.md @@ -0,0 +1,149 @@ +--- +permalink: /s3control_access_grants_location/ +--- + +# s3control_access_grants_location + +`s3control_access_grants_location` represents the `aws_s3control_access_grants_location` 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 withAccountId()`](#fn-withaccountid) +* [`fn withIamRoleArn()`](#fn-withiamrolearn) +* [`fn withLocationScope()`](#fn-withlocationscope) +* [`fn withTags()`](#fn-withtags) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.s3control_access_grants_location.new` injects a new `aws_s3control_access_grants_location` 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.s3control_access_grants_location.new('some_id') + +You can get the reference to the `id` field of the created `aws.s3control_access_grants_location` using the reference: + + $._ref.aws_s3control_access_grants_location.some_id.get('id') + +This is the same as directly entering `"${ aws_s3control_access_grants_location.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. + - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object. + - `iam_role_arn` (`string`): Set the `iam_role_arn` field on the resulting resource block. + - `location_scope` (`string`): Set the `location_scope` 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. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.s3control_access_grants_location.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_location` +Terraform resource. + +Unlike [aws.s3control_access_grants_location.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**: + - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object. + - `iam_role_arn` (`string`): Set the `iam_role_arn` field on the resulting object. + - `location_scope` (`string`): Set the `location_scope` 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. + +**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 `s3control_access_grants_location` resource into the root Terraform configuration. + + +### fn withAccountId + +```ts +withAccountId() +``` + +`aws.string.withAccountId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the account_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `account_id` field. + + +### fn withIamRoleArn + +```ts +withIamRoleArn() +``` + +`aws.string.withIamRoleArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the iam_role_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `iam_role_arn` field. + + +### fn withLocationScope + +```ts +withLocationScope() +``` + +`aws.string.withLocationScope` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the location_scope field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `location_scope` 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. From 2d0865c92730e47f4ad2f67d2a897068531d0151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 29 Nov 2023 03:14:36 +0000 Subject: [PATCH 03/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/data/main.libsonnet | 1 + 5.x/_gen/data/s3_directory_buckets.libsonnet | 19 ++ 5.x/_gen/main.libsonnet | 1 + 5.x/_gen/provider_aws.libsonnet | 4 +- .../resources/s3_directory_bucket.libsonnet | 110 +++++++++ ...s3control_access_grants_instance.libsonnet | 19 +- docs/5.x/README.md | 1 + docs/5.x/data/index.md | 1 + docs/5.x/data/s3_directory_buckets.md | 71 ++++++ docs/5.x/provider.md | 1 + docs/5.x/s3_directory_bucket.md | 216 ++++++++++++++++++ docs/5.x/s3control_access_grants_instance.md | 19 ++ 12 files changed, 459 insertions(+), 4 deletions(-) create mode 100644 5.x/_gen/data/s3_directory_buckets.libsonnet create mode 100644 5.x/_gen/resources/s3_directory_bucket.libsonnet create mode 100644 docs/5.x/data/s3_directory_buckets.md create mode 100644 docs/5.x/s3_directory_bucket.md diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index f7afde63..ae10f097 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -433,6 +433,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); s3_bucket_object: (import 's3_bucket_object.libsonnet'), s3_bucket_objects: (import 's3_bucket_objects.libsonnet'), s3_bucket_policy: (import 's3_bucket_policy.libsonnet'), + s3_directory_buckets: (import 's3_directory_buckets.libsonnet'), s3_object: (import 's3_object.libsonnet'), s3_objects: (import 's3_objects.libsonnet'), s3control_multi_region_access_point: (import 's3control_multi_region_access_point.libsonnet'), diff --git a/5.x/_gen/data/s3_directory_buckets.libsonnet b/5.x/_gen/data/s3_directory_buckets.libsonnet new file mode 100644 index 00000000..5b564120 --- /dev/null +++ b/5.x/_gen/data/s3_directory_buckets.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='s3_directory_buckets', url='', help='`s3_directory_buckets` represents the `aws_s3_directory_buckets` 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.s3_directory_buckets.new` injects a new `data_aws_s3_directory_buckets` 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.s3_directory_buckets.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.s3_directory_buckets` using the reference:\n\n $._ref.data_aws_s3_directory_buckets.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_s3_directory_buckets.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_s3_directory_buckets', + label=dataSrcLabel, + attrs=self.newAttrs(), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.s3_directory_buckets.newAttrs` constructs a new object with attributes and blocks configured for the `s3_directory_buckets`\nTerraform data source.\n\nUnlike [aws.data.s3_directory_buckets.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 `s3_directory_buckets` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + + ):: std.prune(a={}), +} diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 58d161b4..30548f86 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -1004,6 +1004,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); s3_bucket_server_side_encryption_configuration: (import 'resources/s3_bucket_server_side_encryption_configuration.libsonnet'), s3_bucket_versioning: (import 'resources/s3_bucket_versioning.libsonnet'), s3_bucket_website_configuration: (import 'resources/s3_bucket_website_configuration.libsonnet'), + s3_directory_bucket: (import 'resources/s3_directory_bucket.libsonnet'), s3_object: (import 'resources/s3_object.libsonnet'), s3_object_copy: (import 'resources/s3_object_copy.libsonnet'), s3control_access_grant: (import 'resources/s3control_access_grant.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index 9a2787fb..2877ea06 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -200,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 - `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':: 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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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, @@ -213,6 +213,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); apigatewayv2=null, appautoscaling=null, appconfig=null, + appfabric=null, appflow=null, appintegrations=null, appintegrationsservice=null, @@ -469,6 +470,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); apigatewayv2: apigatewayv2, appautoscaling: appautoscaling, appconfig: appconfig, + appfabric: appfabric, appflow: appflow, appintegrations: appintegrations, appintegrationsservice: appintegrationsservice, diff --git a/5.x/_gen/resources/s3_directory_bucket.libsonnet b/5.x/_gen/resources/s3_directory_bucket.libsonnet new file mode 100644 index 00000000..2eb8a189 --- /dev/null +++ b/5.x/_gen/resources/s3_directory_bucket.libsonnet @@ -0,0 +1,110 @@ +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='s3_directory_bucket', url='', help='`s3_directory_bucket` represents the `aws_s3_directory_bucket` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + location:: { + '#new':: d.fn(help='\n`aws.s3_directory_bucket.location.new` constructs a new object with attributes and blocks configured for the `location`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `location` sub block.\n', args=[]), + new( + name, + type=null + ):: std.prune(a={ + name: name, + type: type, + }), + }, + '#new':: d.fn(help="\n`aws.s3_directory_bucket.new` injects a new `aws_s3_directory_bucket` 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.s3_directory_bucket.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3_directory_bucket` using the reference:\n\n $._ref.aws_s3_directory_bucket.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3_directory_bucket.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 - `bucket` (`string`): Set the `bucket` field on the resulting resource block.\n - `data_redundancy` (`string`): Set the `data_redundancy` field on the resulting resource block. When `null`, the `data_redundancy` field will be omitted from the resulting object.\n - `force_destroy` (`bool`): Set the `force_destroy` field on the resulting resource block. When `null`, the `force_destroy` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\n - `location` (`list[obj]`): Set the `location` field on the resulting resource block. When `null`, the `location` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_directory_bucket.location.new](#fn-locationnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + bucket, + data_redundancy=null, + force_destroy=null, + location=null, + type=null, + _meta={} + ):: tf.withResource( + type='aws_s3_directory_bucket', + label=resourceLabel, + attrs=self.newAttrs( + bucket=bucket, + data_redundancy=data_redundancy, + force_destroy=force_destroy, + location=location, + type=type + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.s3_directory_bucket.newAttrs` constructs a new object with attributes and blocks configured for the `s3_directory_bucket`\nTerraform resource.\n\nUnlike [aws.s3_directory_bucket.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 - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `data_redundancy` (`string`): Set the `data_redundancy` field on the resulting object. When `null`, the `data_redundancy` field will be omitted from the resulting object.\n - `force_destroy` (`bool`): Set the `force_destroy` field on the resulting object. When `null`, the `force_destroy` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n - `location` (`list[obj]`): Set the `location` field on the resulting object. When `null`, the `location` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_directory_bucket.location.new](#fn-locationnew) 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 `s3_directory_bucket` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + bucket, + data_redundancy=null, + force_destroy=null, + location=null, + type=null + ):: std.prune(a={ + bucket: bucket, + data_redundancy: data_redundancy, + force_destroy: force_destroy, + location: location, + type: type, + }), + '#withBucket':: d.fn(help='`aws.string.withBucket` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bucket 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 `bucket` field.\n', args=[]), + withBucket(resourceLabel, value): { + resource+: { + aws_s3_directory_bucket+: { + [resourceLabel]+: { + bucket: value, + }, + }, + }, + }, + '#withDataRedundancy':: d.fn(help='`aws.string.withDataRedundancy` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the data_redundancy 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 `data_redundancy` field.\n', args=[]), + withDataRedundancy(resourceLabel, value): { + resource+: { + aws_s3_directory_bucket+: { + [resourceLabel]+: { + data_redundancy: value, + }, + }, + }, + }, + '#withForceDestroy':: d.fn(help='`aws.bool.withForceDestroy` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the force_destroy 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 `force_destroy` field.\n', args=[]), + withForceDestroy(resourceLabel, value): { + resource+: { + aws_s3_directory_bucket+: { + [resourceLabel]+: { + force_destroy: value, + }, + }, + }, + }, + '#withLocation':: d.fn(help='`aws.list[obj].withLocation` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the location 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].withLocationMixin](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 `location` field.\n', args=[]), + withLocation(resourceLabel, value): { + resource+: { + aws_s3_directory_bucket+: { + [resourceLabel]+: { + location: value, + }, + }, + }, + }, + '#withLocationMixin':: d.fn(help='`aws.list[obj].withLocationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the location 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].withLocation](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 `location` field.\n', args=[]), + withLocationMixin(resourceLabel, value): { + resource+: { + aws_s3_directory_bucket+: { + [resourceLabel]+: { + location+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withType':: d.fn(help='`aws.string.withType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the type 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 `type` field.\n', args=[]), + withType(resourceLabel, value): { + resource+: { + aws_s3_directory_bucket+: { + [resourceLabel]+: { + type: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/s3control_access_grants_instance.libsonnet b/5.x/_gen/resources/s3control_access_grants_instance.libsonnet index a027b686..380430b1 100644 --- a/5.x/_gen/resources/s3control_access_grants_instance.libsonnet +++ b/5.x/_gen/resources/s3control_access_grants_instance.libsonnet @@ -2,24 +2,27 @@ 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='s3control_access_grants_instance', url='', help='`s3control_access_grants_instance` represents the `aws_s3control_access_grants_instance` 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.s3control_access_grants_instance.new` injects a new `aws_s3control_access_grants_instance` 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.s3control_access_grants_instance.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3control_access_grants_instance` using the reference:\n\n $._ref.aws_s3control_access_grants_instance.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3control_access_grants_instance.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 - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.s3control_access_grants_instance.new` injects a new `aws_s3control_access_grants_instance` 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.s3control_access_grants_instance.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.s3control_access_grants_instance` using the reference:\n\n $._ref.aws_s3control_access_grants_instance.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_s3control_access_grants_instance.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 - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object.\n - `identity_center_arn` (`string`): Set the `identity_center_arn` field on the resulting resource block. When `null`, the `identity_center_arn` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, account_id=null, + identity_center_arn=null, tags=null, _meta={} ):: tf.withResource( type='aws_s3control_access_grants_instance', label=resourceLabel, - attrs=self.newAttrs(account_id=account_id, tags=tags), + attrs=self.newAttrs(account_id=account_id, identity_center_arn=identity_center_arn, tags=tags), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.s3control_access_grants_instance.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_instance`\nTerraform resource.\n\nUnlike [aws.s3control_access_grants_instance.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 - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` 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\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 `s3control_access_grants_instance` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.s3control_access_grants_instance.newAttrs` constructs a new object with attributes and blocks configured for the `s3control_access_grants_instance`\nTerraform resource.\n\nUnlike [aws.s3control_access_grants_instance.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 - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object.\n - `identity_center_arn` (`string`): Set the `identity_center_arn` field on the resulting object. When `null`, the `identity_center_arn` 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\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 `s3control_access_grants_instance` resource into the root Terraform configuration.\n', args=[]), newAttrs( account_id=null, + identity_center_arn=null, tags=null ):: std.prune(a={ account_id: account_id, + identity_center_arn: identity_center_arn, tags: tags, }), '#withAccountId':: d.fn(help='`aws.string.withAccountId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the account_id 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 `account_id` field.\n', args=[]), @@ -32,6 +35,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withIdentityCenterArn':: d.fn(help='`aws.string.withIdentityCenterArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the identity_center_arn 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 `identity_center_arn` field.\n', args=[]), + withIdentityCenterArn(resourceLabel, value): { + resource+: { + aws_s3control_access_grants_instance+: { + [resourceLabel]+: { + identity_center_arn: 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+: { diff --git a/docs/5.x/README.md b/docs/5.x/README.md index 8cf49096..3c682826 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -1015,6 +1015,7 @@ project. * [s3_bucket_server_side_encryption_configuration](s3_bucket_server_side_encryption_configuration.md) * [s3_bucket_versioning](s3_bucket_versioning.md) * [s3_bucket_website_configuration](s3_bucket_website_configuration.md) +* [s3_directory_bucket](s3_directory_bucket.md) * [s3_object](s3_object.md) * [s3_object_copy](s3_object_copy.md) * [s3control_access_grant](s3control_access_grant.md) diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index 4ad1e080..c9b638aa 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -438,6 +438,7 @@ permalink: /data/ * [s3_bucket_object](s3_bucket_object.md) * [s3_bucket_objects](s3_bucket_objects.md) * [s3_bucket_policy](s3_bucket_policy.md) +* [s3_directory_buckets](s3_directory_buckets.md) * [s3_object](s3_object.md) * [s3_objects](s3_objects.md) * [s3control_multi_region_access_point](s3control_multi_region_access_point.md) diff --git a/docs/5.x/data/s3_directory_buckets.md b/docs/5.x/data/s3_directory_buckets.md new file mode 100644 index 00000000..db715d0f --- /dev/null +++ b/docs/5.x/data/s3_directory_buckets.md @@ -0,0 +1,71 @@ +--- +permalink: /data/s3_directory_buckets/ +--- + +# data.s3_directory_buckets + +`s3_directory_buckets` represents the `aws_s3_directory_buckets` 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.s3_directory_buckets.new` injects a new `data_aws_s3_directory_buckets` 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.s3_directory_buckets.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.s3_directory_buckets` using the reference: + + $._ref.data_aws_s3_directory_buckets.some_id.get('id') + +This is the same as directly entering `"${ data_aws_s3_directory_buckets.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.s3_directory_buckets.newAttrs` constructs a new object with attributes and blocks configured for the `s3_directory_buckets` +Terraform data source. + +Unlike [aws.data.s3_directory_buckets.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 `s3_directory_buckets` data source into the root Terraform configuration. diff --git a/docs/5.x/provider.md b/docs/5.x/provider.md index 2db9085a..65bdc3e3 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -277,6 +277,7 @@ Terraform sub block. - `apigatewayv2` (`string`): Use this to override the default service endpoint URL When `null`, the `apigatewayv2` field will be omitted from the resulting object. - `appautoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `appautoscaling` field will be omitted from the resulting object. - `appconfig` (`string`): Use this to override the default service endpoint URL When `null`, the `appconfig` field will be omitted from the resulting object. + - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` field will be omitted from the resulting object. - `appflow` (`string`): Use this to override the default service endpoint URL When `null`, the `appflow` field will be omitted from the resulting object. - `appintegrations` (`string`): Use this to override the default service endpoint URL When `null`, the `appintegrations` field will be omitted from the resulting object. - `appintegrationsservice` (`string`): Use this to override the default service endpoint URL When `null`, the `appintegrationsservice` field will be omitted from the resulting object. diff --git a/docs/5.x/s3_directory_bucket.md b/docs/5.x/s3_directory_bucket.md new file mode 100644 index 00000000..7b987631 --- /dev/null +++ b/docs/5.x/s3_directory_bucket.md @@ -0,0 +1,216 @@ +--- +permalink: /s3_directory_bucket/ +--- + +# s3_directory_bucket + +`s3_directory_bucket` represents the `aws_s3_directory_bucket` 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 withBucket()`](#fn-withbucket) +* [`fn withDataRedundancy()`](#fn-withdataredundancy) +* [`fn withForceDestroy()`](#fn-withforcedestroy) +* [`fn withLocation()`](#fn-withlocation) +* [`fn withLocationMixin()`](#fn-withlocationmixin) +* [`fn withType()`](#fn-withtype) +* [`obj location`](#obj-location) + * [`fn new()`](#fn-locationnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.s3_directory_bucket.new` injects a new `aws_s3_directory_bucket` 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.s3_directory_bucket.new('some_id') + +You can get the reference to the `id` field of the created `aws.s3_directory_bucket` using the reference: + + $._ref.aws_s3_directory_bucket.some_id.get('id') + +This is the same as directly entering `"${ aws_s3_directory_bucket.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. + - `bucket` (`string`): Set the `bucket` field on the resulting resource block. + - `data_redundancy` (`string`): Set the `data_redundancy` field on the resulting resource block. When `null`, the `data_redundancy` field will be omitted from the resulting object. + - `force_destroy` (`bool`): Set the `force_destroy` field on the resulting resource block. When `null`, the `force_destroy` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object. + - `location` (`list[obj]`): Set the `location` field on the resulting resource block. When `null`, the `location` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_directory_bucket.location.new](#fn-locationnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.s3_directory_bucket.newAttrs` constructs a new object with attributes and blocks configured for the `s3_directory_bucket` +Terraform resource. + +Unlike [aws.s3_directory_bucket.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**: + - `bucket` (`string`): Set the `bucket` field on the resulting object. + - `data_redundancy` (`string`): Set the `data_redundancy` field on the resulting object. When `null`, the `data_redundancy` field will be omitted from the resulting object. + - `force_destroy` (`bool`): Set the `force_destroy` field on the resulting object. When `null`, the `force_destroy` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object. + - `location` (`list[obj]`): Set the `location` field on the resulting object. When `null`, the `location` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.s3_directory_bucket.location.new](#fn-locationnew) 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 `s3_directory_bucket` resource into the root Terraform configuration. + + +### fn withBucket + +```ts +withBucket() +``` + +`aws.string.withBucket` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the bucket field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `bucket` field. + + +### fn withDataRedundancy + +```ts +withDataRedundancy() +``` + +`aws.string.withDataRedundancy` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the data_redundancy field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `data_redundancy` field. + + +### fn withForceDestroy + +```ts +withForceDestroy() +``` + +`aws.bool.withForceDestroy` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the force_destroy field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `force_destroy` field. + + +### fn withLocation + +```ts +withLocation() +``` + +`aws.list[obj].withLocation` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the location 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].withLocationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `location` field. + + +### fn withLocationMixin + +```ts +withLocationMixin() +``` + +`aws.list[obj].withLocationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the location 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].withLocation](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `location` field. + + +### fn withType + +```ts +withType() +``` + +`aws.string.withType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `type` field. + + +## obj location + + + +### fn location.new + +```ts +new() +``` + + +`aws.s3_directory_bucket.location.new` constructs a new object with attributes and blocks configured for the `location` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `location` sub block. diff --git a/docs/5.x/s3control_access_grants_instance.md b/docs/5.x/s3control_access_grants_instance.md index ab51e23c..e087c177 100644 --- a/docs/5.x/s3control_access_grants_instance.md +++ b/docs/5.x/s3control_access_grants_instance.md @@ -16,6 +16,7 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withAccountId()`](#fn-withaccountid) +* [`fn withIdentityCenterArn()`](#fn-withidentitycenterarn) * [`fn withTags()`](#fn-withtags) ## Fields @@ -48,6 +49,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `resourceLabel` (`string`): The name label of the block. - `account_id` (`string`): Set the `account_id` field on the resulting resource block. When `null`, the `account_id` field will be omitted from the resulting object. + - `identity_center_arn` (`string`): Set the `identity_center_arn` field on the resulting resource block. When `null`, the `identity_center_arn` 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. **Returns**: @@ -73,6 +75,7 @@ injecting into a complete block. **Args**: - `account_id` (`string`): Set the `account_id` field on the resulting object. When `null`, the `account_id` field will be omitted from the resulting object. + - `identity_center_arn` (`string`): Set the `identity_center_arn` field on the resulting object. When `null`, the `identity_center_arn` 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. **Returns**: @@ -95,6 +98,22 @@ Terraform resource block to set or update the account_id field. - `value` (`string`): The value to set for the `account_id` field. +### fn withIdentityCenterArn + +```ts +withIdentityCenterArn() +``` + +`aws.string.withIdentityCenterArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the identity_center_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `identity_center_arn` field. + + ### fn withTags ```ts From b009531c9640f62668ab291f80f4ebd7c5ce022c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 1 Dec 2023 00:40:45 +0000 Subject: [PATCH 04/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/main.libsonnet | 2 + 5.x/_gen/provider_aws.libsonnet | 6 +- 5.x/_gen/resources/docdb_cluster.libsonnet | 18 +- .../resources/docdbelastic_cluster.libsonnet | 210 +++++++++++ .../eks_pod_identity_association.libsonnet | 90 +++++ .../neptune_parameter_group.libsonnet | 22 +- docs/5.x/README.md | 2 + docs/5.x/docdb_cluster.md | 19 + docs/5.x/docdbelastic_cluster.md | 349 ++++++++++++++++++ docs/5.x/eks_pod_identity_association.md | 168 +++++++++ docs/5.x/neptune_parameter_group.md | 23 +- docs/5.x/provider.md | 2 + 12 files changed, 902 insertions(+), 9 deletions(-) create mode 100644 5.x/_gen/resources/docdbelastic_cluster.libsonnet create mode 100644 5.x/_gen/resources/eks_pod_identity_association.libsonnet create mode 100644 docs/5.x/docdbelastic_cluster.md create mode 100644 docs/5.x/eks_pod_identity_association.md diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 30548f86..2aa321ef 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -366,6 +366,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); docdb_event_subscription: (import 'resources/docdb_event_subscription.libsonnet'), docdb_global_cluster: (import 'resources/docdb_global_cluster.libsonnet'), docdb_subnet_group: (import 'resources/docdb_subnet_group.libsonnet'), + docdbelastic_cluster: (import 'resources/docdbelastic_cluster.libsonnet'), dx_bgp_peer: (import 'resources/dx_bgp_peer.libsonnet'), dx_connection: (import 'resources/dx_connection.libsonnet'), dx_connection_association: (import 'resources/dx_connection_association.libsonnet'), @@ -472,6 +473,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); eks_fargate_profile: (import 'resources/eks_fargate_profile.libsonnet'), eks_identity_provider_config: (import 'resources/eks_identity_provider_config.libsonnet'), eks_node_group: (import 'resources/eks_node_group.libsonnet'), + eks_pod_identity_association: (import 'resources/eks_pod_identity_association.libsonnet'), elastic_beanstalk_application: (import 'resources/elastic_beanstalk_application.libsonnet'), elastic_beanstalk_application_version: (import 'resources/elastic_beanstalk_application_version.libsonnet'), elastic_beanstalk_configuration_template: (import 'resources/elastic_beanstalk_configuration_template.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index 2877ea06..a241cd60 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -200,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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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':: 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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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, @@ -258,6 +258,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); codecatalyst=null, codecommit=null, codedeploy=null, + codeguruprofiler=null, codegurureviewer=null, codepipeline=null, codestarconnections=null, @@ -368,6 +369,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); mediaconvert=null, medialive=null, mediapackage=null, + mediapackagev2=null, mediastore=null, memorydb=null, mq=null, @@ -515,6 +517,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); codecatalyst: codecatalyst, codecommit: codecommit, codedeploy: codedeploy, + codeguruprofiler: codeguruprofiler, codegurureviewer: codegurureviewer, codepipeline: codepipeline, codestarconnections: codestarconnections, @@ -625,6 +628,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); mediaconvert: mediaconvert, medialive: medialive, mediapackage: mediapackage, + mediapackagev2: mediapackagev2, mediastore: mediastore, memorydb: memorydb, mq: mq, diff --git a/5.x/_gen/resources/docdb_cluster.libsonnet b/5.x/_gen/resources/docdb_cluster.libsonnet index 3f8f0649..917407fb 100644 --- a/5.x/_gen/resources/docdb_cluster.libsonnet +++ b/5.x/_gen/resources/docdb_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='docdb_cluster', url='', help='`docdb_cluster` represents the `aws_docdb_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.docdb_cluster.new` injects a new `aws_docdb_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.docdb_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.docdb_cluster` using the reference:\n\n $._ref.aws_docdb_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_docdb_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 - `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 - `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 - `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_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 - `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 - `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. When `null`, the `engine` 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 - `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 - `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_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 - `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 - `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 - `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 - `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 - `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.docdb_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.docdb_cluster.new` injects a new `aws_docdb_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.docdb_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.docdb_cluster` using the reference:\n\n $._ref.aws_docdb_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_docdb_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 - `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 - `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 - `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_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 - `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 - `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. When `null`, the `engine` 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 - `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 - `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_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 - `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 - `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 - `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 - `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.docdb_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, allow_major_version_upgrade=null, @@ -29,6 +29,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot=null, snapshot_identifier=null, storage_encrypted=null, + storage_type=null, tags=null, tags_all=null, timeouts=null, @@ -62,6 +63,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot=skip_final_snapshot, snapshot_identifier=snapshot_identifier, storage_encrypted=storage_encrypted, + storage_type=storage_type, tags=tags, tags_all=tags_all, timeouts=timeouts, @@ -69,7 +71,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.docdb_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `docdb_cluster`\nTerraform resource.\n\nUnlike [aws.docdb_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 - `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 - `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 - `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_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 - `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 - `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. When `null`, the `engine` 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 - `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 - `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_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 - `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 - `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 - `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 - `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 - `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.docdb_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 `docdb_cluster` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.docdb_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `docdb_cluster`\nTerraform resource.\n\nUnlike [aws.docdb_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 - `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 - `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 - `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_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 - `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 - `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. When `null`, the `engine` 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 - `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 - `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_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 - `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 - `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 - `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 - `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.docdb_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 `docdb_cluster` resource into the root Terraform configuration.\n', args=[]), newAttrs( allow_major_version_upgrade=null, apply_immediately=null, @@ -95,6 +97,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot=null, snapshot_identifier=null, storage_encrypted=null, + storage_type=null, tags=null, tags_all=null, timeouts=null, @@ -124,6 +127,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot: skip_final_snapshot, snapshot_identifier: snapshot_identifier, storage_encrypted: storage_encrypted, + storage_type: storage_type, tags: tags, tags_all: tags_all, timeouts: timeouts, @@ -381,6 +385,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withStorageType':: d.fn(help='`aws.string.withStorageType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the storage_type 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 `storage_type` field.\n', args=[]), + withStorageType(resourceLabel, value): { + resource+: { + aws_docdb_cluster+: { + [resourceLabel]+: { + storage_type: 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+: { diff --git a/5.x/_gen/resources/docdbelastic_cluster.libsonnet b/5.x/_gen/resources/docdbelastic_cluster.libsonnet new file mode 100644 index 00000000..1ce8f695 --- /dev/null +++ b/5.x/_gen/resources/docdbelastic_cluster.libsonnet @@ -0,0 +1,210 @@ +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='docdbelastic_cluster', url='', help='`docdbelastic_cluster` represents the `aws_docdbelastic_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.docdbelastic_cluster.new` injects a new `aws_docdbelastic_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.docdbelastic_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.docdbelastic_cluster` using the reference:\n\n $._ref.aws_docdbelastic_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_docdbelastic_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 - `admin_user_name` (`string`): Set the `admin_user_name` field on the resulting resource block.\n - `admin_user_password` (`string`): Set the `admin_user_password` field on the resulting resource block.\n - `auth_type` (`string`): Set the `auth_type` field on the resulting resource block.\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 - `name` (`string`): Set the `name` field on the resulting resource block.\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 - `shard_capacity` (`number`): Set the `shard_capacity` field on the resulting resource block.\n - `shard_count` (`number`): Set the `shard_count` field on the resulting resource block.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` 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 - `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 - `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.docdbelastic_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, + admin_user_name, + admin_user_password, + auth_type, + name, + shard_capacity, + shard_count, + kms_key_id=null, + preferred_maintenance_window=null, + subnet_ids=null, + tags=null, + timeouts=null, + vpc_security_group_ids=null, + _meta={} + ):: tf.withResource( + type='aws_docdbelastic_cluster', + label=resourceLabel, + attrs=self.newAttrs( + admin_user_name=admin_user_name, + admin_user_password=admin_user_password, + auth_type=auth_type, + kms_key_id=kms_key_id, + name=name, + preferred_maintenance_window=preferred_maintenance_window, + shard_capacity=shard_capacity, + shard_count=shard_count, + subnet_ids=subnet_ids, + tags=tags, + timeouts=timeouts, + vpc_security_group_ids=vpc_security_group_ids + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.docdbelastic_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `docdbelastic_cluster`\nTerraform resource.\n\nUnlike [aws.docdbelastic_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 - `admin_user_name` (`string`): Set the `admin_user_name` field on the resulting object.\n - `admin_user_password` (`string`): Set the `admin_user_password` field on the resulting object.\n - `auth_type` (`string`): Set the `auth_type` field on 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 - `name` (`string`): Set the `name` field on 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 - `shard_capacity` (`number`): Set the `shard_capacity` field on the resulting object.\n - `shard_count` (`number`): Set the `shard_count` field on the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` 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 - `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 - `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.docdbelastic_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 `docdbelastic_cluster` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + admin_user_name, + admin_user_password, + auth_type, + name, + shard_capacity, + shard_count, + kms_key_id=null, + preferred_maintenance_window=null, + subnet_ids=null, + tags=null, + timeouts=null, + vpc_security_group_ids=null + ):: std.prune(a={ + admin_user_name: admin_user_name, + admin_user_password: admin_user_password, + auth_type: auth_type, + kms_key_id: kms_key_id, + name: name, + preferred_maintenance_window: preferred_maintenance_window, + shard_capacity: shard_capacity, + shard_count: shard_count, + subnet_ids: subnet_ids, + tags: tags, + timeouts: timeouts, + vpc_security_group_ids: vpc_security_group_ids, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.docdbelastic_cluster.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object.\n - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withAdminUserName':: d.fn(help='`aws.string.withAdminUserName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the admin_user_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 `admin_user_name` field.\n', args=[]), + withAdminUserName(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + admin_user_name: value, + }, + }, + }, + }, + '#withAdminUserPassword':: d.fn(help='`aws.string.withAdminUserPassword` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the admin_user_password 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 `admin_user_password` field.\n', args=[]), + withAdminUserPassword(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + admin_user_password: value, + }, + }, + }, + }, + '#withAuthType':: d.fn(help='`aws.string.withAuthType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the auth_type 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 `auth_type` field.\n', args=[]), + withAuthType(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + auth_type: value, + }, + }, + }, + }, + '#withKmsKeyId':: d.fn(help='`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_id 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 `kms_key_id` field.\n', args=[]), + withKmsKeyId(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + kms_key_id: value, + }, + }, + }, + }, + '#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_docdbelastic_cluster+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withPreferredMaintenanceWindow':: d.fn(help='`aws.string.withPreferredMaintenanceWindow` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the preferred_maintenance_window 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 `preferred_maintenance_window` field.\n', args=[]), + withPreferredMaintenanceWindow(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + preferred_maintenance_window: value, + }, + }, + }, + }, + '#withShardCapacity':: d.fn(help='`aws.number.withShardCapacity` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the shard_capacity field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `shard_capacity` field.\n', args=[]), + withShardCapacity(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + shard_capacity: value, + }, + }, + }, + }, + '#withShardCount':: d.fn(help='`aws.number.withShardCount` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the shard_count field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `shard_count` field.\n', args=[]), + withShardCount(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + shard_count: value, + }, + }, + }, + }, + '#withSubnetIds':: d.fn(help='`aws.list.withSubnetIds` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the subnet_ids field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `subnet_ids` field.\n', args=[]), + withSubnetIds(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + subnet_ids: 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_docdbelastic_cluster+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#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_docdbelastic_cluster+: { + [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_docdbelastic_cluster+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, + '#withVpcSecurityGroupIds':: d.fn(help='`aws.list.withVpcSecurityGroupIds` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the vpc_security_group_ids field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `vpc_security_group_ids` field.\n', args=[]), + withVpcSecurityGroupIds(resourceLabel, value): { + resource+: { + aws_docdbelastic_cluster+: { + [resourceLabel]+: { + vpc_security_group_ids: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/eks_pod_identity_association.libsonnet b/5.x/_gen/resources/eks_pod_identity_association.libsonnet new file mode 100644 index 00000000..0135a9d8 --- /dev/null +++ b/5.x/_gen/resources/eks_pod_identity_association.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='eks_pod_identity_association', url='', help='`eks_pod_identity_association` represents the `aws_eks_pod_identity_association` 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.eks_pod_identity_association.new` injects a new `aws_eks_pod_identity_association` 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.eks_pod_identity_association.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_pod_identity_association` using the reference:\n\n $._ref.aws_eks_pod_identity_association.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_pod_identity_association.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block.\n - `namespace` (`string`): Set the `namespace` field on the resulting resource block.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block.\n - `service_account` (`string`): Set the `service_account` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + cluster_name, + namespace, + role_arn, + service_account, + tags=null, + _meta={} + ):: tf.withResource( + type='aws_eks_pod_identity_association', + label=resourceLabel, + attrs=self.newAttrs( + cluster_name=cluster_name, + namespace=namespace, + role_arn=role_arn, + service_account=service_account, + tags=tags + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.eks_pod_identity_association.newAttrs` constructs a new object with attributes and blocks configured for the `eks_pod_identity_association`\nTerraform resource.\n\nUnlike [aws.eks_pod_identity_association.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object.\n - `namespace` (`string`): Set the `namespace` field on the resulting object.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting object.\n - `service_account` (`string`): Set the `service_account` 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\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 `eks_pod_identity_association` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + cluster_name, + namespace, + role_arn, + service_account, + tags=null + ):: std.prune(a={ + cluster_name: cluster_name, + namespace: namespace, + role_arn: role_arn, + service_account: service_account, + tags: tags, + }), + '#withClusterName':: d.fn(help='`aws.string.withClusterName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the cluster_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 `cluster_name` field.\n', args=[]), + withClusterName(resourceLabel, value): { + resource+: { + aws_eks_pod_identity_association+: { + [resourceLabel]+: { + cluster_name: value, + }, + }, + }, + }, + '#withNamespace':: d.fn(help='`aws.string.withNamespace` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the namespace 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 `namespace` field.\n', args=[]), + withNamespace(resourceLabel, value): { + resource+: { + aws_eks_pod_identity_association+: { + [resourceLabel]+: { + namespace: value, + }, + }, + }, + }, + '#withRoleArn':: d.fn(help='`aws.string.withRoleArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the role_arn 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 `role_arn` field.\n', args=[]), + withRoleArn(resourceLabel, value): { + resource+: { + aws_eks_pod_identity_association+: { + [resourceLabel]+: { + role_arn: value, + }, + }, + }, + }, + '#withServiceAccount':: d.fn(help='`aws.string.withServiceAccount` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the service_account 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 `service_account` field.\n', args=[]), + withServiceAccount(resourceLabel, value): { + resource+: { + aws_eks_pod_identity_association+: { + [resourceLabel]+: { + service_account: 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_eks_pod_identity_association+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/neptune_parameter_group.libsonnet b/5.x/_gen/resources/neptune_parameter_group.libsonnet index e6a402b0..1892be18 100644 --- a/5.x/_gen/resources/neptune_parameter_group.libsonnet +++ b/5.x/_gen/resources/neptune_parameter_group.libsonnet @@ -2,12 +2,13 @@ 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='neptune_parameter_group', url='', help='`neptune_parameter_group` represents the `aws_neptune_parameter_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.neptune_parameter_group.new` injects a new `aws_neptune_parameter_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.neptune_parameter_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.neptune_parameter_group` using the reference:\n\n $._ref.aws_neptune_parameter_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_neptune_parameter_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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `family` (`string`): Set the `family` field on the resulting resource 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 - `parameter` (`list[obj]`): Set the `parameter` field on the resulting resource block. When `null`, the `parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.neptune_parameter_group.parameter.new](#fn-parameternew) 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.neptune_parameter_group.new` injects a new `aws_neptune_parameter_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.neptune_parameter_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.neptune_parameter_group` using the reference:\n\n $._ref.aws_neptune_parameter_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_neptune_parameter_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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `family` (`string`): Set the `family` 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 - `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 - `parameter` (`list[obj]`): Set the `parameter` field on the resulting resource block. When `null`, the `parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.neptune_parameter_group.parameter.new](#fn-parameternew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, family, - name, description=null, + name=null, + name_prefix=null, parameter=null, tags=null, tags_all=null, @@ -19,17 +20,19 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); description=description, family=family, name=name, + name_prefix=name_prefix, parameter=parameter, tags=tags, tags_all=tags_all ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.neptune_parameter_group.newAttrs` constructs a new object with attributes and blocks configured for the `neptune_parameter_group`\nTerraform resource.\n\nUnlike [aws.neptune_parameter_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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `family` (`string`): Set the `family` field on the resulting object.\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 - `parameter` (`list[obj]`): Set the `parameter` field on the resulting object. When `null`, the `parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.neptune_parameter_group.parameter.new](#fn-parameternew) 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 `neptune_parameter_group` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.neptune_parameter_group.newAttrs` constructs a new object with attributes and blocks configured for the `neptune_parameter_group`\nTerraform resource.\n\nUnlike [aws.neptune_parameter_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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `family` (`string`): Set the `family` 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 - `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 - `parameter` (`list[obj]`): Set the `parameter` field on the resulting object. When `null`, the `parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.neptune_parameter_group.parameter.new](#fn-parameternew) 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 `neptune_parameter_group` resource into the root Terraform configuration.\n', args=[]), newAttrs( family, - name, description=null, + name=null, + name_prefix=null, parameter=null, tags=null, tags_all=null @@ -37,6 +40,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); description: description, family: family, name: name, + name_prefix: name_prefix, parameter: parameter, tags: tags, tags_all: tags_all, @@ -83,6 +87,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withNamePrefix':: d.fn(help='`aws.string.withNamePrefix` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the name_prefix 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_prefix` field.\n', args=[]), + withNamePrefix(resourceLabel, value): { + resource+: { + aws_neptune_parameter_group+: { + [resourceLabel]+: { + name_prefix: value, + }, + }, + }, + }, '#withParameter':: d.fn(help='`aws.list[obj].withParameter` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the parameter 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].withParameterMixin](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 `parameter` field.\n', args=[]), withParameter(resourceLabel, value): { resource+: { diff --git a/docs/5.x/README.md b/docs/5.x/README.md index 3c682826..eab09a80 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -376,6 +376,7 @@ project. * [docdb_event_subscription](docdb_event_subscription.md) * [docdb_global_cluster](docdb_global_cluster.md) * [docdb_subnet_group](docdb_subnet_group.md) +* [docdbelastic_cluster](docdbelastic_cluster.md) * [dx_bgp_peer](dx_bgp_peer.md) * [dx_connection](dx_connection.md) * [dx_connection_association](dx_connection_association.md) @@ -482,6 +483,7 @@ project. * [eks_fargate_profile](eks_fargate_profile.md) * [eks_identity_provider_config](eks_identity_provider_config.md) * [eks_node_group](eks_node_group.md) +* [eks_pod_identity_association](eks_pod_identity_association.md) * [elastic_beanstalk_application](elastic_beanstalk_application.md) * [elastic_beanstalk_application_version](elastic_beanstalk_application_version.md) * [elastic_beanstalk_configuration_template](elastic_beanstalk_configuration_template.md) diff --git a/docs/5.x/docdb_cluster.md b/docs/5.x/docdb_cluster.md index ac4c8236..b0d7f861 100644 --- a/docs/5.x/docdb_cluster.md +++ b/docs/5.x/docdb_cluster.md @@ -39,6 +39,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withSkipFinalSnapshot()`](#fn-withskipfinalsnapshot) * [`fn withSnapshotIdentifier()`](#fn-withsnapshotidentifier) * [`fn withStorageEncrypted()`](#fn-withstorageencrypted) +* [`fn withStorageType()`](#fn-withstoragetype) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withTimeouts()`](#fn-withtimeouts) @@ -100,6 +101,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `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. - `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. + - `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. - `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. - `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. @@ -151,6 +153,7 @@ injecting into a complete block. - `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. - `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. - `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. + - `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. - `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. - `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. @@ -544,6 +547,22 @@ Terraform resource block to set or update the storage_encrypted field. - `value` (`bool`): The value to set for the `storage_encrypted` field. +### fn withStorageType + +```ts +withStorageType() +``` + +`aws.string.withStorageType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the storage_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `storage_type` field. + + ### fn withTags ```ts diff --git a/docs/5.x/docdbelastic_cluster.md b/docs/5.x/docdbelastic_cluster.md new file mode 100644 index 00000000..489d59d4 --- /dev/null +++ b/docs/5.x/docdbelastic_cluster.md @@ -0,0 +1,349 @@ +--- +permalink: /docdbelastic_cluster/ +--- + +# docdbelastic_cluster + +`docdbelastic_cluster` represents the `aws_docdbelastic_cluster` 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 withAdminUserName()`](#fn-withadminusername) +* [`fn withAdminUserPassword()`](#fn-withadminuserpassword) +* [`fn withAuthType()`](#fn-withauthtype) +* [`fn withKmsKeyId()`](#fn-withkmskeyid) +* [`fn withName()`](#fn-withname) +* [`fn withPreferredMaintenanceWindow()`](#fn-withpreferredmaintenancewindow) +* [`fn withShardCapacity()`](#fn-withshardcapacity) +* [`fn withShardCount()`](#fn-withshardcount) +* [`fn withSubnetIds()`](#fn-withsubnetids) +* [`fn withTags()`](#fn-withtags) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`fn withVpcSecurityGroupIds()`](#fn-withvpcsecuritygroupids) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.docdbelastic_cluster.new` injects a new `aws_docdbelastic_cluster` 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.docdbelastic_cluster.new('some_id') + +You can get the reference to the `id` field of the created `aws.docdbelastic_cluster` using the reference: + + $._ref.aws_docdbelastic_cluster.some_id.get('id') + +This is the same as directly entering `"${ aws_docdbelastic_cluster.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. + - `admin_user_name` (`string`): Set the `admin_user_name` field on the resulting resource block. + - `admin_user_password` (`string`): Set the `admin_user_password` field on the resulting resource block. + - `auth_type` (`string`): Set the `auth_type` field on the resulting resource block. + - `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. + - `name` (`string`): Set the `name` field on the resulting resource block. + - `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. + - `shard_capacity` (`number`): Set the `shard_capacity` field on the resulting resource block. + - `shard_count` (`number`): Set the `shard_count` field on the resulting resource block. + - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` 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. + - `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. + - `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.docdbelastic_cluster.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.docdbelastic_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `docdbelastic_cluster` +Terraform resource. + +Unlike [aws.docdbelastic_cluster.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**: + - `admin_user_name` (`string`): Set the `admin_user_name` field on the resulting object. + - `admin_user_password` (`string`): Set the `admin_user_password` field on the resulting object. + - `auth_type` (`string`): Set the `auth_type` field on the resulting object. + - `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. + - `name` (`string`): Set the `name` field on the resulting object. + - `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. + - `shard_capacity` (`number`): Set the `shard_capacity` field on the resulting object. + - `shard_count` (`number`): Set the `shard_count` field on the resulting object. + - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` 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. + - `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. + - `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.docdbelastic_cluster.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 `docdbelastic_cluster` resource into the root Terraform configuration. + + +### fn withAdminUserName + +```ts +withAdminUserName() +``` + +`aws.string.withAdminUserName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the admin_user_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `admin_user_name` field. + + +### fn withAdminUserPassword + +```ts +withAdminUserPassword() +``` + +`aws.string.withAdminUserPassword` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the admin_user_password field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `admin_user_password` field. + + +### fn withAuthType + +```ts +withAuthType() +``` + +`aws.string.withAuthType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the auth_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `auth_type` field. + + +### fn withKmsKeyId + +```ts +withKmsKeyId() +``` + +`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_id` field. + + +### 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 withPreferredMaintenanceWindow + +```ts +withPreferredMaintenanceWindow() +``` + +`aws.string.withPreferredMaintenanceWindow` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the preferred_maintenance_window field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `preferred_maintenance_window` field. + + +### fn withShardCapacity + +```ts +withShardCapacity() +``` + +`aws.number.withShardCapacity` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the shard_capacity field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `shard_capacity` field. + + +### fn withShardCount + +```ts +withShardCount() +``` + +`aws.number.withShardCount` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the shard_count field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `shard_count` field. + + +### fn withSubnetIds + +```ts +withSubnetIds() +``` + +`aws.list.withSubnetIds` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the subnet_ids field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `subnet_ids` 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 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. + + +### fn withVpcSecurityGroupIds + +```ts +withVpcSecurityGroupIds() +``` + +`aws.list.withVpcSecurityGroupIds` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the vpc_security_group_ids field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `vpc_security_group_ids` field. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.docdbelastic_cluster.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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/eks_pod_identity_association.md b/docs/5.x/eks_pod_identity_association.md new file mode 100644 index 00000000..bdca06ba --- /dev/null +++ b/docs/5.x/eks_pod_identity_association.md @@ -0,0 +1,168 @@ +--- +permalink: /eks_pod_identity_association/ +--- + +# eks_pod_identity_association + +`eks_pod_identity_association` represents the `aws_eks_pod_identity_association` 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 withClusterName()`](#fn-withclustername) +* [`fn withNamespace()`](#fn-withnamespace) +* [`fn withRoleArn()`](#fn-withrolearn) +* [`fn withServiceAccount()`](#fn-withserviceaccount) +* [`fn withTags()`](#fn-withtags) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.eks_pod_identity_association.new` injects a new `aws_eks_pod_identity_association` 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.eks_pod_identity_association.new('some_id') + +You can get the reference to the `id` field of the created `aws.eks_pod_identity_association` using the reference: + + $._ref.aws_eks_pod_identity_association.some_id.get('id') + +This is the same as directly entering `"${ aws_eks_pod_identity_association.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. + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block. + - `namespace` (`string`): Set the `namespace` field on the resulting resource block. + - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. + - `service_account` (`string`): Set the `service_account` 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. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.eks_pod_identity_association.newAttrs` constructs a new object with attributes and blocks configured for the `eks_pod_identity_association` +Terraform resource. + +Unlike [aws.eks_pod_identity_association.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**: + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object. + - `namespace` (`string`): Set the `namespace` field on the resulting object. + - `role_arn` (`string`): Set the `role_arn` field on the resulting object. + - `service_account` (`string`): Set the `service_account` 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. + +**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 `eks_pod_identity_association` resource into the root Terraform configuration. + + +### fn withClusterName + +```ts +withClusterName() +``` + +`aws.string.withClusterName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the cluster_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `cluster_name` field. + + +### fn withNamespace + +```ts +withNamespace() +``` + +`aws.string.withNamespace` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the namespace field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `namespace` field. + + +### fn withRoleArn + +```ts +withRoleArn() +``` + +`aws.string.withRoleArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the role_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `role_arn` field. + + +### fn withServiceAccount + +```ts +withServiceAccount() +``` + +`aws.string.withServiceAccount` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the service_account field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `service_account` 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. diff --git a/docs/5.x/neptune_parameter_group.md b/docs/5.x/neptune_parameter_group.md index 8290e637..4e39bc0d 100644 --- a/docs/5.x/neptune_parameter_group.md +++ b/docs/5.x/neptune_parameter_group.md @@ -18,6 +18,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withDescription()`](#fn-withdescription) * [`fn withFamily()`](#fn-withfamily) * [`fn withName()`](#fn-withname) +* [`fn withNamePrefix()`](#fn-withnameprefix) * [`fn withParameter()`](#fn-withparameter) * [`fn withParameterMixin()`](#fn-withparametermixin) * [`fn withTags()`](#fn-withtags) @@ -56,7 +57,8 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `resourceLabel` (`string`): The name label of the block. - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. - `family` (`string`): Set the `family` field on the resulting resource block. - - `name` (`string`): Set the `name` field on the resulting resource block. + - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object. + - `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. - `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. - `parameter` (`list[obj]`): Set the `parameter` field on the resulting resource block. When `null`, the `parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.neptune_parameter_group.parameter.new](#fn-parameternew) constructor. @@ -85,7 +87,8 @@ injecting into a complete block. **Args**: - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. - `family` (`string`): Set the `family` field on the resulting object. - - `name` (`string`): Set the `name` field on the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `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. - `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. - `parameter` (`list[obj]`): Set the `parameter` field on the resulting object. When `null`, the `parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.neptune_parameter_group.parameter.new](#fn-parameternew) constructor. @@ -142,6 +145,22 @@ Terraform resource block to set or update the name field. - `value` (`string`): The value to set for the `name` field. +### fn withNamePrefix + +```ts +withNamePrefix() +``` + +`aws.string.withNamePrefix` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the name_prefix field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `name_prefix` field. + + ### fn withParameter ```ts diff --git a/docs/5.x/provider.md b/docs/5.x/provider.md index 65bdc3e3..488d311f 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -322,6 +322,7 @@ Terraform sub block. - `codecatalyst` (`string`): Use this to override the default service endpoint URL When `null`, the `codecatalyst` field will be omitted from the resulting object. - `codecommit` (`string`): Use this to override the default service endpoint URL When `null`, the `codecommit` field will be omitted from the resulting object. - `codedeploy` (`string`): Use this to override the default service endpoint URL When `null`, the `codedeploy` field will be omitted from the resulting object. + - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` field will be omitted from the resulting object. - `codegurureviewer` (`string`): Use this to override the default service endpoint URL When `null`, the `codegurureviewer` field will be omitted from the resulting object. - `codepipeline` (`string`): Use this to override the default service endpoint URL When `null`, the `codepipeline` field will be omitted from the resulting object. - `codestarconnections` (`string`): Use this to override the default service endpoint URL When `null`, the `codestarconnections` field will be omitted from the resulting object. @@ -432,6 +433,7 @@ Terraform sub block. - `mediaconvert` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconvert` field will be omitted from the resulting object. - `medialive` (`string`): Use this to override the default service endpoint URL When `null`, the `medialive` field will be omitted from the resulting object. - `mediapackage` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackage` field will be omitted from the resulting object. + - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` field will be omitted from the resulting object. - `mediastore` (`string`): Use this to override the default service endpoint URL When `null`, the `mediastore` field will be omitted from the resulting object. - `memorydb` (`string`): Use this to override the default service endpoint URL When `null`, the `memorydb` field will be omitted from the resulting object. - `mq` (`string`): Use this to override the default service endpoint URL When `null`, the `mq` field will be omitted from the resulting object. From 68c44ace984fd163c33ad6f14833b9b320bf2191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 8 Dec 2023 02:03:59 +0000 Subject: [PATCH 05/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- ...codeguruprofiler_profiling_group.libsonnet | 32 + 5.x/_gen/data/ecr_repositories.libsonnet | 19 + 5.x/_gen/data/lb_trust_store.libsonnet | 45 ++ 5.x/_gen/data/main.libsonnet | 5 + 5.x/_gen/data/ssoadmin_application.libsonnet | 69 ++ .../ssoadmin_application_providers.libsonnet | 56 ++ 5.x/_gen/main.libsonnet | 9 + 5.x/_gen/provider_aws.libsonnet | 4 +- 5.x/_gen/resources/alb.libsonnet | 18 +- 5.x/_gen/resources/alb_listener.libsonnet | 48 +- .../appconfig_configuration_profile.libsonnet | 18 +- .../resources/appconfig_deployment.libsonnet | 18 +- 5.x/_gen/resources/appflow_flow.libsonnet | 4 +- .../resources/cloudwatch_log_group.libsonnet | 18 +- ...codeguruprofiler_profiling_group.libsonnet | 94 +++ .../customerprofiles_domain.libsonnet | 298 ++++++++ .../customerprofiles_profile.libsonnet | 472 ++++++++++++ 5.x/_gen/resources/lb.libsonnet | 18 +- 5.x/_gen/resources/lb_listener.libsonnet | 48 +- 5.x/_gen/resources/lb_trust_store.libsonnet | 152 ++++ .../lb_trust_store_revocation.libsonnet | 108 +++ 5.x/_gen/resources/sagemaker_app.libsonnet | 4 +- .../sagemaker_app_image_config.libsonnet | 48 +- 5.x/_gen/resources/sagemaker_domain.libsonnet | 166 +++- 5.x/_gen/resources/sagemaker_space.libsonnet | 26 +- .../sagemaker_user_profile.libsonnet | 154 +++- .../securitylake_data_lake.libsonnet | 160 ++++ .../resources/ssoadmin_application.libsonnet | 162 ++++ .../ssoadmin_application_assignment.libsonnet | 58 ++ ...ication_assignment_configuration.libsonnet | 45 ++ docs/5.x/README.md | 9 + docs/5.x/alb.md | 19 + docs/5.x/alb_listener.md | 71 +- docs/5.x/appconfig_configuration_profile.md | 19 + docs/5.x/appconfig_deployment.md | 19 + docs/5.x/appflow_flow.md | 2 +- docs/5.x/cloudwatch_log_group.md | 19 + docs/5.x/codeguruprofiler_profiling_group.md | 196 +++++ docs/5.x/customerprofiles_domain.md | 615 +++++++++++++++ docs/5.x/customerprofiles_profile.md | 715 ++++++++++++++++++ .../data/codeguruprofiler_profiling_group.md | 92 +++ docs/5.x/data/ecr_repositories.md | 71 ++ docs/5.x/data/index.md | 5 + docs/5.x/data/lb_trust_store.md | 111 +++ docs/5.x/data/ssoadmin_application.md | 180 +++++ .../data/ssoadmin_application_providers.md | 161 ++++ docs/5.x/lb.md | 19 + docs/5.x/lb_listener.md | 71 +- docs/5.x/lb_trust_store.md | 272 +++++++ docs/5.x/lb_trust_store_revocation.md | 214 ++++++ docs/5.x/provider.md | 1 + docs/5.x/sagemaker_app.md | 1 + docs/5.x/sagemaker_app_image_config.md | 93 +++ docs/5.x/sagemaker_domain.md | 306 ++++++++ docs/5.x/sagemaker_space.md | 21 + docs/5.x/sagemaker_user_profile.md | 303 ++++++++ docs/5.x/securitylake_data_lake.md | 350 +++++++++ docs/5.x/ssoadmin_application.md | 299 ++++++++ docs/5.x/ssoadmin_application_assignment.md | 130 ++++ ...in_application_assignment_configuration.md | 111 +++ 60 files changed, 6825 insertions(+), 46 deletions(-) create mode 100644 5.x/_gen/data/codeguruprofiler_profiling_group.libsonnet create mode 100644 5.x/_gen/data/ecr_repositories.libsonnet create mode 100644 5.x/_gen/data/lb_trust_store.libsonnet create mode 100644 5.x/_gen/data/ssoadmin_application.libsonnet create mode 100644 5.x/_gen/data/ssoadmin_application_providers.libsonnet create mode 100644 5.x/_gen/resources/codeguruprofiler_profiling_group.libsonnet create mode 100644 5.x/_gen/resources/customerprofiles_domain.libsonnet create mode 100644 5.x/_gen/resources/customerprofiles_profile.libsonnet create mode 100644 5.x/_gen/resources/lb_trust_store.libsonnet create mode 100644 5.x/_gen/resources/lb_trust_store_revocation.libsonnet create mode 100644 5.x/_gen/resources/securitylake_data_lake.libsonnet create mode 100644 5.x/_gen/resources/ssoadmin_application.libsonnet create mode 100644 5.x/_gen/resources/ssoadmin_application_assignment.libsonnet create mode 100644 5.x/_gen/resources/ssoadmin_application_assignment_configuration.libsonnet create mode 100644 docs/5.x/codeguruprofiler_profiling_group.md create mode 100644 docs/5.x/customerprofiles_domain.md create mode 100644 docs/5.x/customerprofiles_profile.md create mode 100644 docs/5.x/data/codeguruprofiler_profiling_group.md create mode 100644 docs/5.x/data/ecr_repositories.md create mode 100644 docs/5.x/data/lb_trust_store.md create mode 100644 docs/5.x/data/ssoadmin_application.md create mode 100644 docs/5.x/data/ssoadmin_application_providers.md create mode 100644 docs/5.x/lb_trust_store.md create mode 100644 docs/5.x/lb_trust_store_revocation.md create mode 100644 docs/5.x/securitylake_data_lake.md create mode 100644 docs/5.x/ssoadmin_application.md create mode 100644 docs/5.x/ssoadmin_application_assignment.md create mode 100644 docs/5.x/ssoadmin_application_assignment_configuration.md diff --git a/5.x/_gen/data/codeguruprofiler_profiling_group.libsonnet b/5.x/_gen/data/codeguruprofiler_profiling_group.libsonnet new file mode 100644 index 00000000..cf56de6d --- /dev/null +++ b/5.x/_gen/data/codeguruprofiler_profiling_group.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='codeguruprofiler_profiling_group', url='', help='`codeguruprofiler_profiling_group` represents the `aws_codeguruprofiler_profiling_group` 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.codeguruprofiler_profiling_group.new` injects a new `data_aws_codeguruprofiler_profiling_group` 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.codeguruprofiler_profiling_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.codeguruprofiler_profiling_group` using the reference:\n\n $._ref.data_aws_codeguruprofiler_profiling_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_codeguruprofiler_profiling_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 - `dataSrcLabel` (`string`): The name label of the block.\n - `name` (`string`): Set the `name` field on the resulting data source block.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + name, + _meta={} + ):: tf.withData( + type='aws_codeguruprofiler_profiling_group', + label=dataSrcLabel, + attrs=self.newAttrs(name=name), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.codeguruprofiler_profiling_group.newAttrs` constructs a new object with attributes and blocks configured for the `codeguruprofiler_profiling_group`\nTerraform data source.\n\nUnlike [aws.data.codeguruprofiler_profiling_group.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**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\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 `codeguruprofiler_profiling_group` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + name + ):: std.prune(a={ + name: name, + }), + '#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]), + withName(dataSrcLabel, value): { + data+: { + aws_codeguruprofiler_profiling_group+: { + [dataSrcLabel]+: { + name: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/ecr_repositories.libsonnet b/5.x/_gen/data/ecr_repositories.libsonnet new file mode 100644 index 00000000..19eb548d --- /dev/null +++ b/5.x/_gen/data/ecr_repositories.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='ecr_repositories', url='', help='`ecr_repositories` represents the `aws_ecr_repositories` 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.ecr_repositories.new` injects a new `data_aws_ecr_repositories` 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.ecr_repositories.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ecr_repositories` using the reference:\n\n $._ref.data_aws_ecr_repositories.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ecr_repositories.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_ecr_repositories', + label=dataSrcLabel, + attrs=self.newAttrs(), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.ecr_repositories.newAttrs` constructs a new object with attributes and blocks configured for the `ecr_repositories`\nTerraform data source.\n\nUnlike [aws.data.ecr_repositories.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 `ecr_repositories` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + + ):: std.prune(a={}), +} diff --git a/5.x/_gen/data/lb_trust_store.libsonnet b/5.x/_gen/data/lb_trust_store.libsonnet new file mode 100644 index 00000000..2066359a --- /dev/null +++ b/5.x/_gen/data/lb_trust_store.libsonnet @@ -0,0 +1,45 @@ +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='lb_trust_store', url='', help='`lb_trust_store` represents the `aws_lb_trust_store` 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.lb_trust_store.new` injects a new `data_aws_lb_trust_store` 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.lb_trust_store.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.lb_trust_store` using the reference:\n\n $._ref.data_aws_lb_trust_store.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_lb_trust_store.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 - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + arn=null, + name=null, + _meta={} + ):: tf.withData( + type='aws_lb_trust_store', + label=dataSrcLabel, + attrs=self.newAttrs(arn=arn, name=name), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.lb_trust_store.newAttrs` constructs a new object with attributes and blocks configured for the `lb_trust_store`\nTerraform data source.\n\nUnlike [aws.data.lb_trust_store.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from 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\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 `lb_trust_store` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + arn=null, + name=null + ):: std.prune(a={ + arn: arn, + name: name, + }), + '#withArn':: d.fn(help='`aws.string.withArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `arn` field.\n', args=[]), + withArn(dataSrcLabel, value): { + data+: { + aws_lb_trust_store+: { + [dataSrcLabel]+: { + arn: value, + }, + }, + }, + }, + '#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]), + withName(dataSrcLabel, value): { + data+: { + aws_lb_trust_store+: { + [dataSrcLabel]+: { + name: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index ae10f097..5b8c7508 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -84,6 +84,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); codecatalyst_dev_environment: (import 'codecatalyst_dev_environment.libsonnet'), codecommit_approval_rule_template: (import 'codecommit_approval_rule_template.libsonnet'), codecommit_repository: (import 'codecommit_repository.libsonnet'), + codeguruprofiler_profiling_group: (import 'codeguruprofiler_profiling_group.libsonnet'), codestarconnections_connection: (import 'codestarconnections_connection.libsonnet'), cognito_identity_pool: (import 'cognito_identity_pool.libsonnet'), cognito_user_pool_client: (import 'cognito_user_pool_client.libsonnet'), @@ -182,6 +183,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ecr_authorization_token: (import 'ecr_authorization_token.libsonnet'), ecr_image: (import 'ecr_image.libsonnet'), ecr_pull_through_cache_rule: (import 'ecr_pull_through_cache_rule.libsonnet'), + ecr_repositories: (import 'ecr_repositories.libsonnet'), ecr_repository: (import 'ecr_repository.libsonnet'), ecrpublic_authorization_token: (import 'ecrpublic_authorization_token.libsonnet'), ecs_cluster: (import 'ecs_cluster.libsonnet'), @@ -302,6 +304,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); lb_hosted_zone_id: (import 'lb_hosted_zone_id.libsonnet'), lb_listener: (import 'lb_listener.libsonnet'), lb_target_group: (import 'lb_target_group.libsonnet'), + lb_trust_store: (import 'lb_trust_store.libsonnet'), lbs: (import 'lbs.libsonnet'), lex_bot: (import 'lex_bot.libsonnet'), lex_bot_alias: (import 'lex_bot_alias.libsonnet'), @@ -486,6 +489,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssmcontacts_plan: (import 'ssmcontacts_plan.libsonnet'), ssmincidents_replication_set: (import 'ssmincidents_replication_set.libsonnet'), ssmincidents_response_plan: (import 'ssmincidents_response_plan.libsonnet'), + ssoadmin_application: (import 'ssoadmin_application.libsonnet'), + ssoadmin_application_providers: (import 'ssoadmin_application_providers.libsonnet'), ssoadmin_instances: (import 'ssoadmin_instances.libsonnet'), ssoadmin_permission_set: (import 'ssoadmin_permission_set.libsonnet'), storagegateway_local_disk: (import 'storagegateway_local_disk.libsonnet'), diff --git a/5.x/_gen/data/ssoadmin_application.libsonnet b/5.x/_gen/data/ssoadmin_application.libsonnet new file mode 100644 index 00000000..1a47959d --- /dev/null +++ b/5.x/_gen/data/ssoadmin_application.libsonnet @@ -0,0 +1,69 @@ +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='ssoadmin_application', url='', help='`ssoadmin_application` represents the `aws_ssoadmin_application` 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.ssoadmin_application.new` injects a new `data_aws_ssoadmin_application` 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.ssoadmin_application.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ssoadmin_application` using the reference:\n\n $._ref.data_aws_ssoadmin_application.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ssoadmin_application.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 - `application_arn` (`string`): Set the `application_arn` field on the resulting data source block.\n - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting data source block. When `null`, the `portal_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.data.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + application_arn, + portal_options=null, + _meta={} + ):: tf.withData( + type='aws_ssoadmin_application', + label=dataSrcLabel, + attrs=self.newAttrs(application_arn=application_arn, portal_options=portal_options), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.ssoadmin_application.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application`\nTerraform data source.\n\nUnlike [aws.data.ssoadmin_application.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**Args**:\n - `application_arn` (`string`): Set the `application_arn` field on the resulting object.\n - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting object. When `null`, the `portal_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.data.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) constructor.\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 `ssoadmin_application` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + application_arn, + portal_options=null + ):: std.prune(a={ + application_arn: application_arn, + portal_options: portal_options, + }), + portal_options:: { + '#new':: d.fn(help='\n`aws.ssoadmin_application.portal_options.new` constructs a new object with attributes and blocks configured for the `portal_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `sign_in_options` (`list[obj]`): Set the `sign_in_options` field on the resulting object. When `null`, the `sign_in_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.ssoadmin_application.portal_options.sign_in_options.new](#fn-portal_optionssign_in_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `portal_options` sub block.\n', args=[]), + new( + sign_in_options=null + ):: std.prune(a={ + sign_in_options: sign_in_options, + }), + sign_in_options:: { + '#new':: d.fn(help='\n`aws.ssoadmin_application.portal_options.sign_in_options.new` constructs a new object with attributes and blocks configured for the `sign_in_options`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `sign_in_options` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + }, + '#withApplicationArn':: d.fn(help='`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the application_arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `application_arn` field.\n', args=[]), + withApplicationArn(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application+: { + [dataSrcLabel]+: { + application_arn: value, + }, + }, + }, + }, + '#withPortalOptions':: d.fn(help='`aws.list[obj].withPortalOptions` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the portal_options 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].withPortalOptionsMixin](TODO) function.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `portal_options` field.\n', args=[]), + withPortalOptions(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application+: { + [dataSrcLabel]+: { + portal_options: value, + }, + }, + }, + }, + '#withPortalOptionsMixin':: d.fn(help='`aws.list[obj].withPortalOptionsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the portal_options 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].withPortalOptions](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `portal_options` field.\n', args=[]), + withPortalOptionsMixin(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application+: { + [dataSrcLabel]+: { + portal_options+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/ssoadmin_application_providers.libsonnet b/5.x/_gen/data/ssoadmin_application_providers.libsonnet new file mode 100644 index 00000000..a5d1e368 --- /dev/null +++ b/5.x/_gen/data/ssoadmin_application_providers.libsonnet @@ -0,0 +1,56 @@ +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='ssoadmin_application_providers', url='', help='`ssoadmin_application_providers` represents the `aws_ssoadmin_application_providers` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'), + application_providers:: { + display_data:: { + '#new':: d.fn(help='\n`aws.ssoadmin_application_providers.application_providers.display_data.new` constructs a new object with attributes and blocks configured for the `display_data`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `display_data` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + '#new':: d.fn(help='\n`aws.ssoadmin_application_providers.application_providers.new` constructs a new object with attributes and blocks configured for the `application_providers`\nTerraform sub block.\n\n\n\n**Args**:\n - `display_data` (`list[obj]`): Set the `display_data` field on the resulting object. When `null`, the `display_data` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.ssoadmin_application_providers.application_providers.display_data.new](#fn-application_providersdisplay_datanew) constructor.\n\n**Returns**:\n - An attribute object that represents the `application_providers` sub block.\n', args=[]), + new( + display_data=null + ):: std.prune(a={ + display_data: display_data, + }), + }, + '#new':: d.fn(help="\n`aws.data.ssoadmin_application_providers.new` injects a new `data_aws_ssoadmin_application_providers` 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.ssoadmin_application_providers.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ssoadmin_application_providers` using the reference:\n\n $._ref.data_aws_ssoadmin_application_providers.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ssoadmin_application_providers.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 - `application_providers` (`list[obj]`): Set the `application_providers` field on the resulting data source block. When `null`, the `application_providers` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_providers.application_providers.new](#fn-application_providersnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + application_providers=null, + _meta={} + ):: tf.withData( + type='aws_ssoadmin_application_providers', + label=dataSrcLabel, + attrs=self.newAttrs(application_providers=application_providers), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.ssoadmin_application_providers.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_providers`\nTerraform data source.\n\nUnlike [aws.data.ssoadmin_application_providers.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**Args**:\n - `application_providers` (`list[obj]`): Set the `application_providers` field on the resulting object. When `null`, the `application_providers` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_providers.application_providers.new](#fn-application_providersnew) constructor.\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 `ssoadmin_application_providers` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + application_providers=null + ):: std.prune(a={ + application_providers: application_providers, + }), + '#withApplicationProviders':: d.fn(help='`aws.list[obj].withApplicationProviders` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the application_providers 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].withApplicationProvidersMixin](TODO) function.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `application_providers` field.\n', args=[]), + withApplicationProviders(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application_providers+: { + [dataSrcLabel]+: { + application_providers: value, + }, + }, + }, + }, + '#withApplicationProvidersMixin':: d.fn(help='`aws.list[obj].withApplicationProvidersMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the application_providers 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].withApplicationProviders](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `application_providers` field.\n', args=[]), + withApplicationProvidersMixin(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application_providers+: { + [dataSrcLabel]+: { + application_providers+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 2aa321ef..031a8aa4 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -237,6 +237,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); codedeploy_app: (import 'resources/codedeploy_app.libsonnet'), codedeploy_deployment_config: (import 'resources/codedeploy_deployment_config.libsonnet'), codedeploy_deployment_group: (import 'resources/codedeploy_deployment_group.libsonnet'), + codeguruprofiler_profiling_group: (import 'resources/codeguruprofiler_profiling_group.libsonnet'), codegurureviewer_repository_association: (import 'resources/codegurureviewer_repository_association.libsonnet'), codepipeline: (import 'resources/codepipeline.libsonnet'), codepipeline_custom_action_type: (import 'resources/codepipeline_custom_action_type.libsonnet'), @@ -291,6 +292,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); controltower_control: (import 'resources/controltower_control.libsonnet'), cur_report_definition: (import 'resources/cur_report_definition.libsonnet'), customer_gateway: (import 'resources/customer_gateway.libsonnet'), + customerprofiles_domain: (import 'resources/customerprofiles_domain.libsonnet'), + customerprofiles_profile: (import 'resources/customerprofiles_profile.libsonnet'), dataexchange_data_set: (import 'resources/dataexchange_data_set.libsonnet'), dataexchange_revision: (import 'resources/dataexchange_revision.libsonnet'), datapipeline_pipeline: (import 'resources/datapipeline_pipeline.libsonnet'), @@ -700,6 +703,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); lb_ssl_negotiation_policy: (import 'resources/lb_ssl_negotiation_policy.libsonnet'), lb_target_group: (import 'resources/lb_target_group.libsonnet'), lb_target_group_attachment: (import 'resources/lb_target_group_attachment.libsonnet'), + lb_trust_store: (import 'resources/lb_trust_store.libsonnet'), + lb_trust_store_revocation: (import 'resources/lb_trust_store_revocation.libsonnet'), lex_bot: (import 'resources/lex_bot.libsonnet'), lex_bot_alias: (import 'resources/lex_bot_alias.libsonnet'), lex_intent: (import 'resources/lex_intent.libsonnet'), @@ -1074,6 +1079,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); securityhub_product_subscription: (import 'resources/securityhub_product_subscription.libsonnet'), securityhub_standards_control: (import 'resources/securityhub_standards_control.libsonnet'), securityhub_standards_subscription: (import 'resources/securityhub_standards_subscription.libsonnet'), + securitylake_data_lake: (import 'resources/securitylake_data_lake.libsonnet'), serverlessapplicationrepository_cloudformation_stack: (import 'resources/serverlessapplicationrepository_cloudformation_stack.libsonnet'), service_discovery_http_namespace: (import 'resources/service_discovery_http_namespace.libsonnet'), service_discovery_instance: (import 'resources/service_discovery_instance.libsonnet'), @@ -1164,6 +1170,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssmincidents_replication_set: (import 'resources/ssmincidents_replication_set.libsonnet'), ssmincidents_response_plan: (import 'resources/ssmincidents_response_plan.libsonnet'), ssoadmin_account_assignment: (import 'resources/ssoadmin_account_assignment.libsonnet'), + ssoadmin_application: (import 'resources/ssoadmin_application.libsonnet'), + ssoadmin_application_assignment: (import 'resources/ssoadmin_application_assignment.libsonnet'), + ssoadmin_application_assignment_configuration: (import 'resources/ssoadmin_application_assignment_configuration.libsonnet'), ssoadmin_customer_managed_policy_attachment: (import 'resources/ssoadmin_customer_managed_policy_attachment.libsonnet'), ssoadmin_instance_access_control_attributes: (import 'resources/ssoadmin_instance_access_control_attributes.libsonnet'), ssoadmin_managed_policy_attachment: (import 'resources/ssoadmin_managed_policy_attachment.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index a241cd60..ee134b1b 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -200,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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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':: 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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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, @@ -363,6 +363,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); location=null, locationservice=null, logs=null, + lookoutmetrics=null, macie2=null, managedgrafana=null, mediaconnect=null, @@ -622,6 +623,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); location: location, locationservice: locationservice, logs: logs, + lookoutmetrics: lookoutmetrics, macie2: macie2, managedgrafana: managedgrafana, mediaconnect: mediaconnect, diff --git a/5.x/_gen/resources/alb.libsonnet b/5.x/_gen/resources/alb.libsonnet index 65d45758..5c5deb0d 100644 --- a/5.x/_gen/resources/alb.libsonnet +++ b/5.x/_gen/resources/alb.libsonnet @@ -14,7 +14,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); prefix: prefix, }), }, - '#new':: d.fn(help="\n`aws.alb.new` injects a new `aws_alb` 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.alb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb` using the reference:\n\n $._ref.aws_alb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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.alb.new` injects a new `aws_alb` 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.alb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb` using the reference:\n\n $._ref.aws_alb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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, access_logs=null, @@ -28,6 +28,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers=null, enable_waf_fail_open=null, enable_xff_client_port=null, + enforce_security_group_inbound_rules_on_private_link_traffic=null, idle_timeout=null, internal=null, ip_address_type=null, @@ -58,6 +59,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers=enable_tls_version_and_cipher_suite_headers, enable_waf_fail_open=enable_waf_fail_open, enable_xff_client_port=enable_xff_client_port, + enforce_security_group_inbound_rules_on_private_link_traffic=enforce_security_group_inbound_rules_on_private_link_traffic, idle_timeout=idle_timeout, internal=internal, ip_address_type=ip_address_type, @@ -75,7 +77,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.alb.newAttrs` constructs a new object with attributes and blocks configured for the `alb`\nTerraform resource.\n\nUnlike [aws.alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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 `alb` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.alb.newAttrs` constructs a new object with attributes and blocks configured for the `alb`\nTerraform resource.\n\nUnlike [aws.alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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 `alb` resource into the root Terraform configuration.\n', args=[]), newAttrs( access_logs=null, customer_owned_ipv4_pool=null, @@ -88,6 +90,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers=null, enable_waf_fail_open=null, enable_xff_client_port=null, + enforce_security_group_inbound_rules_on_private_link_traffic=null, idle_timeout=null, internal=null, ip_address_type=null, @@ -114,6 +117,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers: enable_tls_version_and_cipher_suite_headers, enable_waf_fail_open: enable_waf_fail_open, enable_xff_client_port: enable_xff_client_port, + enforce_security_group_inbound_rules_on_private_link_traffic: enforce_security_group_inbound_rules_on_private_link_traffic, idle_timeout: idle_timeout, internal: internal, ip_address_type: ip_address_type, @@ -275,6 +279,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic':: d.fn(help='`aws.string.withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the enforce_security_group_inbound_rules_on_private_link_traffic 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 `enforce_security_group_inbound_rules_on_private_link_traffic` field.\n', args=[]), + withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(resourceLabel, value): { + resource+: { + aws_alb+: { + [resourceLabel]+: { + enforce_security_group_inbound_rules_on_private_link_traffic: value, + }, + }, + }, + }, '#withIdleTimeout':: d.fn(help='`aws.number.withIdleTimeout` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the idle_timeout field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `idle_timeout` field.\n', args=[]), withIdleTimeout(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/alb_listener.libsonnet b/5.x/_gen/resources/alb_listener.libsonnet index 19f49872..f841c737 100644 --- a/5.x/_gen/resources/alb_listener.libsonnet +++ b/5.x/_gen/resources/alb_listener.libsonnet @@ -134,13 +134,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, }, - '#new':: d.fn(help="\n`aws.alb_listener.new` injects a new `aws_alb_listener` 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.alb_listener.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb_listener` using the reference:\n\n $._ref.aws_alb_listener.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting resource block. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting resource block. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on the resulting resource block.\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 - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting resource block. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.default_action.new](#fn-default_actionnew) 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.alb_listener.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + mutual_authentication:: { + '#new':: d.fn(help='\n`aws.alb_listener.mutual_authentication.new` constructs a new object with attributes and blocks configured for the `mutual_authentication`\nTerraform sub block.\n\n\n\n**Args**:\n - `ignore_client_certificate_expiry` (`bool`): Set the `ignore_client_certificate_expiry` field on the resulting object. When `null`, the `ignore_client_certificate_expiry` field will be omitted from the resulting object.\n - `mode` (`string`): Set the `mode` field on the resulting object.\n - `trust_store_arn` (`string`): Set the `trust_store_arn` field on the resulting object. When `null`, the `trust_store_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `mutual_authentication` sub block.\n', args=[]), + new( + mode, + ignore_client_certificate_expiry=null, + trust_store_arn=null + ):: std.prune(a={ + ignore_client_certificate_expiry: ignore_client_certificate_expiry, + mode: mode, + trust_store_arn: trust_store_arn, + }), + }, + '#new':: d.fn(help="\n`aws.alb_listener.new` injects a new `aws_alb_listener` 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.alb_listener.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb_listener` using the reference:\n\n $._ref.aws_alb_listener.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting resource block. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting resource block. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on the resulting resource block.\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 - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting resource block. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.default_action.new](#fn-default_actionnew) constructor.\n - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting resource block. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) 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.alb_listener.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, load_balancer_arn, alpn_policy=null, certificate_arn=null, default_action=null, + mutual_authentication=null, port=null, protocol=null, ssl_policy=null, @@ -156,6 +169,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); certificate_arn=certificate_arn, default_action=default_action, load_balancer_arn=load_balancer_arn, + mutual_authentication=mutual_authentication, port=port, protocol=protocol, ssl_policy=ssl_policy, @@ -165,12 +179,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.alb_listener.newAttrs` constructs a new object with attributes and blocks configured for the `alb_listener`\nTerraform resource.\n\nUnlike [aws.alb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting object. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting object. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on 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 - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting object. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.default_action.new](#fn-default_actionnew) 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.alb_listener.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 `alb_listener` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.alb_listener.newAttrs` constructs a new object with attributes and blocks configured for the `alb_listener`\nTerraform resource.\n\nUnlike [aws.alb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting object. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting object. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on 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 - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting object. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.default_action.new](#fn-default_actionnew) constructor.\n - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting object. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) 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.alb_listener.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 `alb_listener` resource into the root Terraform configuration.\n', args=[]), newAttrs( load_balancer_arn, alpn_policy=null, certificate_arn=null, default_action=null, + mutual_authentication=null, port=null, protocol=null, ssl_policy=null, @@ -182,6 +197,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); certificate_arn: certificate_arn, default_action: default_action, load_balancer_arn: load_balancer_arn, + mutual_authentication: mutual_authentication, port: port, protocol: protocol, ssl_policy: ssl_policy, @@ -190,11 +206,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); timeouts: timeouts, }), timeouts:: { - '#new':: d.fn(help='\n`aws.alb_listener.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` 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.alb_listener.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 - `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( - read=null + create=null, + update=null ):: std.prune(a={ - read: read, + create: create, + update: update, }), }, '#withAlpnPolicy':: d.fn(help='`aws.string.withAlpnPolicy` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the alpn_policy 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 `alpn_policy` field.\n', args=[]), @@ -247,6 +265,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withMutualAuthentication':: d.fn(help='`aws.list[obj].withMutualAuthentication` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the mutual_authentication 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].withMutualAuthenticationMixin](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 `mutual_authentication` field.\n', args=[]), + withMutualAuthentication(resourceLabel, value): { + resource+: { + aws_alb_listener+: { + [resourceLabel]+: { + mutual_authentication: value, + }, + }, + }, + }, + '#withMutualAuthenticationMixin':: d.fn(help='`aws.list[obj].withMutualAuthenticationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the mutual_authentication 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].withMutualAuthentication](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 `mutual_authentication` field.\n', args=[]), + withMutualAuthenticationMixin(resourceLabel, value): { + resource+: { + aws_alb_listener+: { + [resourceLabel]+: { + mutual_authentication+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withPort':: d.fn(help='`aws.number.withPort` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the port field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `port` field.\n', args=[]), withPort(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/appconfig_configuration_profile.libsonnet b/5.x/_gen/resources/appconfig_configuration_profile.libsonnet index a0c0e0c6..6a894e74 100644 --- a/5.x/_gen/resources/appconfig_configuration_profile.libsonnet +++ b/5.x/_gen/resources/appconfig_configuration_profile.libsonnet @@ -2,13 +2,14 @@ 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='appconfig_configuration_profile', url='', help='`appconfig_configuration_profile` represents the `aws_appconfig_configuration_profile` 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.appconfig_configuration_profile.new` injects a new `aws_appconfig_configuration_profile` 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.appconfig_configuration_profile.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.appconfig_configuration_profile` using the reference:\n\n $._ref.aws_appconfig_configuration_profile.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_appconfig_configuration_profile.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 - `application_id` (`string`): Set the `application_id` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `location_uri` (`string`): Set the `location_uri` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `retrieval_role_arn` (`string`): Set the `retrieval_role_arn` field on the resulting resource block. When `null`, the `retrieval_role_arn` 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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\n - `validator` (`list[obj]`): Set the `validator` field on the resulting resource block. When `null`, the `validator` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.appconfig_configuration_profile.validator.new](#fn-validatornew) 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.appconfig_configuration_profile.new` injects a new `aws_appconfig_configuration_profile` 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.appconfig_configuration_profile.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.appconfig_configuration_profile` using the reference:\n\n $._ref.aws_appconfig_configuration_profile.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_appconfig_configuration_profile.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 - `application_id` (`string`): Set the `application_id` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting resource block. When `null`, the `kms_key_identifier` field will be omitted from the resulting object.\n - `location_uri` (`string`): Set the `location_uri` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `retrieval_role_arn` (`string`): Set the `retrieval_role_arn` field on the resulting resource block. When `null`, the `retrieval_role_arn` 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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\n - `validator` (`list[obj]`): Set the `validator` field on the resulting resource block. When `null`, the `validator` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.appconfig_configuration_profile.validator.new](#fn-validatornew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, application_id, location_uri, name, description=null, + kms_key_identifier=null, retrieval_role_arn=null, tags=null, tags_all=null, @@ -21,6 +22,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); attrs=self.newAttrs( application_id=application_id, description=description, + kms_key_identifier=kms_key_identifier, location_uri=location_uri, name=name, retrieval_role_arn=retrieval_role_arn, @@ -31,12 +33,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.appconfig_configuration_profile.newAttrs` constructs a new object with attributes and blocks configured for the `appconfig_configuration_profile`\nTerraform resource.\n\nUnlike [aws.appconfig_configuration_profile.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 - `application_id` (`string`): Set the `application_id` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `location_uri` (`string`): Set the `location_uri` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `retrieval_role_arn` (`string`): Set the `retrieval_role_arn` field on the resulting object. When `null`, the `retrieval_role_arn` 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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n - `validator` (`list[obj]`): Set the `validator` field on the resulting object. When `null`, the `validator` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.appconfig_configuration_profile.validator.new](#fn-validatornew) 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 `appconfig_configuration_profile` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.appconfig_configuration_profile.newAttrs` constructs a new object with attributes and blocks configured for the `appconfig_configuration_profile`\nTerraform resource.\n\nUnlike [aws.appconfig_configuration_profile.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 - `application_id` (`string`): Set the `application_id` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting object. When `null`, the `kms_key_identifier` field will be omitted from the resulting object.\n - `location_uri` (`string`): Set the `location_uri` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `retrieval_role_arn` (`string`): Set the `retrieval_role_arn` field on the resulting object. When `null`, the `retrieval_role_arn` 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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n - `validator` (`list[obj]`): Set the `validator` field on the resulting object. When `null`, the `validator` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.appconfig_configuration_profile.validator.new](#fn-validatornew) 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 `appconfig_configuration_profile` resource into the root Terraform configuration.\n', args=[]), newAttrs( application_id, location_uri, name, description=null, + kms_key_identifier=null, retrieval_role_arn=null, tags=null, tags_all=null, @@ -45,6 +48,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ):: std.prune(a={ application_id: application_id, description: description, + kms_key_identifier: kms_key_identifier, location_uri: location_uri, name: name, retrieval_role_arn: retrieval_role_arn, @@ -83,6 +87,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withKmsKeyIdentifier':: d.fn(help='`aws.string.withKmsKeyIdentifier` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_identifier 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 `kms_key_identifier` field.\n', args=[]), + withKmsKeyIdentifier(resourceLabel, value): { + resource+: { + aws_appconfig_configuration_profile+: { + [resourceLabel]+: { + kms_key_identifier: value, + }, + }, + }, + }, '#withLocationUri':: d.fn(help='`aws.string.withLocationUri` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the location_uri 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 `location_uri` field.\n', args=[]), withLocationUri(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/appconfig_deployment.libsonnet b/5.x/_gen/resources/appconfig_deployment.libsonnet index 4d475797..273235f4 100644 --- a/5.x/_gen/resources/appconfig_deployment.libsonnet +++ b/5.x/_gen/resources/appconfig_deployment.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='appconfig_deployment', url='', help='`appconfig_deployment` represents the `aws_appconfig_deployment` 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.appconfig_deployment.new` injects a new `aws_appconfig_deployment` 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.appconfig_deployment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.appconfig_deployment` using the reference:\n\n $._ref.aws_appconfig_deployment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_appconfig_deployment.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 - `application_id` (`string`): Set the `application_id` field on the resulting resource block.\n - `configuration_profile_id` (`string`): Set the `configuration_profile_id` field on the resulting resource block.\n - `configuration_version` (`string`): Set the `configuration_version` field on the resulting resource block.\n - `deployment_strategy_id` (`string`): Set the `deployment_strategy_id` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.appconfig_deployment.new` injects a new `aws_appconfig_deployment` 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.appconfig_deployment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.appconfig_deployment` using the reference:\n\n $._ref.aws_appconfig_deployment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_appconfig_deployment.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 - `application_id` (`string`): Set the `application_id` field on the resulting resource block.\n - `configuration_profile_id` (`string`): Set the `configuration_profile_id` field on the resulting resource block.\n - `configuration_version` (`string`): Set the `configuration_version` field on the resulting resource block.\n - `deployment_strategy_id` (`string`): Set the `deployment_strategy_id` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting resource block.\n - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting resource block. When `null`, the `kms_key_identifier` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, application_id, @@ -11,6 +11,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); deployment_strategy_id, environment_id, description=null, + kms_key_identifier=null, tags=null, tags_all=null, _meta={} @@ -24,12 +25,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); deployment_strategy_id=deployment_strategy_id, description=description, environment_id=environment_id, + kms_key_identifier=kms_key_identifier, tags=tags, tags_all=tags_all ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.appconfig_deployment.newAttrs` constructs a new object with attributes and blocks configured for the `appconfig_deployment`\nTerraform resource.\n\nUnlike [aws.appconfig_deployment.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 - `application_id` (`string`): Set the `application_id` field on the resulting object.\n - `configuration_profile_id` (`string`): Set the `configuration_profile_id` field on the resulting object.\n - `configuration_version` (`string`): Set the `configuration_version` field on the resulting object.\n - `deployment_strategy_id` (`string`): Set the `deployment_strategy_id` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` 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\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 `appconfig_deployment` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.appconfig_deployment.newAttrs` constructs a new object with attributes and blocks configured for the `appconfig_deployment`\nTerraform resource.\n\nUnlike [aws.appconfig_deployment.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 - `application_id` (`string`): Set the `application_id` field on the resulting object.\n - `configuration_profile_id` (`string`): Set the `configuration_profile_id` field on the resulting object.\n - `configuration_version` (`string`): Set the `configuration_version` field on the resulting object.\n - `deployment_strategy_id` (`string`): Set the `deployment_strategy_id` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting object.\n - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting object. When `null`, the `kms_key_identifier` 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\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 `appconfig_deployment` resource into the root Terraform configuration.\n', args=[]), newAttrs( application_id, configuration_profile_id, @@ -37,6 +39,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); deployment_strategy_id, environment_id, description=null, + kms_key_identifier=null, tags=null, tags_all=null ):: std.prune(a={ @@ -46,6 +49,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); deployment_strategy_id: deployment_strategy_id, description: description, environment_id: environment_id, + kms_key_identifier: kms_key_identifier, tags: tags, tags_all: tags_all, }), @@ -109,6 +113,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withKmsKeyIdentifier':: d.fn(help='`aws.string.withKmsKeyIdentifier` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_identifier 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 `kms_key_identifier` field.\n', args=[]), + withKmsKeyIdentifier(resourceLabel, value): { + resource+: { + aws_appconfig_deployment+: { + [resourceLabel]+: { + kms_key_identifier: 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+: { diff --git a/5.x/_gen/resources/appflow_flow.libsonnet b/5.x/_gen/resources/appflow_flow.libsonnet index 0fe1b943..694d2b2a 100644 --- a/5.x/_gen/resources/appflow_flow.libsonnet +++ b/5.x/_gen/resources/appflow_flow.libsonnet @@ -556,10 +556,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); zendesk: zendesk, }), s3:: { - '#new':: d.fn(help='\n`aws.appflow_flow.source_flow_config.source_connector_properties.s3.new` constructs a new object with attributes and blocks configured for the `s3`\nTerraform sub block.\n\n\n\n**Args**:\n - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object.\n - `bucket_prefix` (`string`): Set the `bucket_prefix` field on the resulting object. When `null`, the `bucket_prefix` field will be omitted from the resulting object.\n - `s3_input_format_config` (`list[obj]`): Set the `s3_input_format_config` field on the resulting object. When `null`, the `s3_input_format_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.appflow_flow.source_flow_config.source_connector_properties.s3.s3_input_format_config.new](#fn-source_flow_configsource_flow_configsource_connector_propertiess3_input_format_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `s3` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.appflow_flow.source_flow_config.source_connector_properties.s3.new` constructs a new object with attributes and blocks configured for the `s3`\nTerraform sub block.\n\n\n\n**Args**:\n - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object.\n - `bucket_prefix` (`string`): Set the `bucket_prefix` field on the resulting object.\n - `s3_input_format_config` (`list[obj]`): Set the `s3_input_format_config` field on the resulting object. When `null`, the `s3_input_format_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.appflow_flow.source_flow_config.source_connector_properties.s3.s3_input_format_config.new](#fn-source_flow_configsource_flow_configsource_connector_propertiess3_input_format_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `s3` sub block.\n', args=[]), new( bucket_name, - bucket_prefix=null, + bucket_prefix, s3_input_format_config=null ):: std.prune(a={ bucket_name: bucket_name, diff --git a/5.x/_gen/resources/cloudwatch_log_group.libsonnet b/5.x/_gen/resources/cloudwatch_log_group.libsonnet index 1203059e..b4884e51 100644 --- a/5.x/_gen/resources/cloudwatch_log_group.libsonnet +++ b/5.x/_gen/resources/cloudwatch_log_group.libsonnet @@ -2,10 +2,11 @@ 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='cloudwatch_log_group', url='', help='`cloudwatch_log_group` represents the `aws_cloudwatch_log_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.cloudwatch_log_group.new` injects a new `aws_cloudwatch_log_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.cloudwatch_log_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.cloudwatch_log_group` using the reference:\n\n $._ref.aws_cloudwatch_log_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_cloudwatch_log_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 - `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 - `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 - `retention_in_days` (`number`): Set the `retention_in_days` field on the resulting resource block. When `null`, the `retention_in_days` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting resource block. When `null`, the `skip_destroy` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.cloudwatch_log_group.new` injects a new `aws_cloudwatch_log_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.cloudwatch_log_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.cloudwatch_log_group` using the reference:\n\n $._ref.aws_cloudwatch_log_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_cloudwatch_log_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 - `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 - `log_group_class` (`string`): Set the `log_group_class` field on the resulting resource block. When `null`, the `log_group_class` field will be omitted from the resulting object.\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 - `retention_in_days` (`number`): Set the `retention_in_days` field on the resulting resource block. When `null`, the `retention_in_days` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting resource block. When `null`, the `skip_destroy` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, kms_key_id=null, + log_group_class=null, name=null, name_prefix=null, retention_in_days=null, @@ -18,6 +19,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( kms_key_id=kms_key_id, + log_group_class=log_group_class, name=name, name_prefix=name_prefix, retention_in_days=retention_in_days, @@ -27,9 +29,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.cloudwatch_log_group.newAttrs` constructs a new object with attributes and blocks configured for the `cloudwatch_log_group`\nTerraform resource.\n\nUnlike [aws.cloudwatch_log_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 - `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 - `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 - `retention_in_days` (`number`): Set the `retention_in_days` field on the resulting object. When `null`, the `retention_in_days` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting object. When `null`, the `skip_destroy` 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\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 `cloudwatch_log_group` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.cloudwatch_log_group.newAttrs` constructs a new object with attributes and blocks configured for the `cloudwatch_log_group`\nTerraform resource.\n\nUnlike [aws.cloudwatch_log_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 - `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 - `log_group_class` (`string`): Set the `log_group_class` field on the resulting object. When `null`, the `log_group_class` field will be omitted from 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 - `retention_in_days` (`number`): Set the `retention_in_days` field on the resulting object. When `null`, the `retention_in_days` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting object. When `null`, the `skip_destroy` 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\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 `cloudwatch_log_group` resource into the root Terraform configuration.\n', args=[]), newAttrs( kms_key_id=null, + log_group_class=null, name=null, name_prefix=null, retention_in_days=null, @@ -38,6 +41,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags_all=null ):: std.prune(a={ kms_key_id: kms_key_id, + log_group_class: log_group_class, name: name, name_prefix: name_prefix, retention_in_days: retention_in_days, @@ -55,6 +59,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withLogGroupClass':: d.fn(help='`aws.string.withLogGroupClass` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the log_group_class 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 `log_group_class` field.\n', args=[]), + withLogGroupClass(resourceLabel, value): { + resource+: { + aws_cloudwatch_log_group+: { + [resourceLabel]+: { + log_group_class: value, + }, + }, + }, + }, '#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+: { diff --git a/5.x/_gen/resources/codeguruprofiler_profiling_group.libsonnet b/5.x/_gen/resources/codeguruprofiler_profiling_group.libsonnet new file mode 100644 index 00000000..7d888a6b --- /dev/null +++ b/5.x/_gen/resources/codeguruprofiler_profiling_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='codeguruprofiler_profiling_group', url='', help='`codeguruprofiler_profiling_group` represents the `aws_codeguruprofiler_profiling_group` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + agent_orchestration_config:: { + '#new':: d.fn(help='\n`aws.codeguruprofiler_profiling_group.agent_orchestration_config.new` constructs a new object with attributes and blocks configured for the `agent_orchestration_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `profiling_enabled` (`bool`): Set the `profiling_enabled` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `agent_orchestration_config` sub block.\n', args=[]), + new( + profiling_enabled + ):: std.prune(a={ + profiling_enabled: profiling_enabled, + }), + }, + '#new':: d.fn(help="\n`aws.codeguruprofiler_profiling_group.new` injects a new `aws_codeguruprofiler_profiling_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.codeguruprofiler_profiling_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.codeguruprofiler_profiling_group` using the reference:\n\n $._ref.aws_codeguruprofiler_profiling_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_codeguruprofiler_profiling_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 - `compute_platform` (`string`): Set the `compute_platform` field on the resulting resource block. When `null`, the `compute_platform` field will be omitted from the resulting object.\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 - `agent_orchestration_config` (`list[obj]`): Set the `agent_orchestration_config` field on the resulting resource block. When `null`, the `agent_orchestration_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.codeguruprofiler_profiling_group.agent_orchestration_config.new](#fn-agent_orchestration_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + name, + agent_orchestration_config=null, + compute_platform=null, + tags=null, + _meta={} + ):: tf.withResource( + type='aws_codeguruprofiler_profiling_group', + label=resourceLabel, + attrs=self.newAttrs( + agent_orchestration_config=agent_orchestration_config, + compute_platform=compute_platform, + name=name, + tags=tags + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.codeguruprofiler_profiling_group.newAttrs` constructs a new object with attributes and blocks configured for the `codeguruprofiler_profiling_group`\nTerraform resource.\n\nUnlike [aws.codeguruprofiler_profiling_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 - `compute_platform` (`string`): Set the `compute_platform` field on the resulting object. When `null`, the `compute_platform` field will be omitted from the resulting object.\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 - `agent_orchestration_config` (`list[obj]`): Set the `agent_orchestration_config` field on the resulting object. When `null`, the `agent_orchestration_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.codeguruprofiler_profiling_group.agent_orchestration_config.new](#fn-agent_orchestration_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 `codeguruprofiler_profiling_group` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + name, + agent_orchestration_config=null, + compute_platform=null, + tags=null + ):: std.prune(a={ + agent_orchestration_config: agent_orchestration_config, + compute_platform: compute_platform, + name: name, + tags: tags, + }), + '#withAgentOrchestrationConfig':: d.fn(help='`aws.list[obj].withAgentOrchestrationConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the agent_orchestration_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].withAgentOrchestrationConfigMixin](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 `agent_orchestration_config` field.\n', args=[]), + withAgentOrchestrationConfig(resourceLabel, value): { + resource+: { + aws_codeguruprofiler_profiling_group+: { + [resourceLabel]+: { + agent_orchestration_config: value, + }, + }, + }, + }, + '#withAgentOrchestrationConfigMixin':: d.fn(help='`aws.list[obj].withAgentOrchestrationConfigMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the agent_orchestration_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].withAgentOrchestrationConfig](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 `agent_orchestration_config` field.\n', args=[]), + withAgentOrchestrationConfigMixin(resourceLabel, value): { + resource+: { + aws_codeguruprofiler_profiling_group+: { + [resourceLabel]+: { + agent_orchestration_config+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withComputePlatform':: d.fn(help='`aws.string.withComputePlatform` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the compute_platform 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 `compute_platform` field.\n', args=[]), + withComputePlatform(resourceLabel, value): { + resource+: { + aws_codeguruprofiler_profiling_group+: { + [resourceLabel]+: { + compute_platform: value, + }, + }, + }, + }, + '#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_codeguruprofiler_profiling_group+: { + [resourceLabel]+: { + name: 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_codeguruprofiler_profiling_group+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/customerprofiles_domain.libsonnet b/5.x/_gen/resources/customerprofiles_domain.libsonnet new file mode 100644 index 00000000..9b76435b --- /dev/null +++ b/5.x/_gen/resources/customerprofiles_domain.libsonnet @@ -0,0 +1,298 @@ +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='customerprofiles_domain', url='', help='`customerprofiles_domain` represents the `aws_customerprofiles_domain` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + matching:: { + auto_merging:: { + conflict_resolution:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.auto_merging.conflict_resolution.new` constructs a new object with attributes and blocks configured for the `conflict_resolution`\nTerraform sub block.\n\n\n\n**Args**:\n - `conflict_resolving_model` (`string`): Set the `conflict_resolving_model` field on the resulting object.\n - `source_name` (`string`): Set the `source_name` field on the resulting object. When `null`, the `source_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `conflict_resolution` sub block.\n', args=[]), + new( + conflict_resolving_model, + source_name=null + ):: std.prune(a={ + conflict_resolving_model: conflict_resolving_model, + source_name: source_name, + }), + }, + consolidation:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.auto_merging.consolidation.new` constructs a new object with attributes and blocks configured for the `consolidation`\nTerraform sub block.\n\n\n\n**Args**:\n - `matching_attributes_list` (`list`): Set the `matching_attributes_list` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `consolidation` sub block.\n', args=[]), + new( + matching_attributes_list + ):: std.prune(a={ + matching_attributes_list: matching_attributes_list, + }), + }, + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.auto_merging.new` constructs a new object with attributes and blocks configured for the `auto_merging`\nTerraform sub block.\n\n\n\n**Args**:\n - `enabled` (`bool`): Set the `enabled` field on the resulting object.\n - `min_allowed_confidence_score_for_merging` (`number`): Set the `min_allowed_confidence_score_for_merging` field on the resulting object. When `null`, the `min_allowed_confidence_score_for_merging` field will be omitted from the resulting object.\n - `conflict_resolution` (`list[obj]`): Set the `conflict_resolution` field on the resulting object. When `null`, the `conflict_resolution` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.auto_merging.conflict_resolution.new](#fn-matchingmatchingconflict_resolutionnew) constructor.\n - `consolidation` (`list[obj]`): Set the `consolidation` field on the resulting object. When `null`, the `consolidation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.auto_merging.consolidation.new](#fn-matchingmatchingconsolidationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `auto_merging` sub block.\n', args=[]), + new( + enabled, + conflict_resolution=null, + consolidation=null, + min_allowed_confidence_score_for_merging=null + ):: std.prune(a={ + conflict_resolution: conflict_resolution, + consolidation: consolidation, + enabled: enabled, + min_allowed_confidence_score_for_merging: min_allowed_confidence_score_for_merging, + }), + }, + exporting_config:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.exporting_config.new` constructs a new object with attributes and blocks configured for the `exporting_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `s3_exporting` (`list[obj]`): Set the `s3_exporting` field on the resulting object. When `null`, the `s3_exporting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.exporting_config.s3_exporting.new](#fn-matchingmatchings3_exportingnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `exporting_config` sub block.\n', args=[]), + new( + s3_exporting=null + ):: std.prune(a={ + s3_exporting: s3_exporting, + }), + s3_exporting:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.exporting_config.s3_exporting.new` constructs a new object with attributes and blocks configured for the `s3_exporting`\nTerraform sub block.\n\n\n\n**Args**:\n - `s3_bucket_name` (`string`): Set the `s3_bucket_name` field on the resulting object.\n - `s3_key_name` (`string`): Set the `s3_key_name` field on the resulting object. When `null`, the `s3_key_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `s3_exporting` sub block.\n', args=[]), + new( + s3_bucket_name, + s3_key_name=null + ):: std.prune(a={ + s3_bucket_name: s3_bucket_name, + s3_key_name: s3_key_name, + }), + }, + }, + job_schedule:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.job_schedule.new` constructs a new object with attributes and blocks configured for the `job_schedule`\nTerraform sub block.\n\n\n\n**Args**:\n - `day_of_the_week` (`string`): Set the `day_of_the_week` field on the resulting object.\n - `time` (`string`): Set the `time` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `job_schedule` sub block.\n', args=[]), + new( + day_of_the_week, + time + ):: std.prune(a={ + day_of_the_week: day_of_the_week, + time: time, + }), + }, + '#new':: d.fn(help='\n`aws.customerprofiles_domain.matching.new` constructs a new object with attributes and blocks configured for the `matching`\nTerraform sub block.\n\n\n\n**Args**:\n - `enabled` (`bool`): Set the `enabled` field on the resulting object.\n - `auto_merging` (`list[obj]`): Set the `auto_merging` field on the resulting object. When `null`, the `auto_merging` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.auto_merging.new](#fn-matchingauto_mergingnew) constructor.\n - `exporting_config` (`list[obj]`): Set the `exporting_config` field on the resulting object. When `null`, the `exporting_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.customerprofiles_domain.matching.exporting_config.new](#fn-matchingexporting_confignew) constructor.\n - `job_schedule` (`list[obj]`): Set the `job_schedule` field on the resulting object. When `null`, the `job_schedule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.job_schedule.new](#fn-matchingjob_schedulenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `matching` sub block.\n', args=[]), + new( + enabled, + auto_merging=null, + exporting_config=null, + job_schedule=null + ):: std.prune(a={ + auto_merging: auto_merging, + enabled: enabled, + exporting_config: exporting_config, + job_schedule: job_schedule, + }), + }, + '#new':: d.fn(help="\n`aws.customerprofiles_domain.new` injects a new `aws_customerprofiles_domain` 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.customerprofiles_domain.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.customerprofiles_domain` using the reference:\n\n $._ref.aws_customerprofiles_domain.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_customerprofiles_domain.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 - `dead_letter_queue_url` (`string`): Set the `dead_letter_queue_url` field on the resulting resource block. When `null`, the `dead_letter_queue_url` field will be omitted from the resulting object.\n - `default_encryption_key` (`string`): Set the `default_encryption_key` field on the resulting resource block. When `null`, the `default_encryption_key` field will be omitted from the resulting object.\n - `default_expiration_days` (`number`): Set the `default_expiration_days` field on the resulting resource block.\n - `domain_name` (`string`): Set the `domain_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 - `matching` (`list[obj]`): Set the `matching` field on the resulting resource block. When `null`, the `matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.new](#fn-matchingnew) constructor.\n - `rule_based_matching` (`list[obj]`): Set the `rule_based_matching` field on the resulting resource block. When `null`, the `rule_based_matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.new](#fn-rule_based_matchingnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + default_expiration_days, + domain_name, + dead_letter_queue_url=null, + default_encryption_key=null, + matching=null, + rule_based_matching=null, + tags=null, + tags_all=null, + _meta={} + ):: tf.withResource( + type='aws_customerprofiles_domain', + label=resourceLabel, + attrs=self.newAttrs( + dead_letter_queue_url=dead_letter_queue_url, + default_encryption_key=default_encryption_key, + default_expiration_days=default_expiration_days, + domain_name=domain_name, + matching=matching, + rule_based_matching=rule_based_matching, + tags=tags, + tags_all=tags_all + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.customerprofiles_domain.newAttrs` constructs a new object with attributes and blocks configured for the `customerprofiles_domain`\nTerraform resource.\n\nUnlike [aws.customerprofiles_domain.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 - `dead_letter_queue_url` (`string`): Set the `dead_letter_queue_url` field on the resulting object. When `null`, the `dead_letter_queue_url` field will be omitted from the resulting object.\n - `default_encryption_key` (`string`): Set the `default_encryption_key` field on the resulting object. When `null`, the `default_encryption_key` field will be omitted from the resulting object.\n - `default_expiration_days` (`number`): Set the `default_expiration_days` field on the resulting object.\n - `domain_name` (`string`): Set the `domain_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 - `matching` (`list[obj]`): Set the `matching` field on the resulting object. When `null`, the `matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.new](#fn-matchingnew) constructor.\n - `rule_based_matching` (`list[obj]`): Set the `rule_based_matching` field on the resulting object. When `null`, the `rule_based_matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.new](#fn-rule_based_matchingnew) 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 `customerprofiles_domain` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + default_expiration_days, + domain_name, + dead_letter_queue_url=null, + default_encryption_key=null, + matching=null, + rule_based_matching=null, + tags=null, + tags_all=null + ):: std.prune(a={ + dead_letter_queue_url: dead_letter_queue_url, + default_encryption_key: default_encryption_key, + default_expiration_days: default_expiration_days, + domain_name: domain_name, + matching: matching, + rule_based_matching: rule_based_matching, + tags: tags, + tags_all: tags_all, + }), + rule_based_matching:: { + attribute_types_selector:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.rule_based_matching.attribute_types_selector.new` constructs a new object with attributes and blocks configured for the `attribute_types_selector`\nTerraform sub block.\n\n\n\n**Args**:\n - `address` (`list`): Set the `address` field on the resulting object. When `null`, the `address` field will be omitted from the resulting object.\n - `attribute_matching_model` (`string`): Set the `attribute_matching_model` field on the resulting object.\n - `email_address` (`list`): Set the `email_address` field on the resulting object. When `null`, the `email_address` field will be omitted from the resulting object.\n - `phone_number` (`list`): Set the `phone_number` field on the resulting object. When `null`, the `phone_number` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `attribute_types_selector` sub block.\n', args=[]), + new( + attribute_matching_model, + address=null, + email_address=null, + phone_number=null + ):: std.prune(a={ + address: address, + attribute_matching_model: attribute_matching_model, + email_address: email_address, + phone_number: phone_number, + }), + }, + conflict_resolution:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.rule_based_matching.conflict_resolution.new` constructs a new object with attributes and blocks configured for the `conflict_resolution`\nTerraform sub block.\n\n\n\n**Args**:\n - `conflict_resolving_model` (`string`): Set the `conflict_resolving_model` field on the resulting object.\n - `source_name` (`string`): Set the `source_name` field on the resulting object. When `null`, the `source_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `conflict_resolution` sub block.\n', args=[]), + new( + conflict_resolving_model, + source_name=null + ):: std.prune(a={ + conflict_resolving_model: conflict_resolving_model, + source_name: source_name, + }), + }, + exporting_config:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.rule_based_matching.exporting_config.new` constructs a new object with attributes and blocks configured for the `exporting_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `s3_exporting` (`list[obj]`): Set the `s3_exporting` field on the resulting object. When `null`, the `s3_exporting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.exporting_config.s3_exporting.new](#fn-rule_based_matchingrule_based_matchings3_exportingnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `exporting_config` sub block.\n', args=[]), + new( + s3_exporting=null + ):: std.prune(a={ + s3_exporting: s3_exporting, + }), + s3_exporting:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.rule_based_matching.exporting_config.s3_exporting.new` constructs a new object with attributes and blocks configured for the `s3_exporting`\nTerraform sub block.\n\n\n\n**Args**:\n - `s3_bucket_name` (`string`): Set the `s3_bucket_name` field on the resulting object.\n - `s3_key_name` (`string`): Set the `s3_key_name` field on the resulting object. When `null`, the `s3_key_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `s3_exporting` sub block.\n', args=[]), + new( + s3_bucket_name, + s3_key_name=null + ):: std.prune(a={ + s3_bucket_name: s3_bucket_name, + s3_key_name: s3_key_name, + }), + }, + }, + matching_rules:: { + '#new':: d.fn(help='\n`aws.customerprofiles_domain.rule_based_matching.matching_rules.new` constructs a new object with attributes and blocks configured for the `matching_rules`\nTerraform sub block.\n\n\n\n**Args**:\n - `rule` (`list`): Set the `rule` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `matching_rules` sub block.\n', args=[]), + new( + rule + ):: std.prune(a={ + rule: rule, + }), + }, + '#new':: d.fn(help='\n`aws.customerprofiles_domain.rule_based_matching.new` constructs a new object with attributes and blocks configured for the `rule_based_matching`\nTerraform sub block.\n\n\n\n**Args**:\n - `enabled` (`bool`): Set the `enabled` field on the resulting object.\n - `max_allowed_rule_level_for_matching` (`number`): Set the `max_allowed_rule_level_for_matching` field on the resulting object. When `null`, the `max_allowed_rule_level_for_matching` field will be omitted from the resulting object.\n - `max_allowed_rule_level_for_merging` (`number`): Set the `max_allowed_rule_level_for_merging` field on the resulting object. When `null`, the `max_allowed_rule_level_for_merging` field will be omitted from the resulting object.\n - `status` (`string`): Set the `status` field on the resulting object. When `null`, the `status` field will be omitted from the resulting object.\n - `attribute_types_selector` (`list[obj]`): Set the `attribute_types_selector` field on the resulting object. When `null`, the `attribute_types_selector` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.attribute_types_selector.new](#fn-rule_based_matchingattribute_types_selectornew) constructor.\n - `conflict_resolution` (`list[obj]`): Set the `conflict_resolution` field on the resulting object. When `null`, the `conflict_resolution` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.conflict_resolution.new](#fn-rule_based_matchingconflict_resolutionnew) constructor.\n - `exporting_config` (`list[obj]`): Set the `exporting_config` field on the resulting object. When `null`, the `exporting_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.customerprofiles_domain.rule_based_matching.exporting_config.new](#fn-rule_based_matchingexporting_confignew) constructor.\n - `matching_rules` (`list[obj]`): Set the `matching_rules` field on the resulting object. When `null`, the `matching_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.matching_rules.new](#fn-rule_based_matchingmatching_rulesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `rule_based_matching` sub block.\n', args=[]), + new( + enabled, + attribute_types_selector=null, + conflict_resolution=null, + exporting_config=null, + matching_rules=null, + max_allowed_rule_level_for_matching=null, + max_allowed_rule_level_for_merging=null, + status=null + ):: std.prune(a={ + attribute_types_selector: attribute_types_selector, + conflict_resolution: conflict_resolution, + enabled: enabled, + exporting_config: exporting_config, + matching_rules: matching_rules, + max_allowed_rule_level_for_matching: max_allowed_rule_level_for_matching, + max_allowed_rule_level_for_merging: max_allowed_rule_level_for_merging, + status: status, + }), + }, + '#withDeadLetterQueueUrl':: d.fn(help='`aws.string.withDeadLetterQueueUrl` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the dead_letter_queue_url 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 `dead_letter_queue_url` field.\n', args=[]), + withDeadLetterQueueUrl(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + dead_letter_queue_url: value, + }, + }, + }, + }, + '#withDefaultEncryptionKey':: d.fn(help='`aws.string.withDefaultEncryptionKey` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the default_encryption_key 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 `default_encryption_key` field.\n', args=[]), + withDefaultEncryptionKey(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + default_encryption_key: value, + }, + }, + }, + }, + '#withDefaultExpirationDays':: d.fn(help='`aws.number.withDefaultExpirationDays` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the default_expiration_days field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `default_expiration_days` field.\n', args=[]), + withDefaultExpirationDays(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + default_expiration_days: value, + }, + }, + }, + }, + '#withDomainName':: d.fn(help='`aws.string.withDomainName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the domain_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 `domain_name` field.\n', args=[]), + withDomainName(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + domain_name: value, + }, + }, + }, + }, + '#withMatching':: d.fn(help='`aws.list[obj].withMatching` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the matching 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].withMatchingMixin](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 `matching` field.\n', args=[]), + withMatching(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + matching: value, + }, + }, + }, + }, + '#withMatchingMixin':: d.fn(help='`aws.list[obj].withMatchingMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the matching 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].withMatching](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 `matching` field.\n', args=[]), + withMatchingMixin(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + matching+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withRuleBasedMatching':: d.fn(help='`aws.list[obj].withRuleBasedMatching` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the rule_based_matching 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].withRuleBasedMatchingMixin](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 `rule_based_matching` field.\n', args=[]), + withRuleBasedMatching(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + rule_based_matching: value, + }, + }, + }, + }, + '#withRuleBasedMatchingMixin':: d.fn(help='`aws.list[obj].withRuleBasedMatchingMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the rule_based_matching 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].withRuleBasedMatching](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 `rule_based_matching` field.\n', args=[]), + withRuleBasedMatchingMixin(resourceLabel, value): { + resource+: { + aws_customerprofiles_domain+: { + [resourceLabel]+: { + rule_based_matching+: 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_customerprofiles_domain+: { + [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_customerprofiles_domain+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/customerprofiles_profile.libsonnet b/5.x/_gen/resources/customerprofiles_profile.libsonnet new file mode 100644 index 00000000..0dcfe0b3 --- /dev/null +++ b/5.x/_gen/resources/customerprofiles_profile.libsonnet @@ -0,0 +1,472 @@ +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='customerprofiles_profile', url='', help='`customerprofiles_profile` represents the `aws_customerprofiles_profile` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + address:: { + '#new':: d.fn(help='\n`aws.customerprofiles_profile.address.new` constructs a new object with attributes and blocks configured for the `address`\nTerraform sub block.\n\n\n\n**Args**:\n - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object.\n - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object.\n - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object.\n - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object.\n - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object.\n - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object.\n - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object.\n - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object.\n - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `address` sub block.\n', args=[]), + new( + address_1=null, + address_2=null, + address_3=null, + address_4=null, + city=null, + country=null, + county=null, + postal_code=null, + province=null, + state=null + ):: std.prune(a={ + address_1: address_1, + address_2: address_2, + address_3: address_3, + address_4: address_4, + city: city, + country: country, + county: county, + postal_code: postal_code, + province: province, + state: state, + }), + }, + billing_address:: { + '#new':: d.fn(help='\n`aws.customerprofiles_profile.billing_address.new` constructs a new object with attributes and blocks configured for the `billing_address`\nTerraform sub block.\n\n\n\n**Args**:\n - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object.\n - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object.\n - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object.\n - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object.\n - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object.\n - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object.\n - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object.\n - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object.\n - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `billing_address` sub block.\n', args=[]), + new( + address_1=null, + address_2=null, + address_3=null, + address_4=null, + city=null, + country=null, + county=null, + postal_code=null, + province=null, + state=null + ):: std.prune(a={ + address_1: address_1, + address_2: address_2, + address_3: address_3, + address_4: address_4, + city: city, + country: country, + county: county, + postal_code: postal_code, + province: province, + state: state, + }), + }, + mailing_address:: { + '#new':: d.fn(help='\n`aws.customerprofiles_profile.mailing_address.new` constructs a new object with attributes and blocks configured for the `mailing_address`\nTerraform sub block.\n\n\n\n**Args**:\n - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object.\n - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object.\n - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object.\n - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object.\n - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object.\n - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object.\n - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object.\n - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object.\n - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `mailing_address` sub block.\n', args=[]), + new( + address_1=null, + address_2=null, + address_3=null, + address_4=null, + city=null, + country=null, + county=null, + postal_code=null, + province=null, + state=null + ):: std.prune(a={ + address_1: address_1, + address_2: address_2, + address_3: address_3, + address_4: address_4, + city: city, + country: country, + county: county, + postal_code: postal_code, + province: province, + state: state, + }), + }, + '#new':: d.fn(help="\n`aws.customerprofiles_profile.new` injects a new `aws_customerprofiles_profile` 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.customerprofiles_profile.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.customerprofiles_profile` using the reference:\n\n $._ref.aws_customerprofiles_profile.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_customerprofiles_profile.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 - `account_number` (`string`): Set the `account_number` field on the resulting resource block. When `null`, the `account_number` field will be omitted from the resulting object.\n - `additional_information` (`string`): Set the `additional_information` field on the resulting resource block. When `null`, the `additional_information` field will be omitted from the resulting object.\n - `attributes` (`obj`): Set the `attributes` field on the resulting resource block. When `null`, the `attributes` field will be omitted from the resulting object.\n - `birth_date` (`string`): Set the `birth_date` field on the resulting resource block. When `null`, the `birth_date` field will be omitted from the resulting object.\n - `business_email_address` (`string`): Set the `business_email_address` field on the resulting resource block. When `null`, the `business_email_address` field will be omitted from the resulting object.\n - `business_name` (`string`): Set the `business_name` field on the resulting resource block. When `null`, the `business_name` field will be omitted from the resulting object.\n - `business_phone_number` (`string`): Set the `business_phone_number` field on the resulting resource block. When `null`, the `business_phone_number` field will be omitted from the resulting object.\n - `domain_name` (`string`): Set the `domain_name` field on the resulting resource block.\n - `email_address` (`string`): Set the `email_address` field on the resulting resource block. When `null`, the `email_address` field will be omitted from the resulting object.\n - `first_name` (`string`): Set the `first_name` field on the resulting resource block. When `null`, the `first_name` field will be omitted from the resulting object.\n - `gender_string` (`string`): Set the `gender_string` field on the resulting resource block. When `null`, the `gender_string` field will be omitted from the resulting object.\n - `home_phone_number` (`string`): Set the `home_phone_number` field on the resulting resource block. When `null`, the `home_phone_number` field will be omitted from the resulting object.\n - `last_name` (`string`): Set the `last_name` field on the resulting resource block. When `null`, the `last_name` field will be omitted from the resulting object.\n - `middle_name` (`string`): Set the `middle_name` field on the resulting resource block. When `null`, the `middle_name` field will be omitted from the resulting object.\n - `mobile_phone_number` (`string`): Set the `mobile_phone_number` field on the resulting resource block. When `null`, the `mobile_phone_number` field will be omitted from the resulting object.\n - `party_type_string` (`string`): Set the `party_type_string` field on the resulting resource block. When `null`, the `party_type_string` field will be omitted from the resulting object.\n - `personal_email_address` (`string`): Set the `personal_email_address` field on the resulting resource block. When `null`, the `personal_email_address` field will be omitted from the resulting object.\n - `phone_number` (`string`): Set the `phone_number` field on the resulting resource block. When `null`, the `phone_number` field will be omitted from the resulting object.\n - `address` (`list[obj]`): Set the `address` field on the resulting resource block. When `null`, the `address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.address.new](#fn-addressnew) constructor.\n - `billing_address` (`list[obj]`): Set the `billing_address` field on the resulting resource block. When `null`, the `billing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.billing_address.new](#fn-billing_addressnew) constructor.\n - `mailing_address` (`list[obj]`): Set the `mailing_address` field on the resulting resource block. When `null`, the `mailing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.mailing_address.new](#fn-mailing_addressnew) constructor.\n - `shipping_address` (`list[obj]`): Set the `shipping_address` field on the resulting resource block. When `null`, the `shipping_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.shipping_address.new](#fn-shipping_addressnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + domain_name, + account_number=null, + additional_information=null, + address=null, + attributes=null, + billing_address=null, + birth_date=null, + business_email_address=null, + business_name=null, + business_phone_number=null, + email_address=null, + first_name=null, + gender_string=null, + home_phone_number=null, + last_name=null, + mailing_address=null, + middle_name=null, + mobile_phone_number=null, + party_type_string=null, + personal_email_address=null, + phone_number=null, + shipping_address=null, + _meta={} + ):: tf.withResource( + type='aws_customerprofiles_profile', + label=resourceLabel, + attrs=self.newAttrs( + account_number=account_number, + additional_information=additional_information, + address=address, + attributes=attributes, + billing_address=billing_address, + birth_date=birth_date, + business_email_address=business_email_address, + business_name=business_name, + business_phone_number=business_phone_number, + domain_name=domain_name, + email_address=email_address, + first_name=first_name, + gender_string=gender_string, + home_phone_number=home_phone_number, + last_name=last_name, + mailing_address=mailing_address, + middle_name=middle_name, + mobile_phone_number=mobile_phone_number, + party_type_string=party_type_string, + personal_email_address=personal_email_address, + phone_number=phone_number, + shipping_address=shipping_address + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.customerprofiles_profile.newAttrs` constructs a new object with attributes and blocks configured for the `customerprofiles_profile`\nTerraform resource.\n\nUnlike [aws.customerprofiles_profile.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 - `account_number` (`string`): Set the `account_number` field on the resulting object. When `null`, the `account_number` field will be omitted from the resulting object.\n - `additional_information` (`string`): Set the `additional_information` field on the resulting object. When `null`, the `additional_information` field will be omitted from the resulting object.\n - `attributes` (`obj`): Set the `attributes` field on the resulting object. When `null`, the `attributes` field will be omitted from the resulting object.\n - `birth_date` (`string`): Set the `birth_date` field on the resulting object. When `null`, the `birth_date` field will be omitted from the resulting object.\n - `business_email_address` (`string`): Set the `business_email_address` field on the resulting object. When `null`, the `business_email_address` field will be omitted from the resulting object.\n - `business_name` (`string`): Set the `business_name` field on the resulting object. When `null`, the `business_name` field will be omitted from the resulting object.\n - `business_phone_number` (`string`): Set the `business_phone_number` field on the resulting object. When `null`, the `business_phone_number` field will be omitted from the resulting object.\n - `domain_name` (`string`): Set the `domain_name` field on the resulting object.\n - `email_address` (`string`): Set the `email_address` field on the resulting object. When `null`, the `email_address` field will be omitted from the resulting object.\n - `first_name` (`string`): Set the `first_name` field on the resulting object. When `null`, the `first_name` field will be omitted from the resulting object.\n - `gender_string` (`string`): Set the `gender_string` field on the resulting object. When `null`, the `gender_string` field will be omitted from the resulting object.\n - `home_phone_number` (`string`): Set the `home_phone_number` field on the resulting object. When `null`, the `home_phone_number` field will be omitted from the resulting object.\n - `last_name` (`string`): Set the `last_name` field on the resulting object. When `null`, the `last_name` field will be omitted from the resulting object.\n - `middle_name` (`string`): Set the `middle_name` field on the resulting object. When `null`, the `middle_name` field will be omitted from the resulting object.\n - `mobile_phone_number` (`string`): Set the `mobile_phone_number` field on the resulting object. When `null`, the `mobile_phone_number` field will be omitted from the resulting object.\n - `party_type_string` (`string`): Set the `party_type_string` field on the resulting object. When `null`, the `party_type_string` field will be omitted from the resulting object.\n - `personal_email_address` (`string`): Set the `personal_email_address` field on the resulting object. When `null`, the `personal_email_address` field will be omitted from the resulting object.\n - `phone_number` (`string`): Set the `phone_number` field on the resulting object. When `null`, the `phone_number` field will be omitted from the resulting object.\n - `address` (`list[obj]`): Set the `address` field on the resulting object. When `null`, the `address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.address.new](#fn-addressnew) constructor.\n - `billing_address` (`list[obj]`): Set the `billing_address` field on the resulting object. When `null`, the `billing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.billing_address.new](#fn-billing_addressnew) constructor.\n - `mailing_address` (`list[obj]`): Set the `mailing_address` field on the resulting object. When `null`, the `mailing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.mailing_address.new](#fn-mailing_addressnew) constructor.\n - `shipping_address` (`list[obj]`): Set the `shipping_address` field on the resulting object. When `null`, the `shipping_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.shipping_address.new](#fn-shipping_addressnew) 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 `customerprofiles_profile` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + domain_name, + account_number=null, + additional_information=null, + address=null, + attributes=null, + billing_address=null, + birth_date=null, + business_email_address=null, + business_name=null, + business_phone_number=null, + email_address=null, + first_name=null, + gender_string=null, + home_phone_number=null, + last_name=null, + mailing_address=null, + middle_name=null, + mobile_phone_number=null, + party_type_string=null, + personal_email_address=null, + phone_number=null, + shipping_address=null + ):: std.prune(a={ + account_number: account_number, + additional_information: additional_information, + address: address, + attributes: attributes, + billing_address: billing_address, + birth_date: birth_date, + business_email_address: business_email_address, + business_name: business_name, + business_phone_number: business_phone_number, + domain_name: domain_name, + email_address: email_address, + first_name: first_name, + gender_string: gender_string, + home_phone_number: home_phone_number, + last_name: last_name, + mailing_address: mailing_address, + middle_name: middle_name, + mobile_phone_number: mobile_phone_number, + party_type_string: party_type_string, + personal_email_address: personal_email_address, + phone_number: phone_number, + shipping_address: shipping_address, + }), + shipping_address:: { + '#new':: d.fn(help='\n`aws.customerprofiles_profile.shipping_address.new` constructs a new object with attributes and blocks configured for the `shipping_address`\nTerraform sub block.\n\n\n\n**Args**:\n - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object.\n - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object.\n - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object.\n - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object.\n - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object.\n - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object.\n - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object.\n - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object.\n - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `shipping_address` sub block.\n', args=[]), + new( + address_1=null, + address_2=null, + address_3=null, + address_4=null, + city=null, + country=null, + county=null, + postal_code=null, + province=null, + state=null + ):: std.prune(a={ + address_1: address_1, + address_2: address_2, + address_3: address_3, + address_4: address_4, + city: city, + country: country, + county: county, + postal_code: postal_code, + province: province, + state: state, + }), + }, + '#withAccountNumber':: d.fn(help='`aws.string.withAccountNumber` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the account_number 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 `account_number` field.\n', args=[]), + withAccountNumber(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + account_number: value, + }, + }, + }, + }, + '#withAdditionalInformation':: d.fn(help='`aws.string.withAdditionalInformation` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the additional_information 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 `additional_information` field.\n', args=[]), + withAdditionalInformation(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + additional_information: value, + }, + }, + }, + }, + '#withAddress':: d.fn(help='`aws.list[obj].withAddress` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the address 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].withAddressMixin](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 `address` field.\n', args=[]), + withAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + address: value, + }, + }, + }, + }, + '#withAddressMixin':: d.fn(help='`aws.list[obj].withAddressMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the address 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].withAddress](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 `address` field.\n', args=[]), + withAddressMixin(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + address+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withAttributes':: d.fn(help='`aws.obj.withAttributes` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the attributes 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 `attributes` field.\n', args=[]), + withAttributes(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + attributes: value, + }, + }, + }, + }, + '#withBillingAddress':: d.fn(help='`aws.list[obj].withBillingAddress` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the billing_address 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].withBillingAddressMixin](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 `billing_address` field.\n', args=[]), + withBillingAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + billing_address: value, + }, + }, + }, + }, + '#withBillingAddressMixin':: d.fn(help='`aws.list[obj].withBillingAddressMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the billing_address 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].withBillingAddress](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 `billing_address` field.\n', args=[]), + withBillingAddressMixin(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + billing_address+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withBirthDate':: d.fn(help='`aws.string.withBirthDate` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the birth_date 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 `birth_date` field.\n', args=[]), + withBirthDate(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + birth_date: value, + }, + }, + }, + }, + '#withBusinessEmailAddress':: d.fn(help='`aws.string.withBusinessEmailAddress` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the business_email_address 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 `business_email_address` field.\n', args=[]), + withBusinessEmailAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + business_email_address: value, + }, + }, + }, + }, + '#withBusinessName':: d.fn(help='`aws.string.withBusinessName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the business_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 `business_name` field.\n', args=[]), + withBusinessName(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + business_name: value, + }, + }, + }, + }, + '#withBusinessPhoneNumber':: d.fn(help='`aws.string.withBusinessPhoneNumber` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the business_phone_number 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 `business_phone_number` field.\n', args=[]), + withBusinessPhoneNumber(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + business_phone_number: value, + }, + }, + }, + }, + '#withDomainName':: d.fn(help='`aws.string.withDomainName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the domain_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 `domain_name` field.\n', args=[]), + withDomainName(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + domain_name: value, + }, + }, + }, + }, + '#withEmailAddress':: d.fn(help='`aws.string.withEmailAddress` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the email_address 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 `email_address` field.\n', args=[]), + withEmailAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + email_address: value, + }, + }, + }, + }, + '#withFirstName':: d.fn(help='`aws.string.withFirstName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the first_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 `first_name` field.\n', args=[]), + withFirstName(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + first_name: value, + }, + }, + }, + }, + '#withGenderString':: d.fn(help='`aws.string.withGenderString` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the gender_string 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 `gender_string` field.\n', args=[]), + withGenderString(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + gender_string: value, + }, + }, + }, + }, + '#withHomePhoneNumber':: d.fn(help='`aws.string.withHomePhoneNumber` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the home_phone_number 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 `home_phone_number` field.\n', args=[]), + withHomePhoneNumber(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + home_phone_number: value, + }, + }, + }, + }, + '#withLastName':: d.fn(help='`aws.string.withLastName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the last_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 `last_name` field.\n', args=[]), + withLastName(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + last_name: value, + }, + }, + }, + }, + '#withMailingAddress':: d.fn(help='`aws.list[obj].withMailingAddress` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the mailing_address 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].withMailingAddressMixin](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 `mailing_address` field.\n', args=[]), + withMailingAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + mailing_address: value, + }, + }, + }, + }, + '#withMailingAddressMixin':: d.fn(help='`aws.list[obj].withMailingAddressMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the mailing_address 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].withMailingAddress](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 `mailing_address` field.\n', args=[]), + withMailingAddressMixin(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + mailing_address+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withMiddleName':: d.fn(help='`aws.string.withMiddleName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the middle_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 `middle_name` field.\n', args=[]), + withMiddleName(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + middle_name: value, + }, + }, + }, + }, + '#withMobilePhoneNumber':: d.fn(help='`aws.string.withMobilePhoneNumber` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the mobile_phone_number 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 `mobile_phone_number` field.\n', args=[]), + withMobilePhoneNumber(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + mobile_phone_number: value, + }, + }, + }, + }, + '#withPartyTypeString':: d.fn(help='`aws.string.withPartyTypeString` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the party_type_string 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 `party_type_string` field.\n', args=[]), + withPartyTypeString(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + party_type_string: value, + }, + }, + }, + }, + '#withPersonalEmailAddress':: d.fn(help='`aws.string.withPersonalEmailAddress` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the personal_email_address 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 `personal_email_address` field.\n', args=[]), + withPersonalEmailAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + personal_email_address: value, + }, + }, + }, + }, + '#withPhoneNumber':: d.fn(help='`aws.string.withPhoneNumber` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the phone_number 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 `phone_number` field.\n', args=[]), + withPhoneNumber(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + phone_number: value, + }, + }, + }, + }, + '#withShippingAddress':: d.fn(help='`aws.list[obj].withShippingAddress` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the shipping_address 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].withShippingAddressMixin](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 `shipping_address` field.\n', args=[]), + withShippingAddress(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + shipping_address: value, + }, + }, + }, + }, + '#withShippingAddressMixin':: d.fn(help='`aws.list[obj].withShippingAddressMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the shipping_address 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].withShippingAddress](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 `shipping_address` field.\n', args=[]), + withShippingAddressMixin(resourceLabel, value): { + resource+: { + aws_customerprofiles_profile+: { + [resourceLabel]+: { + shipping_address+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/lb.libsonnet b/5.x/_gen/resources/lb.libsonnet index fbe5019b..5ec3ec43 100644 --- a/5.x/_gen/resources/lb.libsonnet +++ b/5.x/_gen/resources/lb.libsonnet @@ -14,7 +14,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); prefix: prefix, }), }, - '#new':: d.fn(help="\n`aws.lb.new` injects a new `aws_lb` 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.lb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb` using the reference:\n\n $._ref.aws_lb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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.lb.new` injects a new `aws_lb` 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.lb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb` using the reference:\n\n $._ref.aws_lb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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, access_logs=null, @@ -28,6 +28,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers=null, enable_waf_fail_open=null, enable_xff_client_port=null, + enforce_security_group_inbound_rules_on_private_link_traffic=null, idle_timeout=null, internal=null, ip_address_type=null, @@ -58,6 +59,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers=enable_tls_version_and_cipher_suite_headers, enable_waf_fail_open=enable_waf_fail_open, enable_xff_client_port=enable_xff_client_port, + enforce_security_group_inbound_rules_on_private_link_traffic=enforce_security_group_inbound_rules_on_private_link_traffic, idle_timeout=idle_timeout, internal=internal, ip_address_type=ip_address_type, @@ -75,7 +77,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.lb.newAttrs` constructs a new object with attributes and blocks configured for the `lb`\nTerraform resource.\n\nUnlike [aws.lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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 `lb` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.lb.newAttrs` constructs a new object with attributes and blocks configured for the `lb`\nTerraform resource.\n\nUnlike [aws.lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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 `lb` resource into the root Terraform configuration.\n', args=[]), newAttrs( access_logs=null, customer_owned_ipv4_pool=null, @@ -88,6 +90,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers=null, enable_waf_fail_open=null, enable_xff_client_port=null, + enforce_security_group_inbound_rules_on_private_link_traffic=null, idle_timeout=null, internal=null, ip_address_type=null, @@ -114,6 +117,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); enable_tls_version_and_cipher_suite_headers: enable_tls_version_and_cipher_suite_headers, enable_waf_fail_open: enable_waf_fail_open, enable_xff_client_port: enable_xff_client_port, + enforce_security_group_inbound_rules_on_private_link_traffic: enforce_security_group_inbound_rules_on_private_link_traffic, idle_timeout: idle_timeout, internal: internal, ip_address_type: ip_address_type, @@ -275,6 +279,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic':: d.fn(help='`aws.string.withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the enforce_security_group_inbound_rules_on_private_link_traffic 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 `enforce_security_group_inbound_rules_on_private_link_traffic` field.\n', args=[]), + withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(resourceLabel, value): { + resource+: { + aws_lb+: { + [resourceLabel]+: { + enforce_security_group_inbound_rules_on_private_link_traffic: value, + }, + }, + }, + }, '#withIdleTimeout':: d.fn(help='`aws.number.withIdleTimeout` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the idle_timeout field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `idle_timeout` field.\n', args=[]), withIdleTimeout(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/lb_listener.libsonnet b/5.x/_gen/resources/lb_listener.libsonnet index 843d0360..1eb46e08 100644 --- a/5.x/_gen/resources/lb_listener.libsonnet +++ b/5.x/_gen/resources/lb_listener.libsonnet @@ -134,13 +134,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, }, - '#new':: d.fn(help="\n`aws.lb_listener.new` injects a new `aws_lb_listener` 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.lb_listener.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb_listener` using the reference:\n\n $._ref.aws_lb_listener.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting resource block. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting resource block. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on the resulting resource block.\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 - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting resource block. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.default_action.new](#fn-default_actionnew) 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.lb_listener.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + mutual_authentication:: { + '#new':: d.fn(help='\n`aws.lb_listener.mutual_authentication.new` constructs a new object with attributes and blocks configured for the `mutual_authentication`\nTerraform sub block.\n\n\n\n**Args**:\n - `ignore_client_certificate_expiry` (`bool`): Set the `ignore_client_certificate_expiry` field on the resulting object. When `null`, the `ignore_client_certificate_expiry` field will be omitted from the resulting object.\n - `mode` (`string`): Set the `mode` field on the resulting object.\n - `trust_store_arn` (`string`): Set the `trust_store_arn` field on the resulting object. When `null`, the `trust_store_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `mutual_authentication` sub block.\n', args=[]), + new( + mode, + ignore_client_certificate_expiry=null, + trust_store_arn=null + ):: std.prune(a={ + ignore_client_certificate_expiry: ignore_client_certificate_expiry, + mode: mode, + trust_store_arn: trust_store_arn, + }), + }, + '#new':: d.fn(help="\n`aws.lb_listener.new` injects a new `aws_lb_listener` 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.lb_listener.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb_listener` using the reference:\n\n $._ref.aws_lb_listener.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting resource block. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting resource block. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on the resulting resource block.\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 - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting resource block. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.default_action.new](#fn-default_actionnew) constructor.\n - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting resource block. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) 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.lb_listener.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, load_balancer_arn, alpn_policy=null, certificate_arn=null, default_action=null, + mutual_authentication=null, port=null, protocol=null, ssl_policy=null, @@ -156,6 +169,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); certificate_arn=certificate_arn, default_action=default_action, load_balancer_arn=load_balancer_arn, + mutual_authentication=mutual_authentication, port=port, protocol=protocol, ssl_policy=ssl_policy, @@ -165,12 +179,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.lb_listener.newAttrs` constructs a new object with attributes and blocks configured for the `lb_listener`\nTerraform resource.\n\nUnlike [aws.lb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting object. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting object. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on 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 - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting object. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.default_action.new](#fn-default_actionnew) 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.lb_listener.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 `lb_listener` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.lb_listener.newAttrs` constructs a new object with attributes and blocks configured for the `lb_listener`\nTerraform resource.\n\nUnlike [aws.lb_listener.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 - `alpn_policy` (`string`): Set the `alpn_policy` field on the resulting object. When `null`, the `alpn_policy` field will be omitted from the resulting object.\n - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting object. When `null`, the `certificate_arn` field will be omitted from the resulting object.\n - `load_balancer_arn` (`string`): Set the `load_balancer_arn` field on 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 - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `ssl_policy` (`string`): Set the `ssl_policy` field on the resulting object. When `null`, the `ssl_policy` 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 - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.default_action.new](#fn-default_actionnew) constructor.\n - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting object. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) 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.lb_listener.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 `lb_listener` resource into the root Terraform configuration.\n', args=[]), newAttrs( load_balancer_arn, alpn_policy=null, certificate_arn=null, default_action=null, + mutual_authentication=null, port=null, protocol=null, ssl_policy=null, @@ -182,6 +197,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); certificate_arn: certificate_arn, default_action: default_action, load_balancer_arn: load_balancer_arn, + mutual_authentication: mutual_authentication, port: port, protocol: protocol, ssl_policy: ssl_policy, @@ -190,11 +206,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); timeouts: timeouts, }), timeouts:: { - '#new':: d.fn(help='\n`aws.lb_listener.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` 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.lb_listener.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 - `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( - read=null + create=null, + update=null ):: std.prune(a={ - read: read, + create: create, + update: update, }), }, '#withAlpnPolicy':: d.fn(help='`aws.string.withAlpnPolicy` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the alpn_policy 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 `alpn_policy` field.\n', args=[]), @@ -247,6 +265,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withMutualAuthentication':: d.fn(help='`aws.list[obj].withMutualAuthentication` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the mutual_authentication 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].withMutualAuthenticationMixin](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 `mutual_authentication` field.\n', args=[]), + withMutualAuthentication(resourceLabel, value): { + resource+: { + aws_lb_listener+: { + [resourceLabel]+: { + mutual_authentication: value, + }, + }, + }, + }, + '#withMutualAuthenticationMixin':: d.fn(help='`aws.list[obj].withMutualAuthenticationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the mutual_authentication 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].withMutualAuthentication](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 `mutual_authentication` field.\n', args=[]), + withMutualAuthenticationMixin(resourceLabel, value): { + resource+: { + aws_lb_listener+: { + [resourceLabel]+: { + mutual_authentication+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withPort':: d.fn(help='`aws.number.withPort` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the port field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `port` field.\n', args=[]), withPort(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/lb_trust_store.libsonnet b/5.x/_gen/resources/lb_trust_store.libsonnet new file mode 100644 index 00000000..79dc9719 --- /dev/null +++ b/5.x/_gen/resources/lb_trust_store.libsonnet @@ -0,0 +1,152 @@ +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='lb_trust_store', url='', help='`lb_trust_store` represents the `aws_lb_trust_store` 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.lb_trust_store.new` injects a new `aws_lb_trust_store` 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.lb_trust_store.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb_trust_store` using the reference:\n\n $._ref.aws_lb_trust_store.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb_trust_store.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 - `ca_certificates_bundle_s3_bucket` (`string`): Set the `ca_certificates_bundle_s3_bucket` field on the resulting resource block.\n - `ca_certificates_bundle_s3_key` (`string`): Set the `ca_certificates_bundle_s3_key` field on the resulting resource block.\n - `ca_certificates_bundle_s3_object_version` (`string`): Set the `ca_certificates_bundle_s3_object_version` field on the resulting resource block. When `null`, the `ca_certificates_bundle_s3_object_version` field will be omitted from the resulting object.\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 - `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 - `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.lb_trust_store.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, + ca_certificates_bundle_s3_bucket, + ca_certificates_bundle_s3_key, + ca_certificates_bundle_s3_object_version=null, + name=null, + name_prefix=null, + tags=null, + tags_all=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_lb_trust_store', + label=resourceLabel, + attrs=self.newAttrs( + ca_certificates_bundle_s3_bucket=ca_certificates_bundle_s3_bucket, + ca_certificates_bundle_s3_key=ca_certificates_bundle_s3_key, + ca_certificates_bundle_s3_object_version=ca_certificates_bundle_s3_object_version, + name=name, + name_prefix=name_prefix, + tags=tags, + tags_all=tags_all, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.lb_trust_store.newAttrs` constructs a new object with attributes and blocks configured for the `lb_trust_store`\nTerraform resource.\n\nUnlike [aws.lb_trust_store.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 - `ca_certificates_bundle_s3_bucket` (`string`): Set the `ca_certificates_bundle_s3_bucket` field on the resulting object.\n - `ca_certificates_bundle_s3_key` (`string`): Set the `ca_certificates_bundle_s3_key` field on the resulting object.\n - `ca_certificates_bundle_s3_object_version` (`string`): Set the `ca_certificates_bundle_s3_object_version` field on the resulting object. When `null`, the `ca_certificates_bundle_s3_object_version` field will be omitted from 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 - `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 - `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.lb_trust_store.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 `lb_trust_store` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + ca_certificates_bundle_s3_bucket, + ca_certificates_bundle_s3_key, + ca_certificates_bundle_s3_object_version=null, + name=null, + name_prefix=null, + tags=null, + tags_all=null, + timeouts=null + ):: std.prune(a={ + ca_certificates_bundle_s3_bucket: ca_certificates_bundle_s3_bucket, + ca_certificates_bundle_s3_key: ca_certificates_bundle_s3_key, + ca_certificates_bundle_s3_object_version: ca_certificates_bundle_s3_object_version, + name: name, + name_prefix: name_prefix, + tags: tags, + tags_all: tags_all, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.lb_trust_store.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + new( + create=null, + delete=null + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withCaCertificatesBundleS3Bucket':: d.fn(help='`aws.string.withCaCertificatesBundleS3Bucket` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the ca_certificates_bundle_s3_bucket 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_certificates_bundle_s3_bucket` field.\n', args=[]), + withCaCertificatesBundleS3Bucket(resourceLabel, value): { + resource+: { + aws_lb_trust_store+: { + [resourceLabel]+: { + ca_certificates_bundle_s3_bucket: value, + }, + }, + }, + }, + '#withCaCertificatesBundleS3Key':: d.fn(help='`aws.string.withCaCertificatesBundleS3Key` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the ca_certificates_bundle_s3_key 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_certificates_bundle_s3_key` field.\n', args=[]), + withCaCertificatesBundleS3Key(resourceLabel, value): { + resource+: { + aws_lb_trust_store+: { + [resourceLabel]+: { + ca_certificates_bundle_s3_key: value, + }, + }, + }, + }, + '#withCaCertificatesBundleS3ObjectVersion':: d.fn(help='`aws.string.withCaCertificatesBundleS3ObjectVersion` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the ca_certificates_bundle_s3_object_version 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_certificates_bundle_s3_object_version` field.\n', args=[]), + withCaCertificatesBundleS3ObjectVersion(resourceLabel, value): { + resource+: { + aws_lb_trust_store+: { + [resourceLabel]+: { + ca_certificates_bundle_s3_object_version: value, + }, + }, + }, + }, + '#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_lb_trust_store+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withNamePrefix':: d.fn(help='`aws.string.withNamePrefix` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the name_prefix 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_prefix` field.\n', args=[]), + withNamePrefix(resourceLabel, value): { + resource+: { + aws_lb_trust_store+: { + [resourceLabel]+: { + name_prefix: 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_lb_trust_store+: { + [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_lb_trust_store+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#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_lb_trust_store+: { + [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_lb_trust_store+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/lb_trust_store_revocation.libsonnet b/5.x/_gen/resources/lb_trust_store_revocation.libsonnet new file mode 100644 index 00000000..fa95b6ab --- /dev/null +++ b/5.x/_gen/resources/lb_trust_store_revocation.libsonnet @@ -0,0 +1,108 @@ +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='lb_trust_store_revocation', url='', help='`lb_trust_store_revocation` represents the `aws_lb_trust_store_revocation` 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.lb_trust_store_revocation.new` injects a new `aws_lb_trust_store_revocation` 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.lb_trust_store_revocation.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb_trust_store_revocation` using the reference:\n\n $._ref.aws_lb_trust_store_revocation.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb_trust_store_revocation.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 - `revocations_s3_bucket` (`string`): Set the `revocations_s3_bucket` field on the resulting resource block.\n - `revocations_s3_key` (`string`): Set the `revocations_s3_key` field on the resulting resource block.\n - `revocations_s3_object_version` (`string`): Set the `revocations_s3_object_version` field on the resulting resource block. When `null`, the `revocations_s3_object_version` field will be omitted from the resulting object.\n - `trust_store_arn` (`string`): Set the `trust_store_arn` 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.lb_trust_store_revocation.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, + revocations_s3_bucket, + revocations_s3_key, + trust_store_arn, + revocations_s3_object_version=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_lb_trust_store_revocation', + label=resourceLabel, + attrs=self.newAttrs( + revocations_s3_bucket=revocations_s3_bucket, + revocations_s3_key=revocations_s3_key, + revocations_s3_object_version=revocations_s3_object_version, + timeouts=timeouts, + trust_store_arn=trust_store_arn + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.lb_trust_store_revocation.newAttrs` constructs a new object with attributes and blocks configured for the `lb_trust_store_revocation`\nTerraform resource.\n\nUnlike [aws.lb_trust_store_revocation.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 - `revocations_s3_bucket` (`string`): Set the `revocations_s3_bucket` field on the resulting object.\n - `revocations_s3_key` (`string`): Set the `revocations_s3_key` field on the resulting object.\n - `revocations_s3_object_version` (`string`): Set the `revocations_s3_object_version` field on the resulting object. When `null`, the `revocations_s3_object_version` field will be omitted from the resulting object.\n - `trust_store_arn` (`string`): Set the `trust_store_arn` 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.lb_trust_store_revocation.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 `lb_trust_store_revocation` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + revocations_s3_bucket, + revocations_s3_key, + trust_store_arn, + revocations_s3_object_version=null, + timeouts=null + ):: std.prune(a={ + revocations_s3_bucket: revocations_s3_bucket, + revocations_s3_key: revocations_s3_key, + revocations_s3_object_version: revocations_s3_object_version, + timeouts: timeouts, + trust_store_arn: trust_store_arn, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.lb_trust_store_revocation.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + new( + create=null + ):: std.prune(a={ + create: create, + }), + }, + '#withRevocationsS3Bucket':: d.fn(help='`aws.string.withRevocationsS3Bucket` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the revocations_s3_bucket 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 `revocations_s3_bucket` field.\n', args=[]), + withRevocationsS3Bucket(resourceLabel, value): { + resource+: { + aws_lb_trust_store_revocation+: { + [resourceLabel]+: { + revocations_s3_bucket: value, + }, + }, + }, + }, + '#withRevocationsS3Key':: d.fn(help='`aws.string.withRevocationsS3Key` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the revocations_s3_key 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 `revocations_s3_key` field.\n', args=[]), + withRevocationsS3Key(resourceLabel, value): { + resource+: { + aws_lb_trust_store_revocation+: { + [resourceLabel]+: { + revocations_s3_key: value, + }, + }, + }, + }, + '#withRevocationsS3ObjectVersion':: d.fn(help='`aws.string.withRevocationsS3ObjectVersion` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the revocations_s3_object_version 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 `revocations_s3_object_version` field.\n', args=[]), + withRevocationsS3ObjectVersion(resourceLabel, value): { + resource+: { + aws_lb_trust_store_revocation+: { + [resourceLabel]+: { + revocations_s3_object_version: value, + }, + }, + }, + }, + '#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_lb_trust_store_revocation+: { + [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_lb_trust_store_revocation+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, + '#withTrustStoreArn':: d.fn(help='`aws.string.withTrustStoreArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the trust_store_arn 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 `trust_store_arn` field.\n', args=[]), + withTrustStoreArn(resourceLabel, value): { + resource+: { + aws_lb_trust_store_revocation+: { + [resourceLabel]+: { + trust_store_arn: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/sagemaker_app.libsonnet b/5.x/_gen/resources/sagemaker_app.libsonnet index bcb10fb7..de914682 100644 --- a/5.x/_gen/resources/sagemaker_app.libsonnet +++ b/5.x/_gen/resources/sagemaker_app.libsonnet @@ -50,16 +50,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); user_profile_name: user_profile_name, }), resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_app.resource_spec.new` constructs a new object with attributes and blocks configured for the `resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_app.resource_spec.new` constructs a new object with attributes and blocks configured for the `resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, diff --git a/5.x/_gen/resources/sagemaker_app_image_config.libsonnet b/5.x/_gen/resources/sagemaker_app_image_config.libsonnet index a49ad657..d3dfcd17 100644 --- a/5.x/_gen/resources/sagemaker_app_image_config.libsonnet +++ b/5.x/_gen/resources/sagemaker_app_image_config.libsonnet @@ -2,6 +2,26 @@ 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='sagemaker_app_image_config', url='', help='`sagemaker_app_image_config` represents the `aws_sagemaker_app_image_config` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + jupyter_lab_image_config:: { + container_config:: { + '#new':: d.fn(help='\n`aws.sagemaker_app_image_config.jupyter_lab_image_config.container_config.new` constructs a new object with attributes and blocks configured for the `container_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `container_arguments` (`list`): Set the `container_arguments` field on the resulting object. When `null`, the `container_arguments` field will be omitted from the resulting object.\n - `container_entrypoint` (`list`): Set the `container_entrypoint` field on the resulting object. When `null`, the `container_entrypoint` field will be omitted from the resulting object.\n - `container_environment_variables` (`obj`): Set the `container_environment_variables` field on the resulting object. When `null`, the `container_environment_variables` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `container_config` sub block.\n', args=[]), + new( + container_arguments=null, + container_entrypoint=null, + container_environment_variables=null + ):: std.prune(a={ + container_arguments: container_arguments, + container_entrypoint: container_entrypoint, + container_environment_variables: container_environment_variables, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_app_image_config.jupyter_lab_image_config.new` constructs a new object with attributes and blocks configured for the `jupyter_lab_image_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `container_config` (`list[obj]`): Set the `container_config` field on the resulting object. When `null`, the `container_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.sagemaker_app_image_config.jupyter_lab_image_config.container_config.new](#fn-jupyter_lab_image_configcontainer_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `jupyter_lab_image_config` sub block.\n', args=[]), + new( + container_config=null + ):: std.prune(a={ + container_config: container_config, + }), + }, kernel_gateway_image_config:: { file_system_config:: { '#new':: d.fn(help='\n`aws.sagemaker_app_image_config.kernel_gateway_image_config.file_system_config.new` constructs a new object with attributes and blocks configured for the `file_system_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_gid` (`number`): Set the `default_gid` field on the resulting object. When `null`, the `default_gid` field will be omitted from the resulting object.\n - `default_uid` (`number`): Set the `default_uid` field on the resulting object. When `null`, the `default_uid` field will be omitted from the resulting object.\n - `mount_path` (`string`): Set the `mount_path` field on the resulting object. When `null`, the `mount_path` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `file_system_config` sub block.\n', args=[]), @@ -34,10 +54,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kernel_spec: kernel_spec, }), }, - '#new':: d.fn(help="\n`aws.sagemaker_app_image_config.new` injects a new `aws_sagemaker_app_image_config` 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.sagemaker_app_image_config.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.sagemaker_app_image_config` using the reference:\n\n $._ref.aws_sagemaker_app_image_config.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_sagemaker_app_image_config.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 - `app_image_config_name` (`string`): Set the `app_image_config_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 - `kernel_gateway_image_config` (`list[obj]`): Set the `kernel_gateway_image_config` field on the resulting resource block. When `null`, the `kernel_gateway_image_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.sagemaker_app_image_config.kernel_gateway_image_config.new](#fn-kernel_gateway_image_confignew) 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.sagemaker_app_image_config.new` injects a new `aws_sagemaker_app_image_config` 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.sagemaker_app_image_config.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.sagemaker_app_image_config` using the reference:\n\n $._ref.aws_sagemaker_app_image_config.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_sagemaker_app_image_config.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 - `app_image_config_name` (`string`): Set the `app_image_config_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 - `jupyter_lab_image_config` (`list[obj]`): Set the `jupyter_lab_image_config` field on the resulting resource block. When `null`, the `jupyter_lab_image_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.sagemaker_app_image_config.jupyter_lab_image_config.new](#fn-jupyter_lab_image_confignew) constructor.\n - `kernel_gateway_image_config` (`list[obj]`): Set the `kernel_gateway_image_config` field on the resulting resource block. When `null`, the `kernel_gateway_image_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.sagemaker_app_image_config.kernel_gateway_image_config.new](#fn-kernel_gateway_image_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, app_image_config_name, + jupyter_lab_image_config=null, kernel_gateway_image_config=null, tags=null, tags_all=null, @@ -47,20 +68,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( app_image_config_name=app_image_config_name, + jupyter_lab_image_config=jupyter_lab_image_config, kernel_gateway_image_config=kernel_gateway_image_config, tags=tags, tags_all=tags_all ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.sagemaker_app_image_config.newAttrs` constructs a new object with attributes and blocks configured for the `sagemaker_app_image_config`\nTerraform resource.\n\nUnlike [aws.sagemaker_app_image_config.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 - `app_image_config_name` (`string`): Set the `app_image_config_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 - `kernel_gateway_image_config` (`list[obj]`): Set the `kernel_gateway_image_config` field on the resulting object. When `null`, the `kernel_gateway_image_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.sagemaker_app_image_config.kernel_gateway_image_config.new](#fn-kernel_gateway_image_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 `sagemaker_app_image_config` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.sagemaker_app_image_config.newAttrs` constructs a new object with attributes and blocks configured for the `sagemaker_app_image_config`\nTerraform resource.\n\nUnlike [aws.sagemaker_app_image_config.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 - `app_image_config_name` (`string`): Set the `app_image_config_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 - `jupyter_lab_image_config` (`list[obj]`): Set the `jupyter_lab_image_config` field on the resulting object. When `null`, the `jupyter_lab_image_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.sagemaker_app_image_config.jupyter_lab_image_config.new](#fn-jupyter_lab_image_confignew) constructor.\n - `kernel_gateway_image_config` (`list[obj]`): Set the `kernel_gateway_image_config` field on the resulting object. When `null`, the `kernel_gateway_image_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.sagemaker_app_image_config.kernel_gateway_image_config.new](#fn-kernel_gateway_image_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 `sagemaker_app_image_config` resource into the root Terraform configuration.\n', args=[]), newAttrs( app_image_config_name, + jupyter_lab_image_config=null, kernel_gateway_image_config=null, tags=null, tags_all=null ):: std.prune(a={ app_image_config_name: app_image_config_name, + jupyter_lab_image_config: jupyter_lab_image_config, kernel_gateway_image_config: kernel_gateway_image_config, tags: tags, tags_all: tags_all, @@ -75,6 +99,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withJupyterLabImageConfig':: d.fn(help='`aws.list[obj].withJupyterLabImageConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the jupyter_lab_image_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].withJupyterLabImageConfigMixin](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 `jupyter_lab_image_config` field.\n', args=[]), + withJupyterLabImageConfig(resourceLabel, value): { + resource+: { + aws_sagemaker_app_image_config+: { + [resourceLabel]+: { + jupyter_lab_image_config: value, + }, + }, + }, + }, + '#withJupyterLabImageConfigMixin':: d.fn(help='`aws.list[obj].withJupyterLabImageConfigMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the jupyter_lab_image_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].withJupyterLabImageConfig](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 `jupyter_lab_image_config` field.\n', args=[]), + withJupyterLabImageConfigMixin(resourceLabel, value): { + resource+: { + aws_sagemaker_app_image_config+: { + [resourceLabel]+: { + jupyter_lab_image_config+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withKernelGatewayImageConfig':: d.fn(help='`aws.list[obj].withKernelGatewayImageConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the kernel_gateway_image_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].withKernelGatewayImageConfigMixin](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 `kernel_gateway_image_config` field.\n', args=[]), withKernelGatewayImageConfig(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/sagemaker_domain.libsonnet b/5.x/_gen/resources/sagemaker_domain.libsonnet index f089de57..4c8d6582 100644 --- a/5.x/_gen/resources/sagemaker_domain.libsonnet +++ b/5.x/_gen/resources/sagemaker_domain.libsonnet @@ -13,16 +13,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_space_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_space_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -51,16 +53,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_space_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_space_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -165,6 +169,110 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, }, + code_editor_app_settings:: { + default_resource_spec:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.code_editor_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + new( + instance_type=null, + lifecycle_config_arn=null, + sagemaker_image_arn=null, + sagemaker_image_version_alias=null, + sagemaker_image_version_arn=null + ):: std.prune(a={ + instance_type: instance_type, + lifecycle_config_arn: lifecycle_config_arn, + sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, + sagemaker_image_version_arn: sagemaker_image_version_arn, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.code_editor_app_settings.new` constructs a new object with attributes and blocks configured for the `code_editor_app_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object.\n - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.code_editor_app_settings.default_resource_spec.new](#fn-default_user_settingsdefault_user_settingsdefault_resource_specnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `code_editor_app_settings` sub block.\n', args=[]), + new( + default_resource_spec=null, + lifecycle_config_arns=null + ):: std.prune(a={ + default_resource_spec: default_resource_spec, + lifecycle_config_arns: lifecycle_config_arns, + }), + }, + custom_file_system_config:: { + efs_file_system_config:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.custom_file_system_config.efs_file_system_config.new` constructs a new object with attributes and blocks configured for the `efs_file_system_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object.\n - `file_system_path` (`string`): Set the `file_system_path` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `efs_file_system_config` sub block.\n', args=[]), + new( + file_system_id, + file_system_path + ):: std.prune(a={ + file_system_id: file_system_id, + file_system_path: file_system_path, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.custom_file_system_config.new` constructs a new object with attributes and blocks configured for the `custom_file_system_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `efs_file_system_config` (`list[obj]`): Set the `efs_file_system_config` field on the resulting object. When `null`, the `efs_file_system_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.sagemaker_domain.default_user_settings.custom_file_system_config.efs_file_system_config.new](#fn-default_user_settingsdefault_user_settingsefs_file_system_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_file_system_config` sub block.\n', args=[]), + new( + efs_file_system_config=null + ):: std.prune(a={ + efs_file_system_config: efs_file_system_config, + }), + }, + custom_posix_user_config:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.custom_posix_user_config.new` constructs a new object with attributes and blocks configured for the `custom_posix_user_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `gid` (`number`): Set the `gid` field on the resulting object.\n - `uid` (`number`): Set the `uid` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_posix_user_config` sub block.\n', args=[]), + new( + gid, + uid + ):: std.prune(a={ + gid: gid, + uid: uid, + }), + }, + jupyter_lab_app_settings:: { + code_repository:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository`\nTerraform sub block.\n\n\n\n**Args**:\n - `repository_url` (`string`): Set the `repository_url` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `code_repository` sub block.\n', args=[]), + new( + repository_url + ):: std.prune(a={ + repository_url: repository_url, + }), + }, + custom_image:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.custom_image.new` constructs a new object with attributes and blocks configured for the `custom_image`\nTerraform sub block.\n\n\n\n**Args**:\n - `app_image_config_name` (`string`): Set the `app_image_config_name` field on the resulting object.\n - `image_name` (`string`): Set the `image_name` field on the resulting object.\n - `image_version_number` (`number`): Set the `image_version_number` field on the resulting object. When `null`, the `image_version_number` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_image` sub block.\n', args=[]), + new( + app_image_config_name, + image_name, + image_version_number=null + ):: std.prune(a={ + app_image_config_name: app_image_config_name, + image_name: image_name, + image_version_number: image_version_number, + }), + }, + default_resource_spec:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + new( + instance_type=null, + lifecycle_config_arn=null, + sagemaker_image_arn=null, + sagemaker_image_version_alias=null, + sagemaker_image_version_arn=null + ):: std.prune(a={ + instance_type: instance_type, + lifecycle_config_arn: lifecycle_config_arn, + sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, + sagemaker_image_version_arn: sagemaker_image_version_arn, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.new` constructs a new object with attributes and blocks configured for the `jupyter_lab_app_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object.\n - `code_repository` (`list[obj]`): Set the `code_repository` field on the resulting object. When `null`, the `code_repository` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.code_repository.new](#fn-default_user_settingsdefault_user_settingscode_repositorynew) constructor.\n - `custom_image` (`list[obj]`): Set the `custom_image` field on the resulting object. When `null`, the `custom_image` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.custom_image.new](#fn-default_user_settingsdefault_user_settingscustom_imagenew) constructor.\n - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.default_resource_spec.new](#fn-default_user_settingsdefault_user_settingsdefault_resource_specnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `jupyter_lab_app_settings` sub block.\n', args=[]), + new( + code_repository=null, + custom_image=null, + default_resource_spec=null, + lifecycle_config_arns=null + ):: std.prune(a={ + code_repository: code_repository, + custom_image: custom_image, + default_resource_spec: default_resource_spec, + lifecycle_config_arns: lifecycle_config_arns, + }), + }, jupyter_server_app_settings:: { code_repository:: { '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_server_app_settings.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository`\nTerraform sub block.\n\n\n\n**Args**:\n - `repository_url` (`string`): Set the `repository_url` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `code_repository` sub block.\n', args=[]), @@ -175,16 +283,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -213,16 +323,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -237,26 +349,40 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); lifecycle_config_arns: lifecycle_config_arns, }), }, - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.new` constructs a new object with attributes and blocks configured for the `default_user_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `execution_role` (`string`): Set the `execution_role` field on the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `canvas_app_settings` (`list[obj]`): Set the `canvas_app_settings` field on the resulting object. When `null`, the `canvas_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.canvas_app_settings.new](#fn-default_user_settingscanvas_app_settingsnew) constructor.\n - `jupyter_server_app_settings` (`list[obj]`): Set the `jupyter_server_app_settings` field on the resulting object. When `null`, the `jupyter_server_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_server_app_settings.new](#fn-default_user_settingsjupyter_server_app_settingsnew) constructor.\n - `kernel_gateway_app_settings` (`list[obj]`): Set the `kernel_gateway_app_settings` field on the resulting object. When `null`, the `kernel_gateway_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.kernel_gateway_app_settings.new](#fn-default_user_settingskernel_gateway_app_settingsnew) constructor.\n - `r_session_app_settings` (`list[obj]`): Set the `r_session_app_settings` field on the resulting object. When `null`, the `r_session_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.r_session_app_settings.new](#fn-default_user_settingsr_session_app_settingsnew) constructor.\n - `r_studio_server_pro_app_settings` (`list[obj]`): Set the `r_studio_server_pro_app_settings` field on the resulting object. When `null`, the `r_studio_server_pro_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.r_studio_server_pro_app_settings.new](#fn-default_user_settingsr_studio_server_pro_app_settingsnew) constructor.\n - `sharing_settings` (`list[obj]`): Set the `sharing_settings` field on the resulting object. When `null`, the `sharing_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.sharing_settings.new](#fn-default_user_settingssharing_settingsnew) constructor.\n - `tensor_board_app_settings` (`list[obj]`): Set the `tensor_board_app_settings` field on the resulting object. When `null`, the `tensor_board_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.tensor_board_app_settings.new](#fn-default_user_settingstensor_board_app_settingsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_user_settings` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.new` constructs a new object with attributes and blocks configured for the `default_user_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_landing_uri` (`string`): Set the `default_landing_uri` field on the resulting object. When `null`, the `default_landing_uri` field will be omitted from the resulting object.\n - `execution_role` (`string`): Set the `execution_role` field on the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `studio_web_portal` (`string`): Set the `studio_web_portal` field on the resulting object. When `null`, the `studio_web_portal` field will be omitted from the resulting object.\n - `canvas_app_settings` (`list[obj]`): Set the `canvas_app_settings` field on the resulting object. When `null`, the `canvas_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.canvas_app_settings.new](#fn-default_user_settingscanvas_app_settingsnew) constructor.\n - `code_editor_app_settings` (`list[obj]`): Set the `code_editor_app_settings` field on the resulting object. When `null`, the `code_editor_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.code_editor_app_settings.new](#fn-default_user_settingscode_editor_app_settingsnew) constructor.\n - `custom_file_system_config` (`list[obj]`): Set the `custom_file_system_config` field on the resulting object. When `null`, the `custom_file_system_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.sagemaker_domain.default_user_settings.custom_file_system_config.new](#fn-default_user_settingscustom_file_system_confignew) constructor.\n - `custom_posix_user_config` (`list[obj]`): Set the `custom_posix_user_config` field on the resulting object. When `null`, the `custom_posix_user_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.sagemaker_domain.default_user_settings.custom_posix_user_config.new](#fn-default_user_settingscustom_posix_user_confignew) constructor.\n - `jupyter_lab_app_settings` (`list[obj]`): Set the `jupyter_lab_app_settings` field on the resulting object. When `null`, the `jupyter_lab_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.new](#fn-default_user_settingsjupyter_lab_app_settingsnew) constructor.\n - `jupyter_server_app_settings` (`list[obj]`): Set the `jupyter_server_app_settings` field on the resulting object. When `null`, the `jupyter_server_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_server_app_settings.new](#fn-default_user_settingsjupyter_server_app_settingsnew) constructor.\n - `kernel_gateway_app_settings` (`list[obj]`): Set the `kernel_gateway_app_settings` field on the resulting object. When `null`, the `kernel_gateway_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.kernel_gateway_app_settings.new](#fn-default_user_settingskernel_gateway_app_settingsnew) constructor.\n - `r_session_app_settings` (`list[obj]`): Set the `r_session_app_settings` field on the resulting object. When `null`, the `r_session_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.r_session_app_settings.new](#fn-default_user_settingsr_session_app_settingsnew) constructor.\n - `r_studio_server_pro_app_settings` (`list[obj]`): Set the `r_studio_server_pro_app_settings` field on the resulting object. When `null`, the `r_studio_server_pro_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.r_studio_server_pro_app_settings.new](#fn-default_user_settingsr_studio_server_pro_app_settingsnew) constructor.\n - `sharing_settings` (`list[obj]`): Set the `sharing_settings` field on the resulting object. When `null`, the `sharing_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.sharing_settings.new](#fn-default_user_settingssharing_settingsnew) constructor.\n - `space_storage_settings` (`list[obj]`): Set the `space_storage_settings` field on the resulting object. When `null`, the `space_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.space_storage_settings.new](#fn-default_user_settingsspace_storage_settingsnew) constructor.\n - `tensor_board_app_settings` (`list[obj]`): Set the `tensor_board_app_settings` field on the resulting object. When `null`, the `tensor_board_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.tensor_board_app_settings.new](#fn-default_user_settingstensor_board_app_settingsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_user_settings` sub block.\n', args=[]), new( execution_role, canvas_app_settings=null, + code_editor_app_settings=null, + custom_file_system_config=null, + custom_posix_user_config=null, + default_landing_uri=null, + jupyter_lab_app_settings=null, jupyter_server_app_settings=null, kernel_gateway_app_settings=null, r_session_app_settings=null, r_studio_server_pro_app_settings=null, security_groups=null, sharing_settings=null, + space_storage_settings=null, + studio_web_portal=null, tensor_board_app_settings=null ):: std.prune(a={ canvas_app_settings: canvas_app_settings, + code_editor_app_settings: code_editor_app_settings, + custom_file_system_config: custom_file_system_config, + custom_posix_user_config: custom_posix_user_config, + default_landing_uri: default_landing_uri, execution_role: execution_role, + jupyter_lab_app_settings: jupyter_lab_app_settings, jupyter_server_app_settings: jupyter_server_app_settings, kernel_gateway_app_settings: kernel_gateway_app_settings, r_session_app_settings: r_session_app_settings, r_studio_server_pro_app_settings: r_studio_server_pro_app_settings, security_groups: security_groups, sharing_settings: sharing_settings, + space_storage_settings: space_storage_settings, + studio_web_portal: studio_web_portal, tensor_board_app_settings: tensor_board_app_settings, }), r_session_app_settings:: { @@ -273,16 +399,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.r_session_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.r_session_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -317,18 +445,38 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); s3_output_path: s3_output_path, }), }, + space_storage_settings:: { + default_ebs_storage_settings:: { + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.space_storage_settings.default_ebs_storage_settings.new` constructs a new object with attributes and blocks configured for the `default_ebs_storage_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_ebs_volume_size_in_gb` (`number`): Set the `default_ebs_volume_size_in_gb` field on the resulting object.\n - `maximum_ebs_volume_size_in_gb` (`number`): Set the `maximum_ebs_volume_size_in_gb` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_ebs_storage_settings` sub block.\n', args=[]), + new( + default_ebs_volume_size_in_gb, + maximum_ebs_volume_size_in_gb + ):: std.prune(a={ + default_ebs_volume_size_in_gb: default_ebs_volume_size_in_gb, + maximum_ebs_volume_size_in_gb: maximum_ebs_volume_size_in_gb, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.space_storage_settings.new` constructs a new object with attributes and blocks configured for the `space_storage_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_ebs_storage_settings` (`list[obj]`): Set the `default_ebs_storage_settings` field on the resulting object. When `null`, the `default_ebs_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.space_storage_settings.default_ebs_storage_settings.new](#fn-default_user_settingsdefault_user_settingsdefault_ebs_storage_settingsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `space_storage_settings` sub block.\n', args=[]), + new( + default_ebs_storage_settings=null + ):: std.prune(a={ + default_ebs_storage_settings: default_ebs_storage_settings, + }), + }, tensor_board_app_settings:: { default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.tensor_board_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.default_user_settings.tensor_board_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -353,16 +501,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), r_studio_server_pro_domain_settings:: { default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_domain.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_domain.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, diff --git a/5.x/_gen/resources/sagemaker_space.libsonnet b/5.x/_gen/resources/sagemaker_space.libsonnet index cc50df99..9737c432 100644 --- a/5.x/_gen/resources/sagemaker_space.libsonnet +++ b/5.x/_gen/resources/sagemaker_space.libsonnet @@ -2,11 +2,12 @@ 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='sagemaker_space', url='', help='`sagemaker_space` represents the `aws_sagemaker_space` 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.sagemaker_space.new` injects a new `aws_sagemaker_space` 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.sagemaker_space.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.sagemaker_space` using the reference:\n\n $._ref.aws_sagemaker_space.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_sagemaker_space.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 - `domain_id` (`string`): Set the `domain_id` field on the resulting resource block.\n - `space_name` (`string`): Set the `space_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 - `space_settings` (`list[obj]`): Set the `space_settings` field on the resulting resource block. When `null`, the `space_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_space.space_settings.new](#fn-space_settingsnew) 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.sagemaker_space.new` injects a new `aws_sagemaker_space` 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.sagemaker_space.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.sagemaker_space` using the reference:\n\n $._ref.aws_sagemaker_space.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_sagemaker_space.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 - `domain_id` (`string`): Set the `domain_id` field on the resulting resource block.\n - `space_display_name` (`string`): Set the `space_display_name` field on the resulting resource block. When `null`, the `space_display_name` field will be omitted from the resulting object.\n - `space_name` (`string`): Set the `space_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 - `space_settings` (`list[obj]`): Set the `space_settings` field on the resulting resource block. When `null`, the `space_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_space.space_settings.new](#fn-space_settingsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, domain_id, space_name, + space_display_name=null, space_settings=null, tags=null, tags_all=null, @@ -16,6 +17,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( domain_id=domain_id, + space_display_name=space_display_name, space_name=space_name, space_settings=space_settings, tags=tags, @@ -23,15 +25,17 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.sagemaker_space.newAttrs` constructs a new object with attributes and blocks configured for the `sagemaker_space`\nTerraform resource.\n\nUnlike [aws.sagemaker_space.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 - `domain_id` (`string`): Set the `domain_id` field on the resulting object.\n - `space_name` (`string`): Set the `space_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 - `space_settings` (`list[obj]`): Set the `space_settings` field on the resulting object. When `null`, the `space_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_space.space_settings.new](#fn-space_settingsnew) 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 `sagemaker_space` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.sagemaker_space.newAttrs` constructs a new object with attributes and blocks configured for the `sagemaker_space`\nTerraform resource.\n\nUnlike [aws.sagemaker_space.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 - `domain_id` (`string`): Set the `domain_id` field on the resulting object.\n - `space_display_name` (`string`): Set the `space_display_name` field on the resulting object. When `null`, the `space_display_name` field will be omitted from the resulting object.\n - `space_name` (`string`): Set the `space_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 - `space_settings` (`list[obj]`): Set the `space_settings` field on the resulting object. When `null`, the `space_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_space.space_settings.new](#fn-space_settingsnew) 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 `sagemaker_space` resource into the root Terraform configuration.\n', args=[]), newAttrs( domain_id, space_name, + space_display_name=null, space_settings=null, tags=null, tags_all=null ):: std.prune(a={ domain_id: domain_id, + space_display_name: space_display_name, space_name: space_name, space_settings: space_settings, tags: tags, @@ -48,16 +52,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_space.space_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_space.space_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -86,16 +92,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_space.space_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_space.space_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -129,6 +137,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withSpaceDisplayName':: d.fn(help='`aws.string.withSpaceDisplayName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the space_display_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 `space_display_name` field.\n', args=[]), + withSpaceDisplayName(resourceLabel, value): { + resource+: { + aws_sagemaker_space+: { + [resourceLabel]+: { + space_display_name: value, + }, + }, + }, + }, '#withSpaceName':: d.fn(help='`aws.string.withSpaceName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the space_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 `space_name` field.\n', args=[]), withSpaceName(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/sagemaker_user_profile.libsonnet b/5.x/_gen/resources/sagemaker_user_profile.libsonnet index e97e89f4..99cc6477 100644 --- a/5.x/_gen/resources/sagemaker_user_profile.libsonnet +++ b/5.x/_gen/resources/sagemaker_user_profile.libsonnet @@ -122,6 +122,110 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, }, + code_editor_app_settings:: { + default_resource_spec:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.code_editor_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + new( + instance_type=null, + lifecycle_config_arn=null, + sagemaker_image_arn=null, + sagemaker_image_version_alias=null, + sagemaker_image_version_arn=null + ):: std.prune(a={ + instance_type: instance_type, + lifecycle_config_arn: lifecycle_config_arn, + sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, + sagemaker_image_version_arn: sagemaker_image_version_arn, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.code_editor_app_settings.new` constructs a new object with attributes and blocks configured for the `code_editor_app_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object.\n - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.code_editor_app_settings.default_resource_spec.new](#fn-user_settingsuser_settingsdefault_resource_specnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `code_editor_app_settings` sub block.\n', args=[]), + new( + default_resource_spec=null, + lifecycle_config_arns=null + ):: std.prune(a={ + default_resource_spec: default_resource_spec, + lifecycle_config_arns: lifecycle_config_arns, + }), + }, + custom_file_system_config:: { + efs_file_system_config:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.custom_file_system_config.efs_file_system_config.new` constructs a new object with attributes and blocks configured for the `efs_file_system_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object.\n - `file_system_path` (`string`): Set the `file_system_path` field on the resulting object. When `null`, the `file_system_path` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `efs_file_system_config` sub block.\n', args=[]), + new( + file_system_id, + file_system_path=null + ):: std.prune(a={ + file_system_id: file_system_id, + file_system_path: file_system_path, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.custom_file_system_config.new` constructs a new object with attributes and blocks configured for the `custom_file_system_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `efs_file_system_config` (`list[obj]`): Set the `efs_file_system_config` field on the resulting object. When `null`, the `efs_file_system_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.sagemaker_user_profile.user_settings.custom_file_system_config.efs_file_system_config.new](#fn-user_settingsuser_settingsefs_file_system_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `custom_file_system_config` sub block.\n', args=[]), + new( + efs_file_system_config=null + ):: std.prune(a={ + efs_file_system_config: efs_file_system_config, + }), + }, + custom_posix_user_config:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.custom_posix_user_config.new` constructs a new object with attributes and blocks configured for the `custom_posix_user_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `gid` (`number`): Set the `gid` field on the resulting object.\n - `uid` (`number`): Set the `uid` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_posix_user_config` sub block.\n', args=[]), + new( + gid, + uid + ):: std.prune(a={ + gid: gid, + uid: uid, + }), + }, + jupyter_lab_app_settings:: { + code_repository:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository`\nTerraform sub block.\n\n\n\n**Args**:\n - `repository_url` (`string`): Set the `repository_url` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `code_repository` sub block.\n', args=[]), + new( + repository_url + ):: std.prune(a={ + repository_url: repository_url, + }), + }, + custom_image:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.custom_image.new` constructs a new object with attributes and blocks configured for the `custom_image`\nTerraform sub block.\n\n\n\n**Args**:\n - `app_image_config_name` (`string`): Set the `app_image_config_name` field on the resulting object.\n - `image_name` (`string`): Set the `image_name` field on the resulting object.\n - `image_version_number` (`number`): Set the `image_version_number` field on the resulting object. When `null`, the `image_version_number` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_image` sub block.\n', args=[]), + new( + app_image_config_name, + image_name, + image_version_number=null + ):: std.prune(a={ + app_image_config_name: app_image_config_name, + image_name: image_name, + image_version_number: image_version_number, + }), + }, + default_resource_spec:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + new( + instance_type=null, + lifecycle_config_arn=null, + sagemaker_image_arn=null, + sagemaker_image_version_alias=null, + sagemaker_image_version_arn=null + ):: std.prune(a={ + instance_type: instance_type, + lifecycle_config_arn: lifecycle_config_arn, + sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, + sagemaker_image_version_arn: sagemaker_image_version_arn, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.new` constructs a new object with attributes and blocks configured for the `jupyter_lab_app_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object.\n - `code_repository` (`list[obj]`): Set the `code_repository` field on the resulting object. When `null`, the `code_repository` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.code_repository.new](#fn-user_settingsuser_settingscode_repositorynew) constructor.\n - `custom_image` (`list[obj]`): Set the `custom_image` field on the resulting object. When `null`, the `custom_image` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.custom_image.new](#fn-user_settingsuser_settingscustom_imagenew) constructor.\n - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.default_resource_spec.new](#fn-user_settingsuser_settingsdefault_resource_specnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `jupyter_lab_app_settings` sub block.\n', args=[]), + new( + code_repository=null, + custom_image=null, + default_resource_spec=null, + lifecycle_config_arns=null + ):: std.prune(a={ + code_repository: code_repository, + custom_image: custom_image, + default_resource_spec: default_resource_spec, + lifecycle_config_arns: lifecycle_config_arns, + }), + }, jupyter_server_app_settings:: { code_repository:: { '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_server_app_settings.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository`\nTerraform sub block.\n\n\n\n**Args**:\n - `repository_url` (`string`): Set the `repository_url` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `code_repository` sub block.\n', args=[]), @@ -132,16 +236,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.jupyter_server_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -170,16 +276,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.kernel_gateway_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -194,26 +302,40 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); lifecycle_config_arns: lifecycle_config_arns, }), }, - '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.new` constructs a new object with attributes and blocks configured for the `user_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `execution_role` (`string`): Set the `execution_role` field on the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `canvas_app_settings` (`list[obj]`): Set the `canvas_app_settings` field on the resulting object. When `null`, the `canvas_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.canvas_app_settings.new](#fn-user_settingscanvas_app_settingsnew) constructor.\n - `jupyter_server_app_settings` (`list[obj]`): Set the `jupyter_server_app_settings` field on the resulting object. When `null`, the `jupyter_server_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_server_app_settings.new](#fn-user_settingsjupyter_server_app_settingsnew) constructor.\n - `kernel_gateway_app_settings` (`list[obj]`): Set the `kernel_gateway_app_settings` field on the resulting object. When `null`, the `kernel_gateway_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.kernel_gateway_app_settings.new](#fn-user_settingskernel_gateway_app_settingsnew) constructor.\n - `r_session_app_settings` (`list[obj]`): Set the `r_session_app_settings` field on the resulting object. When `null`, the `r_session_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.r_session_app_settings.new](#fn-user_settingsr_session_app_settingsnew) constructor.\n - `r_studio_server_pro_app_settings` (`list[obj]`): Set the `r_studio_server_pro_app_settings` field on the resulting object. When `null`, the `r_studio_server_pro_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.r_studio_server_pro_app_settings.new](#fn-user_settingsr_studio_server_pro_app_settingsnew) constructor.\n - `sharing_settings` (`list[obj]`): Set the `sharing_settings` field on the resulting object. When `null`, the `sharing_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.sharing_settings.new](#fn-user_settingssharing_settingsnew) constructor.\n - `tensor_board_app_settings` (`list[obj]`): Set the `tensor_board_app_settings` field on the resulting object. When `null`, the `tensor_board_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.tensor_board_app_settings.new](#fn-user_settingstensor_board_app_settingsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `user_settings` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.new` constructs a new object with attributes and blocks configured for the `user_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_landing_uri` (`string`): Set the `default_landing_uri` field on the resulting object. When `null`, the `default_landing_uri` field will be omitted from the resulting object.\n - `execution_role` (`string`): Set the `execution_role` field on the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `studio_web_portal` (`string`): Set the `studio_web_portal` field on the resulting object. When `null`, the `studio_web_portal` field will be omitted from the resulting object.\n - `canvas_app_settings` (`list[obj]`): Set the `canvas_app_settings` field on the resulting object. When `null`, the `canvas_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.canvas_app_settings.new](#fn-user_settingscanvas_app_settingsnew) constructor.\n - `code_editor_app_settings` (`list[obj]`): Set the `code_editor_app_settings` field on the resulting object. When `null`, the `code_editor_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.code_editor_app_settings.new](#fn-user_settingscode_editor_app_settingsnew) constructor.\n - `custom_file_system_config` (`list[obj]`): Set the `custom_file_system_config` field on the resulting object. When `null`, the `custom_file_system_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.sagemaker_user_profile.user_settings.custom_file_system_config.new](#fn-user_settingscustom_file_system_confignew) constructor.\n - `custom_posix_user_config` (`list[obj]`): Set the `custom_posix_user_config` field on the resulting object. When `null`, the `custom_posix_user_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.sagemaker_user_profile.user_settings.custom_posix_user_config.new](#fn-user_settingscustom_posix_user_confignew) constructor.\n - `jupyter_lab_app_settings` (`list[obj]`): Set the `jupyter_lab_app_settings` field on the resulting object. When `null`, the `jupyter_lab_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.new](#fn-user_settingsjupyter_lab_app_settingsnew) constructor.\n - `jupyter_server_app_settings` (`list[obj]`): Set the `jupyter_server_app_settings` field on the resulting object. When `null`, the `jupyter_server_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_server_app_settings.new](#fn-user_settingsjupyter_server_app_settingsnew) constructor.\n - `kernel_gateway_app_settings` (`list[obj]`): Set the `kernel_gateway_app_settings` field on the resulting object. When `null`, the `kernel_gateway_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.kernel_gateway_app_settings.new](#fn-user_settingskernel_gateway_app_settingsnew) constructor.\n - `r_session_app_settings` (`list[obj]`): Set the `r_session_app_settings` field on the resulting object. When `null`, the `r_session_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.r_session_app_settings.new](#fn-user_settingsr_session_app_settingsnew) constructor.\n - `r_studio_server_pro_app_settings` (`list[obj]`): Set the `r_studio_server_pro_app_settings` field on the resulting object. When `null`, the `r_studio_server_pro_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.r_studio_server_pro_app_settings.new](#fn-user_settingsr_studio_server_pro_app_settingsnew) constructor.\n - `sharing_settings` (`list[obj]`): Set the `sharing_settings` field on the resulting object. When `null`, the `sharing_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.sharing_settings.new](#fn-user_settingssharing_settingsnew) constructor.\n - `space_storage_settings` (`list[obj]`): Set the `space_storage_settings` field on the resulting object. When `null`, the `space_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.space_storage_settings.new](#fn-user_settingsspace_storage_settingsnew) constructor.\n - `tensor_board_app_settings` (`list[obj]`): Set the `tensor_board_app_settings` field on the resulting object. When `null`, the `tensor_board_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.tensor_board_app_settings.new](#fn-user_settingstensor_board_app_settingsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `user_settings` sub block.\n', args=[]), new( execution_role, canvas_app_settings=null, + code_editor_app_settings=null, + custom_file_system_config=null, + custom_posix_user_config=null, + default_landing_uri=null, + jupyter_lab_app_settings=null, jupyter_server_app_settings=null, kernel_gateway_app_settings=null, r_session_app_settings=null, r_studio_server_pro_app_settings=null, security_groups=null, sharing_settings=null, + space_storage_settings=null, + studio_web_portal=null, tensor_board_app_settings=null ):: std.prune(a={ canvas_app_settings: canvas_app_settings, + code_editor_app_settings: code_editor_app_settings, + custom_file_system_config: custom_file_system_config, + custom_posix_user_config: custom_posix_user_config, + default_landing_uri: default_landing_uri, execution_role: execution_role, + jupyter_lab_app_settings: jupyter_lab_app_settings, jupyter_server_app_settings: jupyter_server_app_settings, kernel_gateway_app_settings: kernel_gateway_app_settings, r_session_app_settings: r_session_app_settings, r_studio_server_pro_app_settings: r_studio_server_pro_app_settings, security_groups: security_groups, sharing_settings: sharing_settings, + space_storage_settings: space_storage_settings, + studio_web_portal: studio_web_portal, tensor_board_app_settings: tensor_board_app_settings, }), r_session_app_settings:: { @@ -230,16 +352,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.r_session_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.r_session_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, @@ -274,18 +398,38 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); s3_output_path: s3_output_path, }), }, + space_storage_settings:: { + default_ebs_storage_settings:: { + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.space_storage_settings.default_ebs_storage_settings.new` constructs a new object with attributes and blocks configured for the `default_ebs_storage_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_ebs_volume_size_in_gb` (`number`): Set the `default_ebs_volume_size_in_gb` field on the resulting object.\n - `maximum_ebs_volume_size_in_gb` (`number`): Set the `maximum_ebs_volume_size_in_gb` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_ebs_storage_settings` sub block.\n', args=[]), + new( + default_ebs_volume_size_in_gb, + maximum_ebs_volume_size_in_gb + ):: std.prune(a={ + default_ebs_volume_size_in_gb: default_ebs_volume_size_in_gb, + maximum_ebs_volume_size_in_gb: maximum_ebs_volume_size_in_gb, + }), + }, + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.space_storage_settings.new` constructs a new object with attributes and blocks configured for the `space_storage_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_ebs_storage_settings` (`list[obj]`): Set the `default_ebs_storage_settings` field on the resulting object. When `null`, the `default_ebs_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.space_storage_settings.default_ebs_storage_settings.new](#fn-user_settingsuser_settingsdefault_ebs_storage_settingsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `space_storage_settings` sub block.\n', args=[]), + new( + default_ebs_storage_settings=null + ):: std.prune(a={ + default_ebs_storage_settings: default_ebs_storage_settings, + }), + }, tensor_board_app_settings:: { default_resource_spec:: { - '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.tensor_board_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.sagemaker_user_profile.user_settings.tensor_board_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec`\nTerraform sub block.\n\n\n\n**Args**:\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object.\n - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object.\n - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object.\n - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object.\n - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `default_resource_spec` sub block.\n', args=[]), new( instance_type=null, lifecycle_config_arn=null, sagemaker_image_arn=null, + sagemaker_image_version_alias=null, sagemaker_image_version_arn=null ):: std.prune(a={ instance_type: instance_type, lifecycle_config_arn: lifecycle_config_arn, sagemaker_image_arn: sagemaker_image_arn, + sagemaker_image_version_alias: sagemaker_image_version_alias, sagemaker_image_version_arn: sagemaker_image_version_arn, }), }, diff --git a/5.x/_gen/resources/securitylake_data_lake.libsonnet b/5.x/_gen/resources/securitylake_data_lake.libsonnet new file mode 100644 index 00000000..8bcaab10 --- /dev/null +++ b/5.x/_gen/resources/securitylake_data_lake.libsonnet @@ -0,0 +1,160 @@ +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='securitylake_data_lake', url='', help='`securitylake_data_lake` represents the `aws_securitylake_data_lake` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + configuration:: { + lifecycle_configuration:: { + expiration:: { + '#new':: d.fn(help='\n`aws.securitylake_data_lake.configuration.lifecycle_configuration.expiration.new` constructs a new object with attributes and blocks configured for the `expiration`\nTerraform sub block.\n\n\n\n**Args**:\n - `days` (`number`): Set the `days` field on the resulting object. When `null`, the `days` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `expiration` sub block.\n', args=[]), + new( + days=null + ):: std.prune(a={ + days: days, + }), + }, + '#new':: d.fn(help='\n`aws.securitylake_data_lake.configuration.lifecycle_configuration.new` constructs a new object with attributes and blocks configured for the `lifecycle_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `expiration` (`list[obj]`): Set the `expiration` field on the resulting object. When `null`, the `expiration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.securitylake_data_lake.configuration.lifecycle_configuration.expiration.new](#fn-configurationconfigurationexpirationnew) constructor.\n - `transition` (`list[obj]`): Set the `transition` field on the resulting object. When `null`, the `transition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.securitylake_data_lake.configuration.lifecycle_configuration.transition.new](#fn-configurationconfigurationtransitionnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `lifecycle_configuration` sub block.\n', args=[]), + new( + expiration=null, + transition=null + ):: std.prune(a={ + expiration: expiration, + transition: transition, + }), + transition:: { + '#new':: d.fn(help='\n`aws.securitylake_data_lake.configuration.lifecycle_configuration.transition.new` constructs a new object with attributes and blocks configured for the `transition`\nTerraform sub block.\n\n\n\n**Args**:\n - `days` (`number`): Set the `days` field on the resulting object. When `null`, the `days` field will be omitted from the resulting object.\n - `storage_class` (`string`): Set the `storage_class` field on the resulting object. When `null`, the `storage_class` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `transition` sub block.\n', args=[]), + new( + days=null, + storage_class=null + ):: std.prune(a={ + days: days, + storage_class: storage_class, + }), + }, + }, + '#new':: d.fn(help='\n`aws.securitylake_data_lake.configuration.new` constructs a new object with attributes and blocks configured for the `configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `encryption_configuration` (`list`): Set the `encryption_configuration` field on the resulting object. When `null`, the `encryption_configuration` field will be omitted from the resulting object.\n - `region` (`string`): Set the `region` field on the resulting object.\n - `lifecycle_configuration` (`list[obj]`): Set the `lifecycle_configuration` field on the resulting object. When `null`, the `lifecycle_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.securitylake_data_lake.configuration.lifecycle_configuration.new](#fn-configurationlifecycle_configurationnew) constructor.\n - `replication_configuration` (`list[obj]`): Set the `replication_configuration` field on the resulting object. When `null`, the `replication_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.securitylake_data_lake.configuration.replication_configuration.new](#fn-configurationreplication_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `configuration` sub block.\n', args=[]), + new( + region, + encryption_configuration=null, + lifecycle_configuration=null, + replication_configuration=null + ):: std.prune(a={ + encryption_configuration: encryption_configuration, + lifecycle_configuration: lifecycle_configuration, + region: region, + replication_configuration: replication_configuration, + }), + replication_configuration:: { + '#new':: d.fn(help='\n`aws.securitylake_data_lake.configuration.replication_configuration.new` constructs a new object with attributes and blocks configured for the `replication_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `regions` (`list`): Set the `regions` field on the resulting object. When `null`, the `regions` 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\n**Returns**:\n - An attribute object that represents the `replication_configuration` sub block.\n', args=[]), + new( + regions=null, + role_arn=null + ):: std.prune(a={ + regions: regions, + role_arn: role_arn, + }), + }, + }, + '#new':: d.fn(help="\n`aws.securitylake_data_lake.new` injects a new `aws_securitylake_data_lake` 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.securitylake_data_lake.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.securitylake_data_lake` using the reference:\n\n $._ref.aws_securitylake_data_lake.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_securitylake_data_lake.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 - `meta_store_manager_role_arn` (`string`): Set the `meta_store_manager_role_arn` 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 - `configuration` (`list[obj]`): Set the `configuration` field on the resulting resource block. When `null`, the `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.securitylake_data_lake.configuration.new](#fn-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.securitylake_data_lake.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, + meta_store_manager_role_arn, + configuration=null, + tags=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_securitylake_data_lake', + label=resourceLabel, + attrs=self.newAttrs( + configuration=configuration, + meta_store_manager_role_arn=meta_store_manager_role_arn, + tags=tags, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.securitylake_data_lake.newAttrs` constructs a new object with attributes and blocks configured for the `securitylake_data_lake`\nTerraform resource.\n\nUnlike [aws.securitylake_data_lake.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 - `meta_store_manager_role_arn` (`string`): Set the `meta_store_manager_role_arn` 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 - `configuration` (`list[obj]`): Set the `configuration` field on the resulting object. When `null`, the `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.securitylake_data_lake.configuration.new](#fn-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.securitylake_data_lake.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 `securitylake_data_lake` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + meta_store_manager_role_arn, + configuration=null, + tags=null, + timeouts=null + ):: std.prune(a={ + configuration: configuration, + meta_store_manager_role_arn: meta_store_manager_role_arn, + tags: tags, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.securitylake_data_lake.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object.\n - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withConfiguration':: d.fn(help='`aws.list[obj].withConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the configuration 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].withConfigurationMixin](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 `configuration` field.\n', args=[]), + withConfiguration(resourceLabel, value): { + resource+: { + aws_securitylake_data_lake+: { + [resourceLabel]+: { + configuration: value, + }, + }, + }, + }, + '#withConfigurationMixin':: d.fn(help='`aws.list[obj].withConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the configuration 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].withConfiguration](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 `configuration` field.\n', args=[]), + withConfigurationMixin(resourceLabel, value): { + resource+: { + aws_securitylake_data_lake+: { + [resourceLabel]+: { + configuration+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withMetaStoreManagerRoleArn':: d.fn(help='`aws.string.withMetaStoreManagerRoleArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the meta_store_manager_role_arn 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 `meta_store_manager_role_arn` field.\n', args=[]), + withMetaStoreManagerRoleArn(resourceLabel, value): { + resource+: { + aws_securitylake_data_lake+: { + [resourceLabel]+: { + meta_store_manager_role_arn: 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_securitylake_data_lake+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#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_securitylake_data_lake+: { + [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_securitylake_data_lake+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/ssoadmin_application.libsonnet b/5.x/_gen/resources/ssoadmin_application.libsonnet new file mode 100644 index 00000000..bc1447bf --- /dev/null +++ b/5.x/_gen/resources/ssoadmin_application.libsonnet @@ -0,0 +1,162 @@ +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='ssoadmin_application', url='', help='`ssoadmin_application` represents the `aws_ssoadmin_application` 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.ssoadmin_application.new` injects a new `aws_ssoadmin_application` 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.ssoadmin_application.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.ssoadmin_application` using the reference:\n\n $._ref.aws_ssoadmin_application.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_ssoadmin_application.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 - `application_provider_arn` (`string`): Set the `application_provider_arn` field on the resulting resource block.\n - `client_token` (`string`): Set the `client_token` field on the resulting resource block. When `null`, the `client_token` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `instance_arn` (`string`): Set the `instance_arn` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `status` (`string`): Set the `status` field on the resulting resource block. When `null`, the `status` 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 - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting resource block. When `null`, the `portal_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.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + application_provider_arn, + instance_arn, + name, + client_token=null, + description=null, + portal_options=null, + status=null, + tags=null, + _meta={} + ):: tf.withResource( + type='aws_ssoadmin_application', + label=resourceLabel, + attrs=self.newAttrs( + application_provider_arn=application_provider_arn, + client_token=client_token, + description=description, + instance_arn=instance_arn, + name=name, + portal_options=portal_options, + status=status, + tags=tags + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.ssoadmin_application.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application`\nTerraform resource.\n\nUnlike [aws.ssoadmin_application.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 - `application_provider_arn` (`string`): Set the `application_provider_arn` field on the resulting object.\n - `client_token` (`string`): Set the `client_token` field on the resulting object. When `null`, the `client_token` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `instance_arn` (`string`): Set the `instance_arn` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `status` (`string`): Set the `status` field on the resulting object. When `null`, the `status` 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 - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting object. When `null`, the `portal_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.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) 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 `ssoadmin_application` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + application_provider_arn, + instance_arn, + name, + client_token=null, + description=null, + portal_options=null, + status=null, + tags=null + ):: std.prune(a={ + application_provider_arn: application_provider_arn, + client_token: client_token, + description: description, + instance_arn: instance_arn, + name: name, + portal_options: portal_options, + status: status, + tags: tags, + }), + portal_options:: { + '#new':: d.fn(help='\n`aws.ssoadmin_application.portal_options.new` constructs a new object with attributes and blocks configured for the `portal_options`\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 - `sign_in_options` (`list[obj]`): Set the `sign_in_options` field on the resulting object. When `null`, the `sign_in_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.ssoadmin_application.portal_options.sign_in_options.new](#fn-portal_optionssign_in_optionsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `portal_options` sub block.\n', args=[]), + new( + sign_in_options=null, + visibility=null + ):: std.prune(a={ + sign_in_options: sign_in_options, + visibility: visibility, + }), + sign_in_options:: { + '#new':: d.fn(help='\n`aws.ssoadmin_application.portal_options.sign_in_options.new` constructs a new object with attributes and blocks configured for the `sign_in_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `application_url` (`string`): Set the `application_url` field on the resulting object. When `null`, the `application_url` field will be omitted from the resulting object.\n - `origin` (`string`): Set the `origin` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `sign_in_options` sub block.\n', args=[]), + new( + origin, + application_url=null + ):: std.prune(a={ + application_url: application_url, + origin: origin, + }), + }, + }, + '#withApplicationProviderArn':: d.fn(help='`aws.string.withApplicationProviderArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the application_provider_arn 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 `application_provider_arn` field.\n', args=[]), + withApplicationProviderArn(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + application_provider_arn: value, + }, + }, + }, + }, + '#withClientToken':: d.fn(help='`aws.string.withClientToken` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the client_token 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 `client_token` field.\n', args=[]), + withClientToken(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + client_token: value, + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withInstanceArn':: d.fn(help='`aws.string.withInstanceArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the instance_arn 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 `instance_arn` field.\n', args=[]), + withInstanceArn(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + instance_arn: value, + }, + }, + }, + }, + '#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_ssoadmin_application+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withPortalOptions':: d.fn(help='`aws.list[obj].withPortalOptions` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the portal_options 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].withPortalOptionsMixin](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 `portal_options` field.\n', args=[]), + withPortalOptions(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + portal_options: value, + }, + }, + }, + }, + '#withPortalOptionsMixin':: d.fn(help='`aws.list[obj].withPortalOptionsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the portal_options 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].withPortalOptions](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 `portal_options` field.\n', args=[]), + withPortalOptionsMixin(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + portal_options+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withStatus':: d.fn(help='`aws.string.withStatus` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the status 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 `status` field.\n', args=[]), + withStatus(resourceLabel, value): { + resource+: { + aws_ssoadmin_application+: { + [resourceLabel]+: { + status: 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_ssoadmin_application+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/ssoadmin_application_assignment.libsonnet b/5.x/_gen/resources/ssoadmin_application_assignment.libsonnet new file mode 100644 index 00000000..571f96c1 --- /dev/null +++ b/5.x/_gen/resources/ssoadmin_application_assignment.libsonnet @@ -0,0 +1,58 @@ +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='ssoadmin_application_assignment', url='', help='`ssoadmin_application_assignment` represents the `aws_ssoadmin_application_assignment` 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.ssoadmin_application_assignment.new` injects a new `aws_ssoadmin_application_assignment` 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.ssoadmin_application_assignment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.ssoadmin_application_assignment` using the reference:\n\n $._ref.aws_ssoadmin_application_assignment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_ssoadmin_application_assignment.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 - `application_arn` (`string`): Set the `application_arn` field on the resulting resource block.\n - `principal_id` (`string`): Set the `principal_id` field on the resulting resource block.\n - `principal_type` (`string`): Set the `principal_type` 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, + application_arn, + principal_id, + principal_type, + _meta={} + ):: tf.withResource( + type='aws_ssoadmin_application_assignment', + label=resourceLabel, + attrs=self.newAttrs(application_arn=application_arn, principal_id=principal_id, principal_type=principal_type), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.ssoadmin_application_assignment.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_assignment`\nTerraform resource.\n\nUnlike [aws.ssoadmin_application_assignment.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 - `application_arn` (`string`): Set the `application_arn` field on the resulting object.\n - `principal_id` (`string`): Set the `principal_id` field on the resulting object.\n - `principal_type` (`string`): Set the `principal_type` 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 `ssoadmin_application_assignment` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + application_arn, + principal_id, + principal_type + ):: std.prune(a={ + application_arn: application_arn, + principal_id: principal_id, + principal_type: principal_type, + }), + '#withApplicationArn':: d.fn(help='`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the application_arn 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 `application_arn` field.\n', args=[]), + withApplicationArn(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_assignment+: { + [resourceLabel]+: { + application_arn: value, + }, + }, + }, + }, + '#withPrincipalId':: d.fn(help='`aws.string.withPrincipalId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the principal_id 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 `principal_id` field.\n', args=[]), + withPrincipalId(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_assignment+: { + [resourceLabel]+: { + principal_id: value, + }, + }, + }, + }, + '#withPrincipalType':: d.fn(help='`aws.string.withPrincipalType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the principal_type 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 `principal_type` field.\n', args=[]), + withPrincipalType(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_assignment+: { + [resourceLabel]+: { + principal_type: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/ssoadmin_application_assignment_configuration.libsonnet b/5.x/_gen/resources/ssoadmin_application_assignment_configuration.libsonnet new file mode 100644 index 00000000..632eb269 --- /dev/null +++ b/5.x/_gen/resources/ssoadmin_application_assignment_configuration.libsonnet @@ -0,0 +1,45 @@ +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='ssoadmin_application_assignment_configuration', url='', help='`ssoadmin_application_assignment_configuration` represents the `aws_ssoadmin_application_assignment_configuration` 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.ssoadmin_application_assignment_configuration.new` injects a new `aws_ssoadmin_application_assignment_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.ssoadmin_application_assignment_configuration.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.ssoadmin_application_assignment_configuration` using the reference:\n\n $._ref.aws_ssoadmin_application_assignment_configuration.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_ssoadmin_application_assignment_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 - `application_arn` (`string`): Set the `application_arn` field on the resulting resource block.\n - `assignment_required` (`bool`): Set the `assignment_required` 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, + application_arn, + assignment_required, + _meta={} + ):: tf.withResource( + type='aws_ssoadmin_application_assignment_configuration', + label=resourceLabel, + attrs=self.newAttrs(application_arn=application_arn, assignment_required=assignment_required), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.ssoadmin_application_assignment_configuration.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_assignment_configuration`\nTerraform resource.\n\nUnlike [aws.ssoadmin_application_assignment_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 - `application_arn` (`string`): Set the `application_arn` field on the resulting object.\n - `assignment_required` (`bool`): Set the `assignment_required` 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 `ssoadmin_application_assignment_configuration` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + application_arn, + assignment_required + ):: std.prune(a={ + application_arn: application_arn, + assignment_required: assignment_required, + }), + '#withApplicationArn':: d.fn(help='`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the application_arn 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 `application_arn` field.\n', args=[]), + withApplicationArn(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_assignment_configuration+: { + [resourceLabel]+: { + application_arn: value, + }, + }, + }, + }, + '#withAssignmentRequired':: d.fn(help='`aws.bool.withAssignmentRequired` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the assignment_required 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 `assignment_required` field.\n', args=[]), + withAssignmentRequired(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_assignment_configuration+: { + [resourceLabel]+: { + assignment_required: value, + }, + }, + }, + }, +} diff --git a/docs/5.x/README.md b/docs/5.x/README.md index eab09a80..ecc1a867 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -246,6 +246,7 @@ project. * [codedeploy_app](codedeploy_app.md) * [codedeploy_deployment_config](codedeploy_deployment_config.md) * [codedeploy_deployment_group](codedeploy_deployment_group.md) +* [codeguruprofiler_profiling_group](codeguruprofiler_profiling_group.md) * [codegurureviewer_repository_association](codegurureviewer_repository_association.md) * [codepipeline](codepipeline.md) * [codepipeline_custom_action_type](codepipeline_custom_action_type.md) @@ -300,6 +301,8 @@ project. * [controltower_control](controltower_control.md) * [cur_report_definition](cur_report_definition.md) * [customer_gateway](customer_gateway.md) +* [customerprofiles_domain](customerprofiles_domain.md) +* [customerprofiles_profile](customerprofiles_profile.md) * [data](data/index.md) * [dataexchange_data_set](dataexchange_data_set.md) * [dataexchange_revision](dataexchange_revision.md) @@ -710,6 +713,8 @@ project. * [lb_ssl_negotiation_policy](lb_ssl_negotiation_policy.md) * [lb_target_group](lb_target_group.md) * [lb_target_group_attachment](lb_target_group_attachment.md) +* [lb_trust_store](lb_trust_store.md) +* [lb_trust_store_revocation](lb_trust_store_revocation.md) * [lex_bot](lex_bot.md) * [lex_bot_alias](lex_bot_alias.md) * [lex_intent](lex_intent.md) @@ -1085,6 +1090,7 @@ project. * [securityhub_product_subscription](securityhub_product_subscription.md) * [securityhub_standards_control](securityhub_standards_control.md) * [securityhub_standards_subscription](securityhub_standards_subscription.md) +* [securitylake_data_lake](securitylake_data_lake.md) * [serverlessapplicationrepository_cloudformation_stack](serverlessapplicationrepository_cloudformation_stack.md) * [service_discovery_http_namespace](service_discovery_http_namespace.md) * [service_discovery_instance](service_discovery_instance.md) @@ -1175,6 +1181,9 @@ project. * [ssmincidents_replication_set](ssmincidents_replication_set.md) * [ssmincidents_response_plan](ssmincidents_response_plan.md) * [ssoadmin_account_assignment](ssoadmin_account_assignment.md) +* [ssoadmin_application](ssoadmin_application.md) +* [ssoadmin_application_assignment](ssoadmin_application_assignment.md) +* [ssoadmin_application_assignment_configuration](ssoadmin_application_assignment_configuration.md) * [ssoadmin_customer_managed_policy_attachment](ssoadmin_customer_managed_policy_attachment.md) * [ssoadmin_instance_access_control_attributes](ssoadmin_instance_access_control_attributes.md) * [ssoadmin_managed_policy_attachment](ssoadmin_managed_policy_attachment.md) diff --git a/docs/5.x/alb.md b/docs/5.x/alb.md index bad4cbb1..155ba2fd 100644 --- a/docs/5.x/alb.md +++ b/docs/5.x/alb.md @@ -27,6 +27,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withEnableTlsVersionAndCipherSuiteHeaders()`](#fn-withenabletlsversionandciphersuiteheaders) * [`fn withEnableWafFailOpen()`](#fn-withenablewaffailopen) * [`fn withEnableXffClientPort()`](#fn-withenablexffclientport) +* [`fn withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic()`](#fn-withenforcesecuritygroupinboundrulesonprivatelinktraffic) * [`fn withIdleTimeout()`](#fn-withidletimeout) * [`fn withInternal()`](#fn-withinternal) * [`fn withIpAddressType()`](#fn-withipaddresstype) @@ -89,6 +90,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object. - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object. - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object. + - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object. - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object. - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object. - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object. @@ -137,6 +139,7 @@ injecting into a complete block. - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object. - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object. - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object. + - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object. - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object. - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object. - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object. @@ -354,6 +357,22 @@ Terraform resource block to set or update the enable_xff_client_port field. - `value` (`bool`): The value to set for the `enable_xff_client_port` field. +### fn withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic + +```ts +withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic() +``` + +`aws.string.withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the enforce_security_group_inbound_rules_on_private_link_traffic field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `enforce_security_group_inbound_rules_on_private_link_traffic` field. + + ### fn withIdleTimeout ```ts diff --git a/docs/5.x/alb_listener.md b/docs/5.x/alb_listener.md index 3f10ee88..e2120ae6 100644 --- a/docs/5.x/alb_listener.md +++ b/docs/5.x/alb_listener.md @@ -20,6 +20,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withDefaultAction()`](#fn-withdefaultaction) * [`fn withDefaultActionMixin()`](#fn-withdefaultactionmixin) * [`fn withLoadBalancerArn()`](#fn-withloadbalancerarn) +* [`fn withMutualAuthentication()`](#fn-withmutualauthentication) +* [`fn withMutualAuthenticationMixin()`](#fn-withmutualauthenticationmixin) * [`fn withPort()`](#fn-withport) * [`fn withProtocol()`](#fn-withprotocol) * [`fn withSslPolicy()`](#fn-withsslpolicy) @@ -43,6 +45,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-default_actionforwardtarget_groupnew) * [`obj default_action.redirect`](#obj-default_actionredirect) * [`fn new()`](#fn-default_actionredirectnew) +* [`obj mutual_authentication`](#obj-mutual_authentication) + * [`fn new()`](#fn-mutual_authenticationnew) * [`obj timeouts`](#obj-timeouts) * [`fn new()`](#fn-timeoutsnew) @@ -84,6 +88,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.default_action.new](#fn-default_actionnew) constructor. + - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting resource block. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) constructor. - `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.alb_listener.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -117,6 +122,7 @@ injecting into a complete block. - `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. - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.default_action.new](#fn-default_actionnew) constructor. + - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting object. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) constructor. - `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.alb_listener.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -208,6 +214,43 @@ Terraform resource block to set or update the load_balancer_arn field. - `value` (`string`): The value to set for the `load_balancer_arn` field. +### fn withMutualAuthentication + +```ts +withMutualAuthentication() +``` + +`aws.list[obj].withMutualAuthentication` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the mutual_authentication 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].withMutualAuthenticationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `mutual_authentication` field. + + +### fn withMutualAuthenticationMixin + +```ts +withMutualAuthenticationMixin() +``` + +`aws.list[obj].withMutualAuthenticationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the mutual_authentication 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].withMutualAuthentication](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `mutual_authentication` field. + + ### fn withPort ```ts @@ -542,6 +585,31 @@ Terraform sub block. - An attribute object that represents the `redirect` sub block. +## obj mutual_authentication + + + +### fn mutual_authentication.new + +```ts +new() +``` + + +`aws.alb_listener.mutual_authentication.new` constructs a new object with attributes and blocks configured for the `mutual_authentication` +Terraform sub block. + + + +**Args**: + - `ignore_client_certificate_expiry` (`bool`): Set the `ignore_client_certificate_expiry` field on the resulting object. When `null`, the `ignore_client_certificate_expiry` field will be omitted from the resulting object. + - `mode` (`string`): Set the `mode` field on the resulting object. + - `trust_store_arn` (`string`): Set the `trust_store_arn` field on the resulting object. When `null`, the `trust_store_arn` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `mutual_authentication` sub block. + + ## obj timeouts @@ -559,7 +627,8 @@ Terraform sub block. **Args**: - - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` field will be omitted from the resulting object. + - `create` (`string`): Set the `create` field on the resulting object. When `null`, the `create` 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/appconfig_configuration_profile.md b/docs/5.x/appconfig_configuration_profile.md index 68fa8490..a5a9ab63 100644 --- a/docs/5.x/appconfig_configuration_profile.md +++ b/docs/5.x/appconfig_configuration_profile.md @@ -17,6 +17,7 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withApplicationId()`](#fn-withapplicationid) * [`fn withDescription()`](#fn-withdescription) +* [`fn withKmsKeyIdentifier()`](#fn-withkmskeyidentifier) * [`fn withLocationUri()`](#fn-withlocationuri) * [`fn withName()`](#fn-withname) * [`fn withRetrievalRoleArn()`](#fn-withretrievalrolearn) @@ -59,6 +60,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `resourceLabel` (`string`): The name label of the block. - `application_id` (`string`): Set the `application_id` field on the resulting resource block. - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting resource block. When `null`, the `kms_key_identifier` field will be omitted from the resulting object. - `location_uri` (`string`): Set the `location_uri` field on the resulting resource block. - `name` (`string`): Set the `name` field on the resulting resource block. - `retrieval_role_arn` (`string`): Set the `retrieval_role_arn` field on the resulting resource block. When `null`, the `retrieval_role_arn` field will be omitted from the resulting object. @@ -91,6 +93,7 @@ injecting into a complete block. **Args**: - `application_id` (`string`): Set the `application_id` field on the resulting object. - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting object. When `null`, the `kms_key_identifier` field will be omitted from the resulting object. - `location_uri` (`string`): Set the `location_uri` field on the resulting object. - `name` (`string`): Set the `name` field on the resulting object. - `retrieval_role_arn` (`string`): Set the `retrieval_role_arn` field on the resulting object. When `null`, the `retrieval_role_arn` field will be omitted from the resulting object. @@ -135,6 +138,22 @@ Terraform resource block to set or update the description field. - `value` (`string`): The value to set for the `description` field. +### fn withKmsKeyIdentifier + +```ts +withKmsKeyIdentifier() +``` + +`aws.string.withKmsKeyIdentifier` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_identifier field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_identifier` field. + + ### fn withLocationUri ```ts diff --git a/docs/5.x/appconfig_deployment.md b/docs/5.x/appconfig_deployment.md index fe5f1f14..163fa009 100644 --- a/docs/5.x/appconfig_deployment.md +++ b/docs/5.x/appconfig_deployment.md @@ -21,6 +21,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withDeploymentStrategyId()`](#fn-withdeploymentstrategyid) * [`fn withDescription()`](#fn-withdescription) * [`fn withEnvironmentId()`](#fn-withenvironmentid) +* [`fn withKmsKeyIdentifier()`](#fn-withkmskeyidentifier) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) @@ -59,6 +60,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `deployment_strategy_id` (`string`): Set the `deployment_strategy_id` field on the resulting resource block. - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. - `environment_id` (`string`): Set the `environment_id` field on the resulting resource block. + - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting resource block. When `null`, the `kms_key_identifier` 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. @@ -90,6 +92,7 @@ injecting into a complete block. - `deployment_strategy_id` (`string`): Set the `deployment_strategy_id` field on the resulting object. - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. - `environment_id` (`string`): Set the `environment_id` field on the resulting object. + - `kms_key_identifier` (`string`): Set the `kms_key_identifier` field on the resulting object. When `null`, the `kms_key_identifier` 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. @@ -193,6 +196,22 @@ Terraform resource block to set or update the environment_id field. - `value` (`string`): The value to set for the `environment_id` field. +### fn withKmsKeyIdentifier + +```ts +withKmsKeyIdentifier() +``` + +`aws.string.withKmsKeyIdentifier` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_identifier field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_identifier` field. + + ### fn withTags ```ts diff --git a/docs/5.x/appflow_flow.md b/docs/5.x/appflow_flow.md index 54e7c9a7..e9da5856 100644 --- a/docs/5.x/appflow_flow.md +++ b/docs/5.x/appflow_flow.md @@ -1491,7 +1491,7 @@ Terraform sub block. **Args**: - `bucket_name` (`string`): Set the `bucket_name` field on the resulting object. - - `bucket_prefix` (`string`): Set the `bucket_prefix` field on the resulting object. When `null`, the `bucket_prefix` field will be omitted from the resulting object. + - `bucket_prefix` (`string`): Set the `bucket_prefix` field on the resulting object. - `s3_input_format_config` (`list[obj]`): Set the `s3_input_format_config` field on the resulting object. When `null`, the `s3_input_format_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.appflow_flow.source_flow_config.source_connector_properties.s3.s3_input_format_config.new](#fn-source_flow_configsource_flow_configsource_connector_propertiess3_input_format_confignew) constructor. **Returns**: diff --git a/docs/5.x/cloudwatch_log_group.md b/docs/5.x/cloudwatch_log_group.md index 8721bf32..a3477759 100644 --- a/docs/5.x/cloudwatch_log_group.md +++ b/docs/5.x/cloudwatch_log_group.md @@ -16,6 +16,7 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withKmsKeyId()`](#fn-withkmskeyid) +* [`fn withLogGroupClass()`](#fn-withloggroupclass) * [`fn withName()`](#fn-withname) * [`fn withNamePrefix()`](#fn-withnameprefix) * [`fn withRetentionInDays()`](#fn-withretentionindays) @@ -53,6 +54,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `resourceLabel` (`string`): The name label of the block. - `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. + - `log_group_class` (`string`): Set the `log_group_class` field on the resulting resource block. When `null`, the `log_group_class` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object. - `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. - `retention_in_days` (`number`): Set the `retention_in_days` field on the resulting resource block. When `null`, the `retention_in_days` field will be omitted from the resulting object. @@ -83,6 +85,7 @@ injecting into a complete block. **Args**: - `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. + - `log_group_class` (`string`): Set the `log_group_class` field on the resulting object. When `null`, the `log_group_class` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. - `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. - `retention_in_days` (`number`): Set the `retention_in_days` field on the resulting object. When `null`, the `retention_in_days` field will be omitted from the resulting object. @@ -110,6 +113,22 @@ Terraform resource block to set or update the kms_key_id field. - `value` (`string`): The value to set for the `kms_key_id` field. +### fn withLogGroupClass + +```ts +withLogGroupClass() +``` + +`aws.string.withLogGroupClass` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the log_group_class field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `log_group_class` field. + + ### fn withName ```ts diff --git a/docs/5.x/codeguruprofiler_profiling_group.md b/docs/5.x/codeguruprofiler_profiling_group.md new file mode 100644 index 00000000..04987da6 --- /dev/null +++ b/docs/5.x/codeguruprofiler_profiling_group.md @@ -0,0 +1,196 @@ +--- +permalink: /codeguruprofiler_profiling_group/ +--- + +# codeguruprofiler_profiling_group + +`codeguruprofiler_profiling_group` represents the `aws_codeguruprofiler_profiling_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 withAgentOrchestrationConfig()`](#fn-withagentorchestrationconfig) +* [`fn withAgentOrchestrationConfigMixin()`](#fn-withagentorchestrationconfigmixin) +* [`fn withComputePlatform()`](#fn-withcomputeplatform) +* [`fn withName()`](#fn-withname) +* [`fn withTags()`](#fn-withtags) +* [`obj agent_orchestration_config`](#obj-agent_orchestration_config) + * [`fn new()`](#fn-agent_orchestration_confignew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.codeguruprofiler_profiling_group.new` injects a new `aws_codeguruprofiler_profiling_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.codeguruprofiler_profiling_group.new('some_id') + +You can get the reference to the `id` field of the created `aws.codeguruprofiler_profiling_group` using the reference: + + $._ref.aws_codeguruprofiler_profiling_group.some_id.get('id') + +This is the same as directly entering `"${ aws_codeguruprofiler_profiling_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. + - `compute_platform` (`string`): Set the `compute_platform` field on the resulting resource block. When `null`, the `compute_platform` field will be omitted from the resulting object. + - `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. + - `agent_orchestration_config` (`list[obj]`): Set the `agent_orchestration_config` field on the resulting resource block. When `null`, the `agent_orchestration_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.codeguruprofiler_profiling_group.agent_orchestration_config.new](#fn-agent_orchestration_confignew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.codeguruprofiler_profiling_group.newAttrs` constructs a new object with attributes and blocks configured for the `codeguruprofiler_profiling_group` +Terraform resource. + +Unlike [aws.codeguruprofiler_profiling_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**: + - `compute_platform` (`string`): Set the `compute_platform` field on the resulting object. When `null`, the `compute_platform` field will be omitted from the resulting object. + - `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. + - `agent_orchestration_config` (`list[obj]`): Set the `agent_orchestration_config` field on the resulting object. When `null`, the `agent_orchestration_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.codeguruprofiler_profiling_group.agent_orchestration_config.new](#fn-agent_orchestration_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 `codeguruprofiler_profiling_group` resource into the root Terraform configuration. + + +### fn withAgentOrchestrationConfig + +```ts +withAgentOrchestrationConfig() +``` + +`aws.list[obj].withAgentOrchestrationConfig` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the agent_orchestration_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].withAgentOrchestrationConfigMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `agent_orchestration_config` field. + + +### fn withAgentOrchestrationConfigMixin + +```ts +withAgentOrchestrationConfigMixin() +``` + +`aws.list[obj].withAgentOrchestrationConfigMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the agent_orchestration_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].withAgentOrchestrationConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `agent_orchestration_config` field. + + +### fn withComputePlatform + +```ts +withComputePlatform() +``` + +`aws.string.withComputePlatform` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the compute_platform field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `compute_platform` field. + + +### 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 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. + + +## obj agent_orchestration_config + + + +### fn agent_orchestration_config.new + +```ts +new() +``` + + +`aws.codeguruprofiler_profiling_group.agent_orchestration_config.new` constructs a new object with attributes and blocks configured for the `agent_orchestration_config` +Terraform sub block. + + + +**Args**: + - `profiling_enabled` (`bool`): Set the `profiling_enabled` field on the resulting object. + +**Returns**: + - An attribute object that represents the `agent_orchestration_config` sub block. diff --git a/docs/5.x/customerprofiles_domain.md b/docs/5.x/customerprofiles_domain.md new file mode 100644 index 00000000..f25c97e7 --- /dev/null +++ b/docs/5.x/customerprofiles_domain.md @@ -0,0 +1,615 @@ +--- +permalink: /customerprofiles_domain/ +--- + +# customerprofiles_domain + +`customerprofiles_domain` represents the `aws_customerprofiles_domain` 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 withDeadLetterQueueUrl()`](#fn-withdeadletterqueueurl) +* [`fn withDefaultEncryptionKey()`](#fn-withdefaultencryptionkey) +* [`fn withDefaultExpirationDays()`](#fn-withdefaultexpirationdays) +* [`fn withDomainName()`](#fn-withdomainname) +* [`fn withMatching()`](#fn-withmatching) +* [`fn withMatchingMixin()`](#fn-withmatchingmixin) +* [`fn withRuleBasedMatching()`](#fn-withrulebasedmatching) +* [`fn withRuleBasedMatchingMixin()`](#fn-withrulebasedmatchingmixin) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`obj matching`](#obj-matching) + * [`fn new()`](#fn-matchingnew) + * [`obj matching.auto_merging`](#obj-matchingauto_merging) + * [`fn new()`](#fn-matchingauto_mergingnew) + * [`obj matching.auto_merging.conflict_resolution`](#obj-matchingauto_mergingconflict_resolution) + * [`fn new()`](#fn-matchingauto_mergingconflict_resolutionnew) + * [`obj matching.auto_merging.consolidation`](#obj-matchingauto_mergingconsolidation) + * [`fn new()`](#fn-matchingauto_mergingconsolidationnew) + * [`obj matching.exporting_config`](#obj-matchingexporting_config) + * [`fn new()`](#fn-matchingexporting_confignew) + * [`obj matching.exporting_config.s3_exporting`](#obj-matchingexporting_configs3_exporting) + * [`fn new()`](#fn-matchingexporting_configs3_exportingnew) + * [`obj matching.job_schedule`](#obj-matchingjob_schedule) + * [`fn new()`](#fn-matchingjob_schedulenew) +* [`obj rule_based_matching`](#obj-rule_based_matching) + * [`fn new()`](#fn-rule_based_matchingnew) + * [`obj rule_based_matching.attribute_types_selector`](#obj-rule_based_matchingattribute_types_selector) + * [`fn new()`](#fn-rule_based_matchingattribute_types_selectornew) + * [`obj rule_based_matching.conflict_resolution`](#obj-rule_based_matchingconflict_resolution) + * [`fn new()`](#fn-rule_based_matchingconflict_resolutionnew) + * [`obj rule_based_matching.exporting_config`](#obj-rule_based_matchingexporting_config) + * [`fn new()`](#fn-rule_based_matchingexporting_confignew) + * [`obj rule_based_matching.exporting_config.s3_exporting`](#obj-rule_based_matchingexporting_configs3_exporting) + * [`fn new()`](#fn-rule_based_matchingexporting_configs3_exportingnew) + * [`obj rule_based_matching.matching_rules`](#obj-rule_based_matchingmatching_rules) + * [`fn new()`](#fn-rule_based_matchingmatching_rulesnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.customerprofiles_domain.new` injects a new `aws_customerprofiles_domain` 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.customerprofiles_domain.new('some_id') + +You can get the reference to the `id` field of the created `aws.customerprofiles_domain` using the reference: + + $._ref.aws_customerprofiles_domain.some_id.get('id') + +This is the same as directly entering `"${ aws_customerprofiles_domain.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. + - `dead_letter_queue_url` (`string`): Set the `dead_letter_queue_url` field on the resulting resource block. When `null`, the `dead_letter_queue_url` field will be omitted from the resulting object. + - `default_encryption_key` (`string`): Set the `default_encryption_key` field on the resulting resource block. When `null`, the `default_encryption_key` field will be omitted from the resulting object. + - `default_expiration_days` (`number`): Set the `default_expiration_days` field on the resulting resource block. + - `domain_name` (`string`): Set the `domain_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. + - `matching` (`list[obj]`): Set the `matching` field on the resulting resource block. When `null`, the `matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.new](#fn-matchingnew) constructor. + - `rule_based_matching` (`list[obj]`): Set the `rule_based_matching` field on the resulting resource block. When `null`, the `rule_based_matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.new](#fn-rule_based_matchingnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.customerprofiles_domain.newAttrs` constructs a new object with attributes and blocks configured for the `customerprofiles_domain` +Terraform resource. + +Unlike [aws.customerprofiles_domain.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**: + - `dead_letter_queue_url` (`string`): Set the `dead_letter_queue_url` field on the resulting object. When `null`, the `dead_letter_queue_url` field will be omitted from the resulting object. + - `default_encryption_key` (`string`): Set the `default_encryption_key` field on the resulting object. When `null`, the `default_encryption_key` field will be omitted from the resulting object. + - `default_expiration_days` (`number`): Set the `default_expiration_days` field on the resulting object. + - `domain_name` (`string`): Set the `domain_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. + - `matching` (`list[obj]`): Set the `matching` field on the resulting object. When `null`, the `matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.new](#fn-matchingnew) constructor. + - `rule_based_matching` (`list[obj]`): Set the `rule_based_matching` field on the resulting object. When `null`, the `rule_based_matching` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.new](#fn-rule_based_matchingnew) 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 `customerprofiles_domain` resource into the root Terraform configuration. + + +### fn withDeadLetterQueueUrl + +```ts +withDeadLetterQueueUrl() +``` + +`aws.string.withDeadLetterQueueUrl` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the dead_letter_queue_url field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `dead_letter_queue_url` field. + + +### fn withDefaultEncryptionKey + +```ts +withDefaultEncryptionKey() +``` + +`aws.string.withDefaultEncryptionKey` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the default_encryption_key field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `default_encryption_key` field. + + +### fn withDefaultExpirationDays + +```ts +withDefaultExpirationDays() +``` + +`aws.number.withDefaultExpirationDays` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the default_expiration_days field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `default_expiration_days` field. + + +### fn withDomainName + +```ts +withDomainName() +``` + +`aws.string.withDomainName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the domain_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `domain_name` field. + + +### fn withMatching + +```ts +withMatching() +``` + +`aws.list[obj].withMatching` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the matching 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].withMatchingMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `matching` field. + + +### fn withMatchingMixin + +```ts +withMatchingMixin() +``` + +`aws.list[obj].withMatchingMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the matching 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].withMatching](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `matching` field. + + +### fn withRuleBasedMatching + +```ts +withRuleBasedMatching() +``` + +`aws.list[obj].withRuleBasedMatching` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the rule_based_matching 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].withRuleBasedMatchingMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `rule_based_matching` field. + + +### fn withRuleBasedMatchingMixin + +```ts +withRuleBasedMatchingMixin() +``` + +`aws.list[obj].withRuleBasedMatchingMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the rule_based_matching 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].withRuleBasedMatching](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `rule_based_matching` 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 matching + + + +### fn matching.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.new` constructs a new object with attributes and blocks configured for the `matching` +Terraform sub block. + + + +**Args**: + - `enabled` (`bool`): Set the `enabled` field on the resulting object. + - `auto_merging` (`list[obj]`): Set the `auto_merging` field on the resulting object. When `null`, the `auto_merging` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.auto_merging.new](#fn-matchingauto_mergingnew) constructor. + - `exporting_config` (`list[obj]`): Set the `exporting_config` field on the resulting object. When `null`, the `exporting_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.customerprofiles_domain.matching.exporting_config.new](#fn-matchingexporting_confignew) constructor. + - `job_schedule` (`list[obj]`): Set the `job_schedule` field on the resulting object. When `null`, the `job_schedule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.job_schedule.new](#fn-matchingjob_schedulenew) constructor. + +**Returns**: + - An attribute object that represents the `matching` sub block. + + +## obj matching.auto_merging + + + +### fn matching.auto_merging.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.auto_merging.new` constructs a new object with attributes and blocks configured for the `auto_merging` +Terraform sub block. + + + +**Args**: + - `enabled` (`bool`): Set the `enabled` field on the resulting object. + - `min_allowed_confidence_score_for_merging` (`number`): Set the `min_allowed_confidence_score_for_merging` field on the resulting object. When `null`, the `min_allowed_confidence_score_for_merging` field will be omitted from the resulting object. + - `conflict_resolution` (`list[obj]`): Set the `conflict_resolution` field on the resulting object. When `null`, the `conflict_resolution` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.auto_merging.conflict_resolution.new](#fn-matchingmatchingconflict_resolutionnew) constructor. + - `consolidation` (`list[obj]`): Set the `consolidation` field on the resulting object. When `null`, the `consolidation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.auto_merging.consolidation.new](#fn-matchingmatchingconsolidationnew) constructor. + +**Returns**: + - An attribute object that represents the `auto_merging` sub block. + + +## obj matching.auto_merging.conflict_resolution + + + +### fn matching.auto_merging.conflict_resolution.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.auto_merging.conflict_resolution.new` constructs a new object with attributes and blocks configured for the `conflict_resolution` +Terraform sub block. + + + +**Args**: + - `conflict_resolving_model` (`string`): Set the `conflict_resolving_model` field on the resulting object. + - `source_name` (`string`): Set the `source_name` field on the resulting object. When `null`, the `source_name` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `conflict_resolution` sub block. + + +## obj matching.auto_merging.consolidation + + + +### fn matching.auto_merging.consolidation.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.auto_merging.consolidation.new` constructs a new object with attributes and blocks configured for the `consolidation` +Terraform sub block. + + + +**Args**: + - `matching_attributes_list` (`list`): Set the `matching_attributes_list` field on the resulting object. + +**Returns**: + - An attribute object that represents the `consolidation` sub block. + + +## obj matching.exporting_config + + + +### fn matching.exporting_config.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.exporting_config.new` constructs a new object with attributes and blocks configured for the `exporting_config` +Terraform sub block. + + + +**Args**: + - `s3_exporting` (`list[obj]`): Set the `s3_exporting` field on the resulting object. When `null`, the `s3_exporting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.matching.exporting_config.s3_exporting.new](#fn-matchingmatchings3_exportingnew) constructor. + +**Returns**: + - An attribute object that represents the `exporting_config` sub block. + + +## obj matching.exporting_config.s3_exporting + + + +### fn matching.exporting_config.s3_exporting.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.exporting_config.s3_exporting.new` constructs a new object with attributes and blocks configured for the `s3_exporting` +Terraform sub block. + + + +**Args**: + - `s3_bucket_name` (`string`): Set the `s3_bucket_name` field on the resulting object. + - `s3_key_name` (`string`): Set the `s3_key_name` field on the resulting object. When `null`, the `s3_key_name` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `s3_exporting` sub block. + + +## obj matching.job_schedule + + + +### fn matching.job_schedule.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.matching.job_schedule.new` constructs a new object with attributes and blocks configured for the `job_schedule` +Terraform sub block. + + + +**Args**: + - `day_of_the_week` (`string`): Set the `day_of_the_week` field on the resulting object. + - `time` (`string`): Set the `time` field on the resulting object. + +**Returns**: + - An attribute object that represents the `job_schedule` sub block. + + +## obj rule_based_matching + + + +### fn rule_based_matching.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.rule_based_matching.new` constructs a new object with attributes and blocks configured for the `rule_based_matching` +Terraform sub block. + + + +**Args**: + - `enabled` (`bool`): Set the `enabled` field on the resulting object. + - `max_allowed_rule_level_for_matching` (`number`): Set the `max_allowed_rule_level_for_matching` field on the resulting object. When `null`, the `max_allowed_rule_level_for_matching` field will be omitted from the resulting object. + - `max_allowed_rule_level_for_merging` (`number`): Set the `max_allowed_rule_level_for_merging` field on the resulting object. When `null`, the `max_allowed_rule_level_for_merging` field will be omitted from the resulting object. + - `status` (`string`): Set the `status` field on the resulting object. When `null`, the `status` field will be omitted from the resulting object. + - `attribute_types_selector` (`list[obj]`): Set the `attribute_types_selector` field on the resulting object. When `null`, the `attribute_types_selector` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.attribute_types_selector.new](#fn-rule_based_matchingattribute_types_selectornew) constructor. + - `conflict_resolution` (`list[obj]`): Set the `conflict_resolution` field on the resulting object. When `null`, the `conflict_resolution` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.conflict_resolution.new](#fn-rule_based_matchingconflict_resolutionnew) constructor. + - `exporting_config` (`list[obj]`): Set the `exporting_config` field on the resulting object. When `null`, the `exporting_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.customerprofiles_domain.rule_based_matching.exporting_config.new](#fn-rule_based_matchingexporting_confignew) constructor. + - `matching_rules` (`list[obj]`): Set the `matching_rules` field on the resulting object. When `null`, the `matching_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.matching_rules.new](#fn-rule_based_matchingmatching_rulesnew) constructor. + +**Returns**: + - An attribute object that represents the `rule_based_matching` sub block. + + +## obj rule_based_matching.attribute_types_selector + + + +### fn rule_based_matching.attribute_types_selector.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.rule_based_matching.attribute_types_selector.new` constructs a new object with attributes and blocks configured for the `attribute_types_selector` +Terraform sub block. + + + +**Args**: + - `address` (`list`): Set the `address` field on the resulting object. When `null`, the `address` field will be omitted from the resulting object. + - `attribute_matching_model` (`string`): Set the `attribute_matching_model` field on the resulting object. + - `email_address` (`list`): Set the `email_address` field on the resulting object. When `null`, the `email_address` field will be omitted from the resulting object. + - `phone_number` (`list`): Set the `phone_number` field on the resulting object. When `null`, the `phone_number` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `attribute_types_selector` sub block. + + +## obj rule_based_matching.conflict_resolution + + + +### fn rule_based_matching.conflict_resolution.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.rule_based_matching.conflict_resolution.new` constructs a new object with attributes and blocks configured for the `conflict_resolution` +Terraform sub block. + + + +**Args**: + - `conflict_resolving_model` (`string`): Set the `conflict_resolving_model` field on the resulting object. + - `source_name` (`string`): Set the `source_name` field on the resulting object. When `null`, the `source_name` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `conflict_resolution` sub block. + + +## obj rule_based_matching.exporting_config + + + +### fn rule_based_matching.exporting_config.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.rule_based_matching.exporting_config.new` constructs a new object with attributes and blocks configured for the `exporting_config` +Terraform sub block. + + + +**Args**: + - `s3_exporting` (`list[obj]`): Set the `s3_exporting` field on the resulting object. When `null`, the `s3_exporting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_domain.rule_based_matching.exporting_config.s3_exporting.new](#fn-rule_based_matchingrule_based_matchings3_exportingnew) constructor. + +**Returns**: + - An attribute object that represents the `exporting_config` sub block. + + +## obj rule_based_matching.exporting_config.s3_exporting + + + +### fn rule_based_matching.exporting_config.s3_exporting.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.rule_based_matching.exporting_config.s3_exporting.new` constructs a new object with attributes and blocks configured for the `s3_exporting` +Terraform sub block. + + + +**Args**: + - `s3_bucket_name` (`string`): Set the `s3_bucket_name` field on the resulting object. + - `s3_key_name` (`string`): Set the `s3_key_name` field on the resulting object. When `null`, the `s3_key_name` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `s3_exporting` sub block. + + +## obj rule_based_matching.matching_rules + + + +### fn rule_based_matching.matching_rules.new + +```ts +new() +``` + + +`aws.customerprofiles_domain.rule_based_matching.matching_rules.new` constructs a new object with attributes and blocks configured for the `matching_rules` +Terraform sub block. + + + +**Args**: + - `rule` (`list`): Set the `rule` field on the resulting object. + +**Returns**: + - An attribute object that represents the `matching_rules` sub block. diff --git a/docs/5.x/customerprofiles_profile.md b/docs/5.x/customerprofiles_profile.md new file mode 100644 index 00000000..e18293ba --- /dev/null +++ b/docs/5.x/customerprofiles_profile.md @@ -0,0 +1,715 @@ +--- +permalink: /customerprofiles_profile/ +--- + +# customerprofiles_profile + +`customerprofiles_profile` represents the `aws_customerprofiles_profile` 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 withAccountNumber()`](#fn-withaccountnumber) +* [`fn withAdditionalInformation()`](#fn-withadditionalinformation) +* [`fn withAddress()`](#fn-withaddress) +* [`fn withAddressMixin()`](#fn-withaddressmixin) +* [`fn withAttributes()`](#fn-withattributes) +* [`fn withBillingAddress()`](#fn-withbillingaddress) +* [`fn withBillingAddressMixin()`](#fn-withbillingaddressmixin) +* [`fn withBirthDate()`](#fn-withbirthdate) +* [`fn withBusinessEmailAddress()`](#fn-withbusinessemailaddress) +* [`fn withBusinessName()`](#fn-withbusinessname) +* [`fn withBusinessPhoneNumber()`](#fn-withbusinessphonenumber) +* [`fn withDomainName()`](#fn-withdomainname) +* [`fn withEmailAddress()`](#fn-withemailaddress) +* [`fn withFirstName()`](#fn-withfirstname) +* [`fn withGenderString()`](#fn-withgenderstring) +* [`fn withHomePhoneNumber()`](#fn-withhomephonenumber) +* [`fn withLastName()`](#fn-withlastname) +* [`fn withMailingAddress()`](#fn-withmailingaddress) +* [`fn withMailingAddressMixin()`](#fn-withmailingaddressmixin) +* [`fn withMiddleName()`](#fn-withmiddlename) +* [`fn withMobilePhoneNumber()`](#fn-withmobilephonenumber) +* [`fn withPartyTypeString()`](#fn-withpartytypestring) +* [`fn withPersonalEmailAddress()`](#fn-withpersonalemailaddress) +* [`fn withPhoneNumber()`](#fn-withphonenumber) +* [`fn withShippingAddress()`](#fn-withshippingaddress) +* [`fn withShippingAddressMixin()`](#fn-withshippingaddressmixin) +* [`obj address`](#obj-address) + * [`fn new()`](#fn-addressnew) +* [`obj billing_address`](#obj-billing_address) + * [`fn new()`](#fn-billing_addressnew) +* [`obj mailing_address`](#obj-mailing_address) + * [`fn new()`](#fn-mailing_addressnew) +* [`obj shipping_address`](#obj-shipping_address) + * [`fn new()`](#fn-shipping_addressnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.customerprofiles_profile.new` injects a new `aws_customerprofiles_profile` 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.customerprofiles_profile.new('some_id') + +You can get the reference to the `id` field of the created `aws.customerprofiles_profile` using the reference: + + $._ref.aws_customerprofiles_profile.some_id.get('id') + +This is the same as directly entering `"${ aws_customerprofiles_profile.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. + - `account_number` (`string`): Set the `account_number` field on the resulting resource block. When `null`, the `account_number` field will be omitted from the resulting object. + - `additional_information` (`string`): Set the `additional_information` field on the resulting resource block. When `null`, the `additional_information` field will be omitted from the resulting object. + - `attributes` (`obj`): Set the `attributes` field on the resulting resource block. When `null`, the `attributes` field will be omitted from the resulting object. + - `birth_date` (`string`): Set the `birth_date` field on the resulting resource block. When `null`, the `birth_date` field will be omitted from the resulting object. + - `business_email_address` (`string`): Set the `business_email_address` field on the resulting resource block. When `null`, the `business_email_address` field will be omitted from the resulting object. + - `business_name` (`string`): Set the `business_name` field on the resulting resource block. When `null`, the `business_name` field will be omitted from the resulting object. + - `business_phone_number` (`string`): Set the `business_phone_number` field on the resulting resource block. When `null`, the `business_phone_number` field will be omitted from the resulting object. + - `domain_name` (`string`): Set the `domain_name` field on the resulting resource block. + - `email_address` (`string`): Set the `email_address` field on the resulting resource block. When `null`, the `email_address` field will be omitted from the resulting object. + - `first_name` (`string`): Set the `first_name` field on the resulting resource block. When `null`, the `first_name` field will be omitted from the resulting object. + - `gender_string` (`string`): Set the `gender_string` field on the resulting resource block. When `null`, the `gender_string` field will be omitted from the resulting object. + - `home_phone_number` (`string`): Set the `home_phone_number` field on the resulting resource block. When `null`, the `home_phone_number` field will be omitted from the resulting object. + - `last_name` (`string`): Set the `last_name` field on the resulting resource block. When `null`, the `last_name` field will be omitted from the resulting object. + - `middle_name` (`string`): Set the `middle_name` field on the resulting resource block. When `null`, the `middle_name` field will be omitted from the resulting object. + - `mobile_phone_number` (`string`): Set the `mobile_phone_number` field on the resulting resource block. When `null`, the `mobile_phone_number` field will be omitted from the resulting object. + - `party_type_string` (`string`): Set the `party_type_string` field on the resulting resource block. When `null`, the `party_type_string` field will be omitted from the resulting object. + - `personal_email_address` (`string`): Set the `personal_email_address` field on the resulting resource block. When `null`, the `personal_email_address` field will be omitted from the resulting object. + - `phone_number` (`string`): Set the `phone_number` field on the resulting resource block. When `null`, the `phone_number` field will be omitted from the resulting object. + - `address` (`list[obj]`): Set the `address` field on the resulting resource block. When `null`, the `address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.address.new](#fn-addressnew) constructor. + - `billing_address` (`list[obj]`): Set the `billing_address` field on the resulting resource block. When `null`, the `billing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.billing_address.new](#fn-billing_addressnew) constructor. + - `mailing_address` (`list[obj]`): Set the `mailing_address` field on the resulting resource block. When `null`, the `mailing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.mailing_address.new](#fn-mailing_addressnew) constructor. + - `shipping_address` (`list[obj]`): Set the `shipping_address` field on the resulting resource block. When `null`, the `shipping_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.shipping_address.new](#fn-shipping_addressnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.customerprofiles_profile.newAttrs` constructs a new object with attributes and blocks configured for the `customerprofiles_profile` +Terraform resource. + +Unlike [aws.customerprofiles_profile.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**: + - `account_number` (`string`): Set the `account_number` field on the resulting object. When `null`, the `account_number` field will be omitted from the resulting object. + - `additional_information` (`string`): Set the `additional_information` field on the resulting object. When `null`, the `additional_information` field will be omitted from the resulting object. + - `attributes` (`obj`): Set the `attributes` field on the resulting object. When `null`, the `attributes` field will be omitted from the resulting object. + - `birth_date` (`string`): Set the `birth_date` field on the resulting object. When `null`, the `birth_date` field will be omitted from the resulting object. + - `business_email_address` (`string`): Set the `business_email_address` field on the resulting object. When `null`, the `business_email_address` field will be omitted from the resulting object. + - `business_name` (`string`): Set the `business_name` field on the resulting object. When `null`, the `business_name` field will be omitted from the resulting object. + - `business_phone_number` (`string`): Set the `business_phone_number` field on the resulting object. When `null`, the `business_phone_number` field will be omitted from the resulting object. + - `domain_name` (`string`): Set the `domain_name` field on the resulting object. + - `email_address` (`string`): Set the `email_address` field on the resulting object. When `null`, the `email_address` field will be omitted from the resulting object. + - `first_name` (`string`): Set the `first_name` field on the resulting object. When `null`, the `first_name` field will be omitted from the resulting object. + - `gender_string` (`string`): Set the `gender_string` field on the resulting object. When `null`, the `gender_string` field will be omitted from the resulting object. + - `home_phone_number` (`string`): Set the `home_phone_number` field on the resulting object. When `null`, the `home_phone_number` field will be omitted from the resulting object. + - `last_name` (`string`): Set the `last_name` field on the resulting object. When `null`, the `last_name` field will be omitted from the resulting object. + - `middle_name` (`string`): Set the `middle_name` field on the resulting object. When `null`, the `middle_name` field will be omitted from the resulting object. + - `mobile_phone_number` (`string`): Set the `mobile_phone_number` field on the resulting object. When `null`, the `mobile_phone_number` field will be omitted from the resulting object. + - `party_type_string` (`string`): Set the `party_type_string` field on the resulting object. When `null`, the `party_type_string` field will be omitted from the resulting object. + - `personal_email_address` (`string`): Set the `personal_email_address` field on the resulting object. When `null`, the `personal_email_address` field will be omitted from the resulting object. + - `phone_number` (`string`): Set the `phone_number` field on the resulting object. When `null`, the `phone_number` field will be omitted from the resulting object. + - `address` (`list[obj]`): Set the `address` field on the resulting object. When `null`, the `address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.address.new](#fn-addressnew) constructor. + - `billing_address` (`list[obj]`): Set the `billing_address` field on the resulting object. When `null`, the `billing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.billing_address.new](#fn-billing_addressnew) constructor. + - `mailing_address` (`list[obj]`): Set the `mailing_address` field on the resulting object. When `null`, the `mailing_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.mailing_address.new](#fn-mailing_addressnew) constructor. + - `shipping_address` (`list[obj]`): Set the `shipping_address` field on the resulting object. When `null`, the `shipping_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.customerprofiles_profile.shipping_address.new](#fn-shipping_addressnew) 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 `customerprofiles_profile` resource into the root Terraform configuration. + + +### fn withAccountNumber + +```ts +withAccountNumber() +``` + +`aws.string.withAccountNumber` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the account_number field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `account_number` field. + + +### fn withAdditionalInformation + +```ts +withAdditionalInformation() +``` + +`aws.string.withAdditionalInformation` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the additional_information field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `additional_information` field. + + +### fn withAddress + +```ts +withAddress() +``` + +`aws.list[obj].withAddress` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the address 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].withAddressMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `address` field. + + +### fn withAddressMixin + +```ts +withAddressMixin() +``` + +`aws.list[obj].withAddressMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the address 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].withAddress](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `address` field. + + +### fn withAttributes + +```ts +withAttributes() +``` + +`aws.obj.withAttributes` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the attributes field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `attributes` field. + + +### fn withBillingAddress + +```ts +withBillingAddress() +``` + +`aws.list[obj].withBillingAddress` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the billing_address 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].withBillingAddressMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `billing_address` field. + + +### fn withBillingAddressMixin + +```ts +withBillingAddressMixin() +``` + +`aws.list[obj].withBillingAddressMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the billing_address 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].withBillingAddress](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `billing_address` field. + + +### fn withBirthDate + +```ts +withBirthDate() +``` + +`aws.string.withBirthDate` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the birth_date field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `birth_date` field. + + +### fn withBusinessEmailAddress + +```ts +withBusinessEmailAddress() +``` + +`aws.string.withBusinessEmailAddress` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the business_email_address field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `business_email_address` field. + + +### fn withBusinessName + +```ts +withBusinessName() +``` + +`aws.string.withBusinessName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the business_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `business_name` field. + + +### fn withBusinessPhoneNumber + +```ts +withBusinessPhoneNumber() +``` + +`aws.string.withBusinessPhoneNumber` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the business_phone_number field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `business_phone_number` field. + + +### fn withDomainName + +```ts +withDomainName() +``` + +`aws.string.withDomainName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the domain_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `domain_name` field. + + +### fn withEmailAddress + +```ts +withEmailAddress() +``` + +`aws.string.withEmailAddress` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the email_address field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `email_address` field. + + +### fn withFirstName + +```ts +withFirstName() +``` + +`aws.string.withFirstName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the first_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `first_name` field. + + +### fn withGenderString + +```ts +withGenderString() +``` + +`aws.string.withGenderString` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the gender_string field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `gender_string` field. + + +### fn withHomePhoneNumber + +```ts +withHomePhoneNumber() +``` + +`aws.string.withHomePhoneNumber` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the home_phone_number field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `home_phone_number` field. + + +### fn withLastName + +```ts +withLastName() +``` + +`aws.string.withLastName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the last_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `last_name` field. + + +### fn withMailingAddress + +```ts +withMailingAddress() +``` + +`aws.list[obj].withMailingAddress` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the mailing_address 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].withMailingAddressMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `mailing_address` field. + + +### fn withMailingAddressMixin + +```ts +withMailingAddressMixin() +``` + +`aws.list[obj].withMailingAddressMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the mailing_address 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].withMailingAddress](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `mailing_address` field. + + +### fn withMiddleName + +```ts +withMiddleName() +``` + +`aws.string.withMiddleName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the middle_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `middle_name` field. + + +### fn withMobilePhoneNumber + +```ts +withMobilePhoneNumber() +``` + +`aws.string.withMobilePhoneNumber` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the mobile_phone_number field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `mobile_phone_number` field. + + +### fn withPartyTypeString + +```ts +withPartyTypeString() +``` + +`aws.string.withPartyTypeString` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the party_type_string field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `party_type_string` field. + + +### fn withPersonalEmailAddress + +```ts +withPersonalEmailAddress() +``` + +`aws.string.withPersonalEmailAddress` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the personal_email_address field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `personal_email_address` field. + + +### fn withPhoneNumber + +```ts +withPhoneNumber() +``` + +`aws.string.withPhoneNumber` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the phone_number field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `phone_number` field. + + +### fn withShippingAddress + +```ts +withShippingAddress() +``` + +`aws.list[obj].withShippingAddress` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the shipping_address 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].withShippingAddressMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `shipping_address` field. + + +### fn withShippingAddressMixin + +```ts +withShippingAddressMixin() +``` + +`aws.list[obj].withShippingAddressMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the shipping_address 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].withShippingAddress](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `shipping_address` field. + + +## obj address + + + +### fn address.new + +```ts +new() +``` + + +`aws.customerprofiles_profile.address.new` constructs a new object with attributes and blocks configured for the `address` +Terraform sub block. + + + +**Args**: + - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object. + - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object. + - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object. + - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object. + - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object. + - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object. + - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object. + - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object. + - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object. + - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `address` sub block. + + +## obj billing_address + + + +### fn billing_address.new + +```ts +new() +``` + + +`aws.customerprofiles_profile.billing_address.new` constructs a new object with attributes and blocks configured for the `billing_address` +Terraform sub block. + + + +**Args**: + - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object. + - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object. + - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object. + - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object. + - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object. + - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object. + - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object. + - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object. + - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object. + - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `billing_address` sub block. + + +## obj mailing_address + + + +### fn mailing_address.new + +```ts +new() +``` + + +`aws.customerprofiles_profile.mailing_address.new` constructs a new object with attributes and blocks configured for the `mailing_address` +Terraform sub block. + + + +**Args**: + - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object. + - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object. + - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object. + - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object. + - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object. + - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object. + - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object. + - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object. + - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object. + - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `mailing_address` sub block. + + +## obj shipping_address + + + +### fn shipping_address.new + +```ts +new() +``` + + +`aws.customerprofiles_profile.shipping_address.new` constructs a new object with attributes and blocks configured for the `shipping_address` +Terraform sub block. + + + +**Args**: + - `address_1` (`string`): Set the `address_1` field on the resulting object. When `null`, the `address_1` field will be omitted from the resulting object. + - `address_2` (`string`): Set the `address_2` field on the resulting object. When `null`, the `address_2` field will be omitted from the resulting object. + - `address_3` (`string`): Set the `address_3` field on the resulting object. When `null`, the `address_3` field will be omitted from the resulting object. + - `address_4` (`string`): Set the `address_4` field on the resulting object. When `null`, the `address_4` field will be omitted from the resulting object. + - `city` (`string`): Set the `city` field on the resulting object. When `null`, the `city` field will be omitted from the resulting object. + - `country` (`string`): Set the `country` field on the resulting object. When `null`, the `country` field will be omitted from the resulting object. + - `county` (`string`): Set the `county` field on the resulting object. When `null`, the `county` field will be omitted from the resulting object. + - `postal_code` (`string`): Set the `postal_code` field on the resulting object. When `null`, the `postal_code` field will be omitted from the resulting object. + - `province` (`string`): Set the `province` field on the resulting object. When `null`, the `province` field will be omitted from the resulting object. + - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `shipping_address` sub block. diff --git a/docs/5.x/data/codeguruprofiler_profiling_group.md b/docs/5.x/data/codeguruprofiler_profiling_group.md new file mode 100644 index 00000000..41cf1d2d --- /dev/null +++ b/docs/5.x/data/codeguruprofiler_profiling_group.md @@ -0,0 +1,92 @@ +--- +permalink: /data/codeguruprofiler_profiling_group/ +--- + +# data.codeguruprofiler_profiling_group + +`codeguruprofiler_profiling_group` represents the `aws_codeguruprofiler_profiling_group` 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) +* [`fn withName()`](#fn-withname) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.codeguruprofiler_profiling_group.new` injects a new `data_aws_codeguruprofiler_profiling_group` 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.codeguruprofiler_profiling_group.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.codeguruprofiler_profiling_group` using the reference: + + $._ref.data_aws_codeguruprofiler_profiling_group.some_id.get('id') + +This is the same as directly entering `"${ data_aws_codeguruprofiler_profiling_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**: + - `dataSrcLabel` (`string`): The name label of the block. + - `name` (`string`): Set the `name` field on the resulting data source block. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.codeguruprofiler_profiling_group.newAttrs` constructs a new object with attributes and blocks configured for the `codeguruprofiler_profiling_group` +Terraform data source. + +Unlike [aws.data.codeguruprofiler_profiling_group.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. + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + +**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 `codeguruprofiler_profiling_group` data source into the root Terraform configuration. + + +### fn withName + +```ts +withName() +``` + +`aws.string.withName` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the name field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `name` field. diff --git a/docs/5.x/data/ecr_repositories.md b/docs/5.x/data/ecr_repositories.md new file mode 100644 index 00000000..bab59be3 --- /dev/null +++ b/docs/5.x/data/ecr_repositories.md @@ -0,0 +1,71 @@ +--- +permalink: /data/ecr_repositories/ +--- + +# data.ecr_repositories + +`ecr_repositories` represents the `aws_ecr_repositories` 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.ecr_repositories.new` injects a new `data_aws_ecr_repositories` 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.ecr_repositories.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.ecr_repositories` using the reference: + + $._ref.data_aws_ecr_repositories.some_id.get('id') + +This is the same as directly entering `"${ data_aws_ecr_repositories.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.ecr_repositories.newAttrs` constructs a new object with attributes and blocks configured for the `ecr_repositories` +Terraform data source. + +Unlike [aws.data.ecr_repositories.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 `ecr_repositories` data source into the root Terraform configuration. diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index c9b638aa..19d795c4 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -89,6 +89,7 @@ permalink: /data/ * [codecatalyst_dev_environment](codecatalyst_dev_environment.md) * [codecommit_approval_rule_template](codecommit_approval_rule_template.md) * [codecommit_repository](codecommit_repository.md) +* [codeguruprofiler_profiling_group](codeguruprofiler_profiling_group.md) * [codestarconnections_connection](codestarconnections_connection.md) * [cognito_identity_pool](cognito_identity_pool.md) * [cognito_user_pool_client](cognito_user_pool_client.md) @@ -187,6 +188,7 @@ permalink: /data/ * [ecr_authorization_token](ecr_authorization_token.md) * [ecr_image](ecr_image.md) * [ecr_pull_through_cache_rule](ecr_pull_through_cache_rule.md) +* [ecr_repositories](ecr_repositories.md) * [ecr_repository](ecr_repository.md) * [ecrpublic_authorization_token](ecrpublic_authorization_token.md) * [ecs_cluster](ecs_cluster.md) @@ -307,6 +309,7 @@ permalink: /data/ * [lb_hosted_zone_id](lb_hosted_zone_id.md) * [lb_listener](lb_listener.md) * [lb_target_group](lb_target_group.md) +* [lb_trust_store](lb_trust_store.md) * [lbs](lbs.md) * [lex_bot](lex_bot.md) * [lex_bot_alias](lex_bot_alias.md) @@ -491,6 +494,8 @@ permalink: /data/ * [ssmcontacts_plan](ssmcontacts_plan.md) * [ssmincidents_replication_set](ssmincidents_replication_set.md) * [ssmincidents_response_plan](ssmincidents_response_plan.md) +* [ssoadmin_application](ssoadmin_application.md) +* [ssoadmin_application_providers](ssoadmin_application_providers.md) * [ssoadmin_instances](ssoadmin_instances.md) * [ssoadmin_permission_set](ssoadmin_permission_set.md) * [storagegateway_local_disk](storagegateway_local_disk.md) diff --git a/docs/5.x/data/lb_trust_store.md b/docs/5.x/data/lb_trust_store.md new file mode 100644 index 00000000..d66dbe8c --- /dev/null +++ b/docs/5.x/data/lb_trust_store.md @@ -0,0 +1,111 @@ +--- +permalink: /data/lb_trust_store/ +--- + +# data.lb_trust_store + +`lb_trust_store` represents the `aws_lb_trust_store` 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) +* [`fn withArn()`](#fn-witharn) +* [`fn withName()`](#fn-withname) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.lb_trust_store.new` injects a new `data_aws_lb_trust_store` 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.lb_trust_store.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.lb_trust_store` using the reference: + + $._ref.data_aws_lb_trust_store.some_id.get('id') + +This is the same as directly entering `"${ data_aws_lb_trust_store.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. + - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.lb_trust_store.newAttrs` constructs a new object with attributes and blocks configured for the `lb_trust_store` +Terraform data source. + +Unlike [aws.data.lb_trust_store.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. + +**Args**: + - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + +**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 `lb_trust_store` data source into the root Terraform configuration. + + +### fn withArn + +```ts +withArn() +``` + +`aws.string.withArn` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the arn field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `arn` field. + + +### fn withName + +```ts +withName() +``` + +`aws.string.withName` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the name field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `name` field. diff --git a/docs/5.x/data/ssoadmin_application.md b/docs/5.x/data/ssoadmin_application.md new file mode 100644 index 00000000..92376d87 --- /dev/null +++ b/docs/5.x/data/ssoadmin_application.md @@ -0,0 +1,180 @@ +--- +permalink: /data/ssoadmin_application/ +--- + +# data.ssoadmin_application + +`ssoadmin_application` represents the `aws_ssoadmin_application` 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) +* [`fn withApplicationArn()`](#fn-withapplicationarn) +* [`fn withPortalOptions()`](#fn-withportaloptions) +* [`fn withPortalOptionsMixin()`](#fn-withportaloptionsmixin) +* [`obj portal_options`](#obj-portal_options) + * [`fn new()`](#fn-portal_optionsnew) + * [`obj portal_options.sign_in_options`](#obj-portal_optionssign_in_options) + * [`fn new()`](#fn-portal_optionssign_in_optionsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.ssoadmin_application.new` injects a new `data_aws_ssoadmin_application` 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.ssoadmin_application.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.ssoadmin_application` using the reference: + + $._ref.data_aws_ssoadmin_application.some_id.get('id') + +This is the same as directly entering `"${ data_aws_ssoadmin_application.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. + - `application_arn` (`string`): Set the `application_arn` field on the resulting data source block. + - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting data source block. When `null`, the `portal_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.data.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) constructor. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.ssoadmin_application.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application` +Terraform data source. + +Unlike [aws.data.ssoadmin_application.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. + +**Args**: + - `application_arn` (`string`): Set the `application_arn` field on the resulting object. + - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting object. When `null`, the `portal_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.data.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) constructor. + +**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 `ssoadmin_application` data source into the root Terraform configuration. + + +### fn withApplicationArn + +```ts +withApplicationArn() +``` + +`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the application_arn field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `application_arn` field. + + +### fn withPortalOptions + +```ts +withPortalOptions() +``` + +`aws.list[obj].withPortalOptions` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the portal_options 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].withPortalOptionsMixin](TODO) function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `portal_options` field. + + +### fn withPortalOptionsMixin + +```ts +withPortalOptionsMixin() +``` + +`aws.list[obj].withPortalOptionsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the portal_options 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].withPortalOptions](TODO) +function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `portal_options` field. + + +## obj portal_options + + + +### fn portal_options.new + +```ts +new() +``` + + +`aws.ssoadmin_application.portal_options.new` constructs a new object with attributes and blocks configured for the `portal_options` +Terraform sub block. + + + +**Args**: + - `sign_in_options` (`list[obj]`): Set the `sign_in_options` field on the resulting object. When `null`, the `sign_in_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.ssoadmin_application.portal_options.sign_in_options.new](#fn-portal_optionssign_in_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `portal_options` sub block. + + +## obj portal_options.sign_in_options + + + +### fn portal_options.sign_in_options.new + +```ts +new() +``` + + +`aws.ssoadmin_application.portal_options.sign_in_options.new` constructs a new object with attributes and blocks configured for the `sign_in_options` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `sign_in_options` sub block. diff --git a/docs/5.x/data/ssoadmin_application_providers.md b/docs/5.x/data/ssoadmin_application_providers.md new file mode 100644 index 00000000..8ef6a01e --- /dev/null +++ b/docs/5.x/data/ssoadmin_application_providers.md @@ -0,0 +1,161 @@ +--- +permalink: /data/ssoadmin_application_providers/ +--- + +# data.ssoadmin_application_providers + +`ssoadmin_application_providers` represents the `aws_ssoadmin_application_providers` 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) +* [`fn withApplicationProviders()`](#fn-withapplicationproviders) +* [`fn withApplicationProvidersMixin()`](#fn-withapplicationprovidersmixin) +* [`obj application_providers`](#obj-application_providers) + * [`fn new()`](#fn-application_providersnew) + * [`obj application_providers.display_data`](#obj-application_providersdisplay_data) + * [`fn new()`](#fn-application_providersdisplay_datanew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.ssoadmin_application_providers.new` injects a new `data_aws_ssoadmin_application_providers` 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.ssoadmin_application_providers.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.ssoadmin_application_providers` using the reference: + + $._ref.data_aws_ssoadmin_application_providers.some_id.get('id') + +This is the same as directly entering `"${ data_aws_ssoadmin_application_providers.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. + - `application_providers` (`list[obj]`): Set the `application_providers` field on the resulting data source block. When `null`, the `application_providers` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_providers.application_providers.new](#fn-application_providersnew) constructor. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.ssoadmin_application_providers.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_providers` +Terraform data source. + +Unlike [aws.data.ssoadmin_application_providers.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. + +**Args**: + - `application_providers` (`list[obj]`): Set the `application_providers` field on the resulting object. When `null`, the `application_providers` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_providers.application_providers.new](#fn-application_providersnew) constructor. + +**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 `ssoadmin_application_providers` data source into the root Terraform configuration. + + +### fn withApplicationProviders + +```ts +withApplicationProviders() +``` + +`aws.list[obj].withApplicationProviders` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the application_providers 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].withApplicationProvidersMixin](TODO) function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `application_providers` field. + + +### fn withApplicationProvidersMixin + +```ts +withApplicationProvidersMixin() +``` + +`aws.list[obj].withApplicationProvidersMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the application_providers 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].withApplicationProviders](TODO) +function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `application_providers` field. + + +## obj application_providers + + + +### fn application_providers.new + +```ts +new() +``` + + +`aws.ssoadmin_application_providers.application_providers.new` constructs a new object with attributes and blocks configured for the `application_providers` +Terraform sub block. + + + +**Args**: + - `display_data` (`list[obj]`): Set the `display_data` field on the resulting object. When `null`, the `display_data` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.ssoadmin_application_providers.application_providers.display_data.new](#fn-application_providersdisplay_datanew) constructor. + +**Returns**: + - An attribute object that represents the `application_providers` sub block. + + +## obj application_providers.display_data + + + +### fn application_providers.display_data.new + +```ts +new() +``` + + +`aws.ssoadmin_application_providers.application_providers.display_data.new` constructs a new object with attributes and blocks configured for the `display_data` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `display_data` sub block. diff --git a/docs/5.x/lb.md b/docs/5.x/lb.md index 35b5a7c4..d3a0153f 100644 --- a/docs/5.x/lb.md +++ b/docs/5.x/lb.md @@ -27,6 +27,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withEnableTlsVersionAndCipherSuiteHeaders()`](#fn-withenabletlsversionandciphersuiteheaders) * [`fn withEnableWafFailOpen()`](#fn-withenablewaffailopen) * [`fn withEnableXffClientPort()`](#fn-withenablexffclientport) +* [`fn withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic()`](#fn-withenforcesecuritygroupinboundrulesonprivatelinktraffic) * [`fn withIdleTimeout()`](#fn-withidletimeout) * [`fn withInternal()`](#fn-withinternal) * [`fn withIpAddressType()`](#fn-withipaddresstype) @@ -89,6 +90,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object. - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object. - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object. + - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object. - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object. - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object. - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object. @@ -137,6 +139,7 @@ injecting into a complete block. - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object. - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object. - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object. + - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object. - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object. - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object. - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object. @@ -354,6 +357,22 @@ Terraform resource block to set or update the enable_xff_client_port field. - `value` (`bool`): The value to set for the `enable_xff_client_port` field. +### fn withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic + +```ts +withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic() +``` + +`aws.string.withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the enforce_security_group_inbound_rules_on_private_link_traffic field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `enforce_security_group_inbound_rules_on_private_link_traffic` field. + + ### fn withIdleTimeout ```ts diff --git a/docs/5.x/lb_listener.md b/docs/5.x/lb_listener.md index 327f805f..1a10cf8c 100644 --- a/docs/5.x/lb_listener.md +++ b/docs/5.x/lb_listener.md @@ -20,6 +20,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withDefaultAction()`](#fn-withdefaultaction) * [`fn withDefaultActionMixin()`](#fn-withdefaultactionmixin) * [`fn withLoadBalancerArn()`](#fn-withloadbalancerarn) +* [`fn withMutualAuthentication()`](#fn-withmutualauthentication) +* [`fn withMutualAuthenticationMixin()`](#fn-withmutualauthenticationmixin) * [`fn withPort()`](#fn-withport) * [`fn withProtocol()`](#fn-withprotocol) * [`fn withSslPolicy()`](#fn-withsslpolicy) @@ -43,6 +45,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-default_actionforwardtarget_groupnew) * [`obj default_action.redirect`](#obj-default_actionredirect) * [`fn new()`](#fn-default_actionredirectnew) +* [`obj mutual_authentication`](#obj-mutual_authentication) + * [`fn new()`](#fn-mutual_authenticationnew) * [`obj timeouts`](#obj-timeouts) * [`fn new()`](#fn-timeoutsnew) @@ -84,6 +88,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.default_action.new](#fn-default_actionnew) constructor. + - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting resource block. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) constructor. - `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.lb_listener.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -117,6 +122,7 @@ injecting into a complete block. - `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. - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.default_action.new](#fn-default_actionnew) constructor. + - `mutual_authentication` (`list[obj]`): Set the `mutual_authentication` field on the resulting object. When `null`, the `mutual_authentication` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_listener.mutual_authentication.new](#fn-mutual_authenticationnew) constructor. - `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.lb_listener.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -208,6 +214,43 @@ Terraform resource block to set or update the load_balancer_arn field. - `value` (`string`): The value to set for the `load_balancer_arn` field. +### fn withMutualAuthentication + +```ts +withMutualAuthentication() +``` + +`aws.list[obj].withMutualAuthentication` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the mutual_authentication 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].withMutualAuthenticationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `mutual_authentication` field. + + +### fn withMutualAuthenticationMixin + +```ts +withMutualAuthenticationMixin() +``` + +`aws.list[obj].withMutualAuthenticationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the mutual_authentication 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].withMutualAuthentication](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `mutual_authentication` field. + + ### fn withPort ```ts @@ -542,6 +585,31 @@ Terraform sub block. - An attribute object that represents the `redirect` sub block. +## obj mutual_authentication + + + +### fn mutual_authentication.new + +```ts +new() +``` + + +`aws.lb_listener.mutual_authentication.new` constructs a new object with attributes and blocks configured for the `mutual_authentication` +Terraform sub block. + + + +**Args**: + - `ignore_client_certificate_expiry` (`bool`): Set the `ignore_client_certificate_expiry` field on the resulting object. When `null`, the `ignore_client_certificate_expiry` field will be omitted from the resulting object. + - `mode` (`string`): Set the `mode` field on the resulting object. + - `trust_store_arn` (`string`): Set the `trust_store_arn` field on the resulting object. When `null`, the `trust_store_arn` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `mutual_authentication` sub block. + + ## obj timeouts @@ -559,7 +627,8 @@ Terraform sub block. **Args**: - - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` field will be omitted from the resulting object. + - `create` (`string`): Set the `create` field on the resulting object. When `null`, the `create` 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/lb_trust_store.md b/docs/5.x/lb_trust_store.md new file mode 100644 index 00000000..ba27df64 --- /dev/null +++ b/docs/5.x/lb_trust_store.md @@ -0,0 +1,272 @@ +--- +permalink: /lb_trust_store/ +--- + +# lb_trust_store + +`lb_trust_store` represents the `aws_lb_trust_store` 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 withCaCertificatesBundleS3Bucket()`](#fn-withcacertificatesbundles3bucket) +* [`fn withCaCertificatesBundleS3Key()`](#fn-withcacertificatesbundles3key) +* [`fn withCaCertificatesBundleS3ObjectVersion()`](#fn-withcacertificatesbundles3objectversion) +* [`fn withName()`](#fn-withname) +* [`fn withNamePrefix()`](#fn-withnameprefix) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.lb_trust_store.new` injects a new `aws_lb_trust_store` 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.lb_trust_store.new('some_id') + +You can get the reference to the `id` field of the created `aws.lb_trust_store` using the reference: + + $._ref.aws_lb_trust_store.some_id.get('id') + +This is the same as directly entering `"${ aws_lb_trust_store.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. + - `ca_certificates_bundle_s3_bucket` (`string`): Set the `ca_certificates_bundle_s3_bucket` field on the resulting resource block. + - `ca_certificates_bundle_s3_key` (`string`): Set the `ca_certificates_bundle_s3_key` field on the resulting resource block. + - `ca_certificates_bundle_s3_object_version` (`string`): Set the `ca_certificates_bundle_s3_object_version` field on the resulting resource block. When `null`, the `ca_certificates_bundle_s3_object_version` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object. + - `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. + - `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. + - `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.lb_trust_store.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.lb_trust_store.newAttrs` constructs a new object with attributes and blocks configured for the `lb_trust_store` +Terraform resource. + +Unlike [aws.lb_trust_store.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**: + - `ca_certificates_bundle_s3_bucket` (`string`): Set the `ca_certificates_bundle_s3_bucket` field on the resulting object. + - `ca_certificates_bundle_s3_key` (`string`): Set the `ca_certificates_bundle_s3_key` field on the resulting object. + - `ca_certificates_bundle_s3_object_version` (`string`): Set the `ca_certificates_bundle_s3_object_version` field on the resulting object. When `null`, the `ca_certificates_bundle_s3_object_version` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `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. + - `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. + - `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.lb_trust_store.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 `lb_trust_store` resource into the root Terraform configuration. + + +### fn withCaCertificatesBundleS3Bucket + +```ts +withCaCertificatesBundleS3Bucket() +``` + +`aws.string.withCaCertificatesBundleS3Bucket` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the ca_certificates_bundle_s3_bucket field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `ca_certificates_bundle_s3_bucket` field. + + +### fn withCaCertificatesBundleS3Key + +```ts +withCaCertificatesBundleS3Key() +``` + +`aws.string.withCaCertificatesBundleS3Key` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the ca_certificates_bundle_s3_key field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `ca_certificates_bundle_s3_key` field. + + +### fn withCaCertificatesBundleS3ObjectVersion + +```ts +withCaCertificatesBundleS3ObjectVersion() +``` + +`aws.string.withCaCertificatesBundleS3ObjectVersion` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the ca_certificates_bundle_s3_object_version field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `ca_certificates_bundle_s3_object_version` field. + + +### 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 withNamePrefix + +```ts +withNamePrefix() +``` + +`aws.string.withNamePrefix` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the name_prefix field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `name_prefix` 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 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.lb_trust_store.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/lb_trust_store_revocation.md b/docs/5.x/lb_trust_store_revocation.md new file mode 100644 index 00000000..8a6f5bba --- /dev/null +++ b/docs/5.x/lb_trust_store_revocation.md @@ -0,0 +1,214 @@ +--- +permalink: /lb_trust_store_revocation/ +--- + +# lb_trust_store_revocation + +`lb_trust_store_revocation` represents the `aws_lb_trust_store_revocation` 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 withRevocationsS3Bucket()`](#fn-withrevocationss3bucket) +* [`fn withRevocationsS3Key()`](#fn-withrevocationss3key) +* [`fn withRevocationsS3ObjectVersion()`](#fn-withrevocationss3objectversion) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`fn withTrustStoreArn()`](#fn-withtruststorearn) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.lb_trust_store_revocation.new` injects a new `aws_lb_trust_store_revocation` 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.lb_trust_store_revocation.new('some_id') + +You can get the reference to the `id` field of the created `aws.lb_trust_store_revocation` using the reference: + + $._ref.aws_lb_trust_store_revocation.some_id.get('id') + +This is the same as directly entering `"${ aws_lb_trust_store_revocation.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. + - `revocations_s3_bucket` (`string`): Set the `revocations_s3_bucket` field on the resulting resource block. + - `revocations_s3_key` (`string`): Set the `revocations_s3_key` field on the resulting resource block. + - `revocations_s3_object_version` (`string`): Set the `revocations_s3_object_version` field on the resulting resource block. When `null`, the `revocations_s3_object_version` field will be omitted from the resulting object. + - `trust_store_arn` (`string`): Set the `trust_store_arn` 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.lb_trust_store_revocation.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.lb_trust_store_revocation.newAttrs` constructs a new object with attributes and blocks configured for the `lb_trust_store_revocation` +Terraform resource. + +Unlike [aws.lb_trust_store_revocation.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**: + - `revocations_s3_bucket` (`string`): Set the `revocations_s3_bucket` field on the resulting object. + - `revocations_s3_key` (`string`): Set the `revocations_s3_key` field on the resulting object. + - `revocations_s3_object_version` (`string`): Set the `revocations_s3_object_version` field on the resulting object. When `null`, the `revocations_s3_object_version` field will be omitted from the resulting object. + - `trust_store_arn` (`string`): Set the `trust_store_arn` 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.lb_trust_store_revocation.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 `lb_trust_store_revocation` resource into the root Terraform configuration. + + +### fn withRevocationsS3Bucket + +```ts +withRevocationsS3Bucket() +``` + +`aws.string.withRevocationsS3Bucket` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the revocations_s3_bucket field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `revocations_s3_bucket` field. + + +### fn withRevocationsS3Key + +```ts +withRevocationsS3Key() +``` + +`aws.string.withRevocationsS3Key` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the revocations_s3_key field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `revocations_s3_key` field. + + +### fn withRevocationsS3ObjectVersion + +```ts +withRevocationsS3ObjectVersion() +``` + +`aws.string.withRevocationsS3ObjectVersion` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the revocations_s3_object_version field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `revocations_s3_object_version` 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. + + +### fn withTrustStoreArn + +```ts +withTrustStoreArn() +``` + +`aws.string.withTrustStoreArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the trust_store_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `trust_store_arn` field. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.lb_trust_store_revocation.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + +**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 488d311f..2b7445db 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -427,6 +427,7 @@ Terraform sub block. - `location` (`string`): Use this to override the default service endpoint URL When `null`, the `location` field will be omitted from the resulting object. - `locationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `locationservice` field will be omitted from the resulting object. - `logs` (`string`): Use this to override the default service endpoint URL When `null`, the `logs` field will be omitted from the resulting object. + - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` field will be omitted from the resulting object. - `macie2` (`string`): Use this to override the default service endpoint URL When `null`, the `macie2` field will be omitted from the resulting object. - `managedgrafana` (`string`): Use this to override the default service endpoint URL When `null`, the `managedgrafana` field will be omitted from the resulting object. - `mediaconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconnect` field will be omitted from the resulting object. diff --git a/docs/5.x/sagemaker_app.md b/docs/5.x/sagemaker_app.md index f610a7cb..7e2de2eb 100644 --- a/docs/5.x/sagemaker_app.md +++ b/docs/5.x/sagemaker_app.md @@ -269,6 +269,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: diff --git a/docs/5.x/sagemaker_app_image_config.md b/docs/5.x/sagemaker_app_image_config.md index d0bb9813..b84ae550 100644 --- a/docs/5.x/sagemaker_app_image_config.md +++ b/docs/5.x/sagemaker_app_image_config.md @@ -16,10 +16,16 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withAppImageConfigName()`](#fn-withappimageconfigname) +* [`fn withJupyterLabImageConfig()`](#fn-withjupyterlabimageconfig) +* [`fn withJupyterLabImageConfigMixin()`](#fn-withjupyterlabimageconfigmixin) * [`fn withKernelGatewayImageConfig()`](#fn-withkernelgatewayimageconfig) * [`fn withKernelGatewayImageConfigMixin()`](#fn-withkernelgatewayimageconfigmixin) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) +* [`obj jupyter_lab_image_config`](#obj-jupyter_lab_image_config) + * [`fn new()`](#fn-jupyter_lab_image_confignew) + * [`obj jupyter_lab_image_config.container_config`](#obj-jupyter_lab_image_configcontainer_config) + * [`fn new()`](#fn-jupyter_lab_image_configcontainer_confignew) * [`obj kernel_gateway_image_config`](#obj-kernel_gateway_image_config) * [`fn new()`](#fn-kernel_gateway_image_confignew) * [`obj kernel_gateway_image_config.file_system_config`](#obj-kernel_gateway_image_configfile_system_config) @@ -59,6 +65,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `app_image_config_name` (`string`): Set the `app_image_config_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. + - `jupyter_lab_image_config` (`list[obj]`): Set the `jupyter_lab_image_config` field on the resulting resource block. When `null`, the `jupyter_lab_image_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.sagemaker_app_image_config.jupyter_lab_image_config.new](#fn-jupyter_lab_image_confignew) constructor. - `kernel_gateway_image_config` (`list[obj]`): Set the `kernel_gateway_image_config` field on the resulting resource block. When `null`, the `kernel_gateway_image_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.sagemaker_app_image_config.kernel_gateway_image_config.new](#fn-kernel_gateway_image_confignew) constructor. **Returns**: @@ -86,6 +93,7 @@ injecting into a complete block. - `app_image_config_name` (`string`): Set the `app_image_config_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. + - `jupyter_lab_image_config` (`list[obj]`): Set the `jupyter_lab_image_config` field on the resulting object. When `null`, the `jupyter_lab_image_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.sagemaker_app_image_config.jupyter_lab_image_config.new](#fn-jupyter_lab_image_confignew) constructor. - `kernel_gateway_image_config` (`list[obj]`): Set the `kernel_gateway_image_config` field on the resulting object. When `null`, the `kernel_gateway_image_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.sagemaker_app_image_config.kernel_gateway_image_config.new](#fn-kernel_gateway_image_confignew) constructor. **Returns**: @@ -108,6 +116,43 @@ Terraform resource block to set or update the app_image_config_name field. - `value` (`string`): The value to set for the `app_image_config_name` field. +### fn withJupyterLabImageConfig + +```ts +withJupyterLabImageConfig() +``` + +`aws.list[obj].withJupyterLabImageConfig` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the jupyter_lab_image_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].withJupyterLabImageConfigMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `jupyter_lab_image_config` field. + + +### fn withJupyterLabImageConfigMixin + +```ts +withJupyterLabImageConfigMixin() +``` + +`aws.list[obj].withJupyterLabImageConfigMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the jupyter_lab_image_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].withJupyterLabImageConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `jupyter_lab_image_config` field. + + ### fn withKernelGatewayImageConfig ```ts @@ -177,6 +222,54 @@ Terraform resource block to set or update the tags_all field. - `value` (`obj`): The value to set for the `tags_all` field. +## obj jupyter_lab_image_config + + + +### fn jupyter_lab_image_config.new + +```ts +new() +``` + + +`aws.sagemaker_app_image_config.jupyter_lab_image_config.new` constructs a new object with attributes and blocks configured for the `jupyter_lab_image_config` +Terraform sub block. + + + +**Args**: + - `container_config` (`list[obj]`): Set the `container_config` field on the resulting object. When `null`, the `container_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.sagemaker_app_image_config.jupyter_lab_image_config.container_config.new](#fn-jupyter_lab_image_configcontainer_confignew) constructor. + +**Returns**: + - An attribute object that represents the `jupyter_lab_image_config` sub block. + + +## obj jupyter_lab_image_config.container_config + + + +### fn jupyter_lab_image_config.container_config.new + +```ts +new() +``` + + +`aws.sagemaker_app_image_config.jupyter_lab_image_config.container_config.new` constructs a new object with attributes and blocks configured for the `container_config` +Terraform sub block. + + + +**Args**: + - `container_arguments` (`list`): Set the `container_arguments` field on the resulting object. When `null`, the `container_arguments` field will be omitted from the resulting object. + - `container_entrypoint` (`list`): Set the `container_entrypoint` field on the resulting object. When `null`, the `container_entrypoint` field will be omitted from the resulting object. + - `container_environment_variables` (`obj`): Set the `container_environment_variables` field on the resulting object. When `null`, the `container_environment_variables` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `container_config` sub block. + + ## obj kernel_gateway_image_config diff --git a/docs/5.x/sagemaker_domain.md b/docs/5.x/sagemaker_domain.md index f9bb0c07..7277f879 100644 --- a/docs/5.x/sagemaker_domain.md +++ b/docs/5.x/sagemaker_domain.md @@ -62,6 +62,24 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-default_user_settingscanvas_app_settingstime_series_forecasting_settingsnew) * [`obj default_user_settings.canvas_app_settings.workspace_settings`](#obj-default_user_settingscanvas_app_settingsworkspace_settings) * [`fn new()`](#fn-default_user_settingscanvas_app_settingsworkspace_settingsnew) + * [`obj default_user_settings.code_editor_app_settings`](#obj-default_user_settingscode_editor_app_settings) + * [`fn new()`](#fn-default_user_settingscode_editor_app_settingsnew) + * [`obj default_user_settings.code_editor_app_settings.default_resource_spec`](#obj-default_user_settingscode_editor_app_settingsdefault_resource_spec) + * [`fn new()`](#fn-default_user_settingscode_editor_app_settingsdefault_resource_specnew) + * [`obj default_user_settings.custom_file_system_config`](#obj-default_user_settingscustom_file_system_config) + * [`fn new()`](#fn-default_user_settingscustom_file_system_confignew) + * [`obj default_user_settings.custom_file_system_config.efs_file_system_config`](#obj-default_user_settingscustom_file_system_configefs_file_system_config) + * [`fn new()`](#fn-default_user_settingscustom_file_system_configefs_file_system_confignew) + * [`obj default_user_settings.custom_posix_user_config`](#obj-default_user_settingscustom_posix_user_config) + * [`fn new()`](#fn-default_user_settingscustom_posix_user_confignew) + * [`obj default_user_settings.jupyter_lab_app_settings`](#obj-default_user_settingsjupyter_lab_app_settings) + * [`fn new()`](#fn-default_user_settingsjupyter_lab_app_settingsnew) + * [`obj default_user_settings.jupyter_lab_app_settings.code_repository`](#obj-default_user_settingsjupyter_lab_app_settingscode_repository) + * [`fn new()`](#fn-default_user_settingsjupyter_lab_app_settingscode_repositorynew) + * [`obj default_user_settings.jupyter_lab_app_settings.custom_image`](#obj-default_user_settingsjupyter_lab_app_settingscustom_image) + * [`fn new()`](#fn-default_user_settingsjupyter_lab_app_settingscustom_imagenew) + * [`obj default_user_settings.jupyter_lab_app_settings.default_resource_spec`](#obj-default_user_settingsjupyter_lab_app_settingsdefault_resource_spec) + * [`fn new()`](#fn-default_user_settingsjupyter_lab_app_settingsdefault_resource_specnew) * [`obj default_user_settings.jupyter_server_app_settings`](#obj-default_user_settingsjupyter_server_app_settings) * [`fn new()`](#fn-default_user_settingsjupyter_server_app_settingsnew) * [`obj default_user_settings.jupyter_server_app_settings.code_repository`](#obj-default_user_settingsjupyter_server_app_settingscode_repository) @@ -84,6 +102,10 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-default_user_settingsr_studio_server_pro_app_settingsnew) * [`obj default_user_settings.sharing_settings`](#obj-default_user_settingssharing_settings) * [`fn new()`](#fn-default_user_settingssharing_settingsnew) + * [`obj default_user_settings.space_storage_settings`](#obj-default_user_settingsspace_storage_settings) + * [`fn new()`](#fn-default_user_settingsspace_storage_settingsnew) + * [`obj default_user_settings.space_storage_settings.default_ebs_storage_settings`](#obj-default_user_settingsspace_storage_settingsdefault_ebs_storage_settings) + * [`fn new()`](#fn-default_user_settingsspace_storage_settingsdefault_ebs_storage_settingsnew) * [`obj default_user_settings.tensor_board_app_settings`](#obj-default_user_settingstensor_board_app_settings) * [`fn new()`](#fn-default_user_settingstensor_board_app_settingsnew) * [`obj default_user_settings.tensor_board_app_settings.default_resource_spec`](#obj-default_user_settingstensor_board_app_settingsdefault_resource_spec) @@ -566,6 +588,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -642,6 +665,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -665,14 +689,21 @@ Terraform sub block. **Args**: + - `default_landing_uri` (`string`): Set the `default_landing_uri` field on the resulting object. When `null`, the `default_landing_uri` field will be omitted from the resulting object. - `execution_role` (`string`): Set the `execution_role` field on the resulting object. - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object. + - `studio_web_portal` (`string`): Set the `studio_web_portal` field on the resulting object. When `null`, the `studio_web_portal` field will be omitted from the resulting object. - `canvas_app_settings` (`list[obj]`): Set the `canvas_app_settings` field on the resulting object. When `null`, the `canvas_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.canvas_app_settings.new](#fn-default_user_settingscanvas_app_settingsnew) constructor. + - `code_editor_app_settings` (`list[obj]`): Set the `code_editor_app_settings` field on the resulting object. When `null`, the `code_editor_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.code_editor_app_settings.new](#fn-default_user_settingscode_editor_app_settingsnew) constructor. + - `custom_file_system_config` (`list[obj]`): Set the `custom_file_system_config` field on the resulting object. When `null`, the `custom_file_system_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.sagemaker_domain.default_user_settings.custom_file_system_config.new](#fn-default_user_settingscustom_file_system_confignew) constructor. + - `custom_posix_user_config` (`list[obj]`): Set the `custom_posix_user_config` field on the resulting object. When `null`, the `custom_posix_user_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.sagemaker_domain.default_user_settings.custom_posix_user_config.new](#fn-default_user_settingscustom_posix_user_confignew) constructor. + - `jupyter_lab_app_settings` (`list[obj]`): Set the `jupyter_lab_app_settings` field on the resulting object. When `null`, the `jupyter_lab_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.new](#fn-default_user_settingsjupyter_lab_app_settingsnew) constructor. - `jupyter_server_app_settings` (`list[obj]`): Set the `jupyter_server_app_settings` field on the resulting object. When `null`, the `jupyter_server_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_server_app_settings.new](#fn-default_user_settingsjupyter_server_app_settingsnew) constructor. - `kernel_gateway_app_settings` (`list[obj]`): Set the `kernel_gateway_app_settings` field on the resulting object. When `null`, the `kernel_gateway_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.kernel_gateway_app_settings.new](#fn-default_user_settingskernel_gateway_app_settingsnew) constructor. - `r_session_app_settings` (`list[obj]`): Set the `r_session_app_settings` field on the resulting object. When `null`, the `r_session_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.r_session_app_settings.new](#fn-default_user_settingsr_session_app_settingsnew) constructor. - `r_studio_server_pro_app_settings` (`list[obj]`): Set the `r_studio_server_pro_app_settings` field on the resulting object. When `null`, the `r_studio_server_pro_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.r_studio_server_pro_app_settings.new](#fn-default_user_settingsr_studio_server_pro_app_settingsnew) constructor. - `sharing_settings` (`list[obj]`): Set the `sharing_settings` field on the resulting object. When `null`, the `sharing_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.sharing_settings.new](#fn-default_user_settingssharing_settingsnew) constructor. + - `space_storage_settings` (`list[obj]`): Set the `space_storage_settings` field on the resulting object. When `null`, the `space_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.space_storage_settings.new](#fn-default_user_settingsspace_storage_settingsnew) constructor. - `tensor_board_app_settings` (`list[obj]`): Set the `tensor_board_app_settings` field on the resulting object. When `null`, the `tensor_board_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.tensor_board_app_settings.new](#fn-default_user_settingstensor_board_app_settingsnew) constructor. **Returns**: @@ -850,6 +881,229 @@ Terraform sub block. - An attribute object that represents the `workspace_settings` sub block. +## obj default_user_settings.code_editor_app_settings + + + +### fn default_user_settings.code_editor_app_settings.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.code_editor_app_settings.new` constructs a new object with attributes and blocks configured for the `code_editor_app_settings` +Terraform sub block. + + + +**Args**: + - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object. + - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.code_editor_app_settings.default_resource_spec.new](#fn-default_user_settingsdefault_user_settingsdefault_resource_specnew) constructor. + +**Returns**: + - An attribute object that represents the `code_editor_app_settings` sub block. + + +## obj default_user_settings.code_editor_app_settings.default_resource_spec + + + +### fn default_user_settings.code_editor_app_settings.default_resource_spec.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.code_editor_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec` +Terraform sub block. + + + +**Args**: + - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. + - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. + - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. + - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `default_resource_spec` sub block. + + +## obj default_user_settings.custom_file_system_config + + + +### fn default_user_settings.custom_file_system_config.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.custom_file_system_config.new` constructs a new object with attributes and blocks configured for the `custom_file_system_config` +Terraform sub block. + + + +**Args**: + - `efs_file_system_config` (`list[obj]`): Set the `efs_file_system_config` field on the resulting object. When `null`, the `efs_file_system_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.sagemaker_domain.default_user_settings.custom_file_system_config.efs_file_system_config.new](#fn-default_user_settingsdefault_user_settingsefs_file_system_confignew) constructor. + +**Returns**: + - An attribute object that represents the `custom_file_system_config` sub block. + + +## obj default_user_settings.custom_file_system_config.efs_file_system_config + + + +### fn default_user_settings.custom_file_system_config.efs_file_system_config.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.custom_file_system_config.efs_file_system_config.new` constructs a new object with attributes and blocks configured for the `efs_file_system_config` +Terraform sub block. + + + +**Args**: + - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object. + - `file_system_path` (`string`): Set the `file_system_path` field on the resulting object. + +**Returns**: + - An attribute object that represents the `efs_file_system_config` sub block. + + +## obj default_user_settings.custom_posix_user_config + + + +### fn default_user_settings.custom_posix_user_config.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.custom_posix_user_config.new` constructs a new object with attributes and blocks configured for the `custom_posix_user_config` +Terraform sub block. + + + +**Args**: + - `gid` (`number`): Set the `gid` field on the resulting object. + - `uid` (`number`): Set the `uid` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_posix_user_config` sub block. + + +## obj default_user_settings.jupyter_lab_app_settings + + + +### fn default_user_settings.jupyter_lab_app_settings.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.new` constructs a new object with attributes and blocks configured for the `jupyter_lab_app_settings` +Terraform sub block. + + + +**Args**: + - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object. + - `code_repository` (`list[obj]`): Set the `code_repository` field on the resulting object. When `null`, the `code_repository` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.code_repository.new](#fn-default_user_settingsdefault_user_settingscode_repositorynew) constructor. + - `custom_image` (`list[obj]`): Set the `custom_image` field on the resulting object. When `null`, the `custom_image` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.custom_image.new](#fn-default_user_settingsdefault_user_settingscustom_imagenew) constructor. + - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.default_resource_spec.new](#fn-default_user_settingsdefault_user_settingsdefault_resource_specnew) constructor. + +**Returns**: + - An attribute object that represents the `jupyter_lab_app_settings` sub block. + + +## obj default_user_settings.jupyter_lab_app_settings.code_repository + + + +### fn default_user_settings.jupyter_lab_app_settings.code_repository.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository` +Terraform sub block. + + + +**Args**: + - `repository_url` (`string`): Set the `repository_url` field on the resulting object. + +**Returns**: + - An attribute object that represents the `code_repository` sub block. + + +## obj default_user_settings.jupyter_lab_app_settings.custom_image + + + +### fn default_user_settings.jupyter_lab_app_settings.custom_image.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.custom_image.new` constructs a new object with attributes and blocks configured for the `custom_image` +Terraform sub block. + + + +**Args**: + - `app_image_config_name` (`string`): Set the `app_image_config_name` field on the resulting object. + - `image_name` (`string`): Set the `image_name` field on the resulting object. + - `image_version_number` (`number`): Set the `image_version_number` field on the resulting object. When `null`, the `image_version_number` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `custom_image` sub block. + + +## obj default_user_settings.jupyter_lab_app_settings.default_resource_spec + + + +### fn default_user_settings.jupyter_lab_app_settings.default_resource_spec.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.jupyter_lab_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec` +Terraform sub block. + + + +**Args**: + - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. + - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. + - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. + - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `default_resource_spec` sub block. + + ## obj default_user_settings.jupyter_server_app_settings @@ -918,6 +1172,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -994,6 +1249,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -1069,6 +1325,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -1124,6 +1381,53 @@ Terraform sub block. - An attribute object that represents the `sharing_settings` sub block. +## obj default_user_settings.space_storage_settings + + + +### fn default_user_settings.space_storage_settings.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.space_storage_settings.new` constructs a new object with attributes and blocks configured for the `space_storage_settings` +Terraform sub block. + + + +**Args**: + - `default_ebs_storage_settings` (`list[obj]`): Set the `default_ebs_storage_settings` field on the resulting object. When `null`, the `default_ebs_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_domain.default_user_settings.space_storage_settings.default_ebs_storage_settings.new](#fn-default_user_settingsdefault_user_settingsdefault_ebs_storage_settingsnew) constructor. + +**Returns**: + - An attribute object that represents the `space_storage_settings` sub block. + + +## obj default_user_settings.space_storage_settings.default_ebs_storage_settings + + + +### fn default_user_settings.space_storage_settings.default_ebs_storage_settings.new + +```ts +new() +``` + + +`aws.sagemaker_domain.default_user_settings.space_storage_settings.default_ebs_storage_settings.new` constructs a new object with attributes and blocks configured for the `default_ebs_storage_settings` +Terraform sub block. + + + +**Args**: + - `default_ebs_volume_size_in_gb` (`number`): Set the `default_ebs_volume_size_in_gb` field on the resulting object. + - `maximum_ebs_volume_size_in_gb` (`number`): Set the `maximum_ebs_volume_size_in_gb` field on the resulting object. + +**Returns**: + - An attribute object that represents the `default_ebs_storage_settings` sub block. + + ## obj default_user_settings.tensor_board_app_settings @@ -1167,6 +1471,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -1244,6 +1549,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: diff --git a/docs/5.x/sagemaker_space.md b/docs/5.x/sagemaker_space.md index 1564a0e2..4be8be46 100644 --- a/docs/5.x/sagemaker_space.md +++ b/docs/5.x/sagemaker_space.md @@ -16,6 +16,7 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withDomainId()`](#fn-withdomainid) +* [`fn withSpaceDisplayName()`](#fn-withspacedisplayname) * [`fn withSpaceName()`](#fn-withspacename) * [`fn withSpaceSettings()`](#fn-withspacesettings) * [`fn withSpaceSettingsMixin()`](#fn-withspacesettingsmixin) @@ -66,6 +67,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `resourceLabel` (`string`): The name label of the block. - `domain_id` (`string`): Set the `domain_id` field on the resulting resource block. + - `space_display_name` (`string`): Set the `space_display_name` field on the resulting resource block. When `null`, the `space_display_name` field will be omitted from the resulting object. - `space_name` (`string`): Set the `space_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. @@ -94,6 +96,7 @@ injecting into a complete block. **Args**: - `domain_id` (`string`): Set the `domain_id` field on the resulting object. + - `space_display_name` (`string`): Set the `space_display_name` field on the resulting object. When `null`, the `space_display_name` field will be omitted from the resulting object. - `space_name` (`string`): Set the `space_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. @@ -119,6 +122,22 @@ Terraform resource block to set or update the domain_id field. - `value` (`string`): The value to set for the `domain_id` field. +### fn withSpaceDisplayName + +```ts +withSpaceDisplayName() +``` + +`aws.string.withSpaceDisplayName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the space_display_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `space_display_name` field. + + ### fn withSpaceName ```ts @@ -296,6 +315,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -372,6 +392,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: diff --git a/docs/5.x/sagemaker_user_profile.md b/docs/5.x/sagemaker_user_profile.md index b7f78b04..b4dfff06 100644 --- a/docs/5.x/sagemaker_user_profile.md +++ b/docs/5.x/sagemaker_user_profile.md @@ -39,6 +39,24 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-user_settingscanvas_app_settingstime_series_forecasting_settingsnew) * [`obj user_settings.canvas_app_settings.workspace_settings`](#obj-user_settingscanvas_app_settingsworkspace_settings) * [`fn new()`](#fn-user_settingscanvas_app_settingsworkspace_settingsnew) + * [`obj user_settings.code_editor_app_settings`](#obj-user_settingscode_editor_app_settings) + * [`fn new()`](#fn-user_settingscode_editor_app_settingsnew) + * [`obj user_settings.code_editor_app_settings.default_resource_spec`](#obj-user_settingscode_editor_app_settingsdefault_resource_spec) + * [`fn new()`](#fn-user_settingscode_editor_app_settingsdefault_resource_specnew) + * [`obj user_settings.custom_file_system_config`](#obj-user_settingscustom_file_system_config) + * [`fn new()`](#fn-user_settingscustom_file_system_confignew) + * [`obj user_settings.custom_file_system_config.efs_file_system_config`](#obj-user_settingscustom_file_system_configefs_file_system_config) + * [`fn new()`](#fn-user_settingscustom_file_system_configefs_file_system_confignew) + * [`obj user_settings.custom_posix_user_config`](#obj-user_settingscustom_posix_user_config) + * [`fn new()`](#fn-user_settingscustom_posix_user_confignew) + * [`obj user_settings.jupyter_lab_app_settings`](#obj-user_settingsjupyter_lab_app_settings) + * [`fn new()`](#fn-user_settingsjupyter_lab_app_settingsnew) + * [`obj user_settings.jupyter_lab_app_settings.code_repository`](#obj-user_settingsjupyter_lab_app_settingscode_repository) + * [`fn new()`](#fn-user_settingsjupyter_lab_app_settingscode_repositorynew) + * [`obj user_settings.jupyter_lab_app_settings.custom_image`](#obj-user_settingsjupyter_lab_app_settingscustom_image) + * [`fn new()`](#fn-user_settingsjupyter_lab_app_settingscustom_imagenew) + * [`obj user_settings.jupyter_lab_app_settings.default_resource_spec`](#obj-user_settingsjupyter_lab_app_settingsdefault_resource_spec) + * [`fn new()`](#fn-user_settingsjupyter_lab_app_settingsdefault_resource_specnew) * [`obj user_settings.jupyter_server_app_settings`](#obj-user_settingsjupyter_server_app_settings) * [`fn new()`](#fn-user_settingsjupyter_server_app_settingsnew) * [`obj user_settings.jupyter_server_app_settings.code_repository`](#obj-user_settingsjupyter_server_app_settingscode_repository) @@ -61,6 +79,10 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-user_settingsr_studio_server_pro_app_settingsnew) * [`obj user_settings.sharing_settings`](#obj-user_settingssharing_settings) * [`fn new()`](#fn-user_settingssharing_settingsnew) + * [`obj user_settings.space_storage_settings`](#obj-user_settingsspace_storage_settings) + * [`fn new()`](#fn-user_settingsspace_storage_settingsnew) + * [`obj user_settings.space_storage_settings.default_ebs_storage_settings`](#obj-user_settingsspace_storage_settingsdefault_ebs_storage_settings) + * [`fn new()`](#fn-user_settingsspace_storage_settingsdefault_ebs_storage_settingsnew) * [`obj user_settings.tensor_board_app_settings`](#obj-user_settingstensor_board_app_settings) * [`fn new()`](#fn-user_settingstensor_board_app_settingsnew) * [`obj user_settings.tensor_board_app_settings.default_resource_spec`](#obj-user_settingstensor_board_app_settingsdefault_resource_spec) @@ -287,14 +309,21 @@ Terraform sub block. **Args**: + - `default_landing_uri` (`string`): Set the `default_landing_uri` field on the resulting object. When `null`, the `default_landing_uri` field will be omitted from the resulting object. - `execution_role` (`string`): Set the `execution_role` field on the resulting object. - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object. + - `studio_web_portal` (`string`): Set the `studio_web_portal` field on the resulting object. When `null`, the `studio_web_portal` field will be omitted from the resulting object. - `canvas_app_settings` (`list[obj]`): Set the `canvas_app_settings` field on the resulting object. When `null`, the `canvas_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.canvas_app_settings.new](#fn-user_settingscanvas_app_settingsnew) constructor. + - `code_editor_app_settings` (`list[obj]`): Set the `code_editor_app_settings` field on the resulting object. When `null`, the `code_editor_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.code_editor_app_settings.new](#fn-user_settingscode_editor_app_settingsnew) constructor. + - `custom_file_system_config` (`list[obj]`): Set the `custom_file_system_config` field on the resulting object. When `null`, the `custom_file_system_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.sagemaker_user_profile.user_settings.custom_file_system_config.new](#fn-user_settingscustom_file_system_confignew) constructor. + - `custom_posix_user_config` (`list[obj]`): Set the `custom_posix_user_config` field on the resulting object. When `null`, the `custom_posix_user_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.sagemaker_user_profile.user_settings.custom_posix_user_config.new](#fn-user_settingscustom_posix_user_confignew) constructor. + - `jupyter_lab_app_settings` (`list[obj]`): Set the `jupyter_lab_app_settings` field on the resulting object. When `null`, the `jupyter_lab_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.new](#fn-user_settingsjupyter_lab_app_settingsnew) constructor. - `jupyter_server_app_settings` (`list[obj]`): Set the `jupyter_server_app_settings` field on the resulting object. When `null`, the `jupyter_server_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_server_app_settings.new](#fn-user_settingsjupyter_server_app_settingsnew) constructor. - `kernel_gateway_app_settings` (`list[obj]`): Set the `kernel_gateway_app_settings` field on the resulting object. When `null`, the `kernel_gateway_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.kernel_gateway_app_settings.new](#fn-user_settingskernel_gateway_app_settingsnew) constructor. - `r_session_app_settings` (`list[obj]`): Set the `r_session_app_settings` field on the resulting object. When `null`, the `r_session_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.r_session_app_settings.new](#fn-user_settingsr_session_app_settingsnew) constructor. - `r_studio_server_pro_app_settings` (`list[obj]`): Set the `r_studio_server_pro_app_settings` field on the resulting object. When `null`, the `r_studio_server_pro_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.r_studio_server_pro_app_settings.new](#fn-user_settingsr_studio_server_pro_app_settingsnew) constructor. - `sharing_settings` (`list[obj]`): Set the `sharing_settings` field on the resulting object. When `null`, the `sharing_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.sharing_settings.new](#fn-user_settingssharing_settingsnew) constructor. + - `space_storage_settings` (`list[obj]`): Set the `space_storage_settings` field on the resulting object. When `null`, the `space_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.space_storage_settings.new](#fn-user_settingsspace_storage_settingsnew) constructor. - `tensor_board_app_settings` (`list[obj]`): Set the `tensor_board_app_settings` field on the resulting object. When `null`, the `tensor_board_app_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.tensor_board_app_settings.new](#fn-user_settingstensor_board_app_settingsnew) constructor. **Returns**: @@ -472,6 +501,229 @@ Terraform sub block. - An attribute object that represents the `workspace_settings` sub block. +## obj user_settings.code_editor_app_settings + + + +### fn user_settings.code_editor_app_settings.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.code_editor_app_settings.new` constructs a new object with attributes and blocks configured for the `code_editor_app_settings` +Terraform sub block. + + + +**Args**: + - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object. + - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.code_editor_app_settings.default_resource_spec.new](#fn-user_settingsuser_settingsdefault_resource_specnew) constructor. + +**Returns**: + - An attribute object that represents the `code_editor_app_settings` sub block. + + +## obj user_settings.code_editor_app_settings.default_resource_spec + + + +### fn user_settings.code_editor_app_settings.default_resource_spec.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.code_editor_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec` +Terraform sub block. + + + +**Args**: + - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. + - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. + - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. + - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `default_resource_spec` sub block. + + +## obj user_settings.custom_file_system_config + + + +### fn user_settings.custom_file_system_config.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.custom_file_system_config.new` constructs a new object with attributes and blocks configured for the `custom_file_system_config` +Terraform sub block. + + + +**Args**: + - `efs_file_system_config` (`list[obj]`): Set the `efs_file_system_config` field on the resulting object. When `null`, the `efs_file_system_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.sagemaker_user_profile.user_settings.custom_file_system_config.efs_file_system_config.new](#fn-user_settingsuser_settingsefs_file_system_confignew) constructor. + +**Returns**: + - An attribute object that represents the `custom_file_system_config` sub block. + + +## obj user_settings.custom_file_system_config.efs_file_system_config + + + +### fn user_settings.custom_file_system_config.efs_file_system_config.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.custom_file_system_config.efs_file_system_config.new` constructs a new object with attributes and blocks configured for the `efs_file_system_config` +Terraform sub block. + + + +**Args**: + - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object. + - `file_system_path` (`string`): Set the `file_system_path` field on the resulting object. When `null`, the `file_system_path` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `efs_file_system_config` sub block. + + +## obj user_settings.custom_posix_user_config + + + +### fn user_settings.custom_posix_user_config.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.custom_posix_user_config.new` constructs a new object with attributes and blocks configured for the `custom_posix_user_config` +Terraform sub block. + + + +**Args**: + - `gid` (`number`): Set the `gid` field on the resulting object. + - `uid` (`number`): Set the `uid` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_posix_user_config` sub block. + + +## obj user_settings.jupyter_lab_app_settings + + + +### fn user_settings.jupyter_lab_app_settings.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.new` constructs a new object with attributes and blocks configured for the `jupyter_lab_app_settings` +Terraform sub block. + + + +**Args**: + - `lifecycle_config_arns` (`list`): Set the `lifecycle_config_arns` field on the resulting object. When `null`, the `lifecycle_config_arns` field will be omitted from the resulting object. + - `code_repository` (`list[obj]`): Set the `code_repository` field on the resulting object. When `null`, the `code_repository` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.code_repository.new](#fn-user_settingsuser_settingscode_repositorynew) constructor. + - `custom_image` (`list[obj]`): Set the `custom_image` field on the resulting object. When `null`, the `custom_image` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.custom_image.new](#fn-user_settingsuser_settingscustom_imagenew) constructor. + - `default_resource_spec` (`list[obj]`): Set the `default_resource_spec` field on the resulting object. When `null`, the `default_resource_spec` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.default_resource_spec.new](#fn-user_settingsuser_settingsdefault_resource_specnew) constructor. + +**Returns**: + - An attribute object that represents the `jupyter_lab_app_settings` sub block. + + +## obj user_settings.jupyter_lab_app_settings.code_repository + + + +### fn user_settings.jupyter_lab_app_settings.code_repository.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.code_repository.new` constructs a new object with attributes and blocks configured for the `code_repository` +Terraform sub block. + + + +**Args**: + - `repository_url` (`string`): Set the `repository_url` field on the resulting object. + +**Returns**: + - An attribute object that represents the `code_repository` sub block. + + +## obj user_settings.jupyter_lab_app_settings.custom_image + + + +### fn user_settings.jupyter_lab_app_settings.custom_image.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.custom_image.new` constructs a new object with attributes and blocks configured for the `custom_image` +Terraform sub block. + + + +**Args**: + - `app_image_config_name` (`string`): Set the `app_image_config_name` field on the resulting object. + - `image_name` (`string`): Set the `image_name` field on the resulting object. + - `image_version_number` (`number`): Set the `image_version_number` field on the resulting object. When `null`, the `image_version_number` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `custom_image` sub block. + + +## obj user_settings.jupyter_lab_app_settings.default_resource_spec + + + +### fn user_settings.jupyter_lab_app_settings.default_resource_spec.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.jupyter_lab_app_settings.default_resource_spec.new` constructs a new object with attributes and blocks configured for the `default_resource_spec` +Terraform sub block. + + + +**Args**: + - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. + - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. + - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. + - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `default_resource_spec` sub block. + + ## obj user_settings.jupyter_server_app_settings @@ -540,6 +792,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -616,6 +869,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -691,6 +945,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: @@ -746,6 +1001,53 @@ Terraform sub block. - An attribute object that represents the `sharing_settings` sub block. +## obj user_settings.space_storage_settings + + + +### fn user_settings.space_storage_settings.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.space_storage_settings.new` constructs a new object with attributes and blocks configured for the `space_storage_settings` +Terraform sub block. + + + +**Args**: + - `default_ebs_storage_settings` (`list[obj]`): Set the `default_ebs_storage_settings` field on the resulting object. When `null`, the `default_ebs_storage_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.sagemaker_user_profile.user_settings.space_storage_settings.default_ebs_storage_settings.new](#fn-user_settingsuser_settingsdefault_ebs_storage_settingsnew) constructor. + +**Returns**: + - An attribute object that represents the `space_storage_settings` sub block. + + +## obj user_settings.space_storage_settings.default_ebs_storage_settings + + + +### fn user_settings.space_storage_settings.default_ebs_storage_settings.new + +```ts +new() +``` + + +`aws.sagemaker_user_profile.user_settings.space_storage_settings.default_ebs_storage_settings.new` constructs a new object with attributes and blocks configured for the `default_ebs_storage_settings` +Terraform sub block. + + + +**Args**: + - `default_ebs_volume_size_in_gb` (`number`): Set the `default_ebs_volume_size_in_gb` field on the resulting object. + - `maximum_ebs_volume_size_in_gb` (`number`): Set the `maximum_ebs_volume_size_in_gb` field on the resulting object. + +**Returns**: + - An attribute object that represents the `default_ebs_storage_settings` sub block. + + ## obj user_settings.tensor_board_app_settings @@ -789,6 +1091,7 @@ Terraform sub block. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. When `null`, the `instance_type` field will be omitted from the resulting object. - `lifecycle_config_arn` (`string`): Set the `lifecycle_config_arn` field on the resulting object. When `null`, the `lifecycle_config_arn` field will be omitted from the resulting object. - `sagemaker_image_arn` (`string`): Set the `sagemaker_image_arn` field on the resulting object. When `null`, the `sagemaker_image_arn` field will be omitted from the resulting object. + - `sagemaker_image_version_alias` (`string`): Set the `sagemaker_image_version_alias` field on the resulting object. When `null`, the `sagemaker_image_version_alias` field will be omitted from the resulting object. - `sagemaker_image_version_arn` (`string`): Set the `sagemaker_image_version_arn` field on the resulting object. When `null`, the `sagemaker_image_version_arn` field will be omitted from the resulting object. **Returns**: diff --git a/docs/5.x/securitylake_data_lake.md b/docs/5.x/securitylake_data_lake.md new file mode 100644 index 00000000..151002ce --- /dev/null +++ b/docs/5.x/securitylake_data_lake.md @@ -0,0 +1,350 @@ +--- +permalink: /securitylake_data_lake/ +--- + +# securitylake_data_lake + +`securitylake_data_lake` represents the `aws_securitylake_data_lake` 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 withConfiguration()`](#fn-withconfiguration) +* [`fn withConfigurationMixin()`](#fn-withconfigurationmixin) +* [`fn withMetaStoreManagerRoleArn()`](#fn-withmetastoremanagerrolearn) +* [`fn withTags()`](#fn-withtags) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj configuration`](#obj-configuration) + * [`fn new()`](#fn-configurationnew) + * [`obj configuration.lifecycle_configuration`](#obj-configurationlifecycle_configuration) + * [`fn new()`](#fn-configurationlifecycle_configurationnew) + * [`obj configuration.lifecycle_configuration.expiration`](#obj-configurationlifecycle_configurationexpiration) + * [`fn new()`](#fn-configurationlifecycle_configurationexpirationnew) + * [`obj configuration.lifecycle_configuration.transition`](#obj-configurationlifecycle_configurationtransition) + * [`fn new()`](#fn-configurationlifecycle_configurationtransitionnew) + * [`obj configuration.replication_configuration`](#obj-configurationreplication_configuration) + * [`fn new()`](#fn-configurationreplication_configurationnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.securitylake_data_lake.new` injects a new `aws_securitylake_data_lake` 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.securitylake_data_lake.new('some_id') + +You can get the reference to the `id` field of the created `aws.securitylake_data_lake` using the reference: + + $._ref.aws_securitylake_data_lake.some_id.get('id') + +This is the same as directly entering `"${ aws_securitylake_data_lake.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. + - `meta_store_manager_role_arn` (`string`): Set the `meta_store_manager_role_arn` 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. + - `configuration` (`list[obj]`): Set the `configuration` field on the resulting resource block. When `null`, the `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.securitylake_data_lake.configuration.new](#fn-configurationnew) constructor. + - `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.securitylake_data_lake.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.securitylake_data_lake.newAttrs` constructs a new object with attributes and blocks configured for the `securitylake_data_lake` +Terraform resource. + +Unlike [aws.securitylake_data_lake.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**: + - `meta_store_manager_role_arn` (`string`): Set the `meta_store_manager_role_arn` 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. + - `configuration` (`list[obj]`): Set the `configuration` field on the resulting object. When `null`, the `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.securitylake_data_lake.configuration.new](#fn-configurationnew) constructor. + - `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.securitylake_data_lake.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 `securitylake_data_lake` resource into the root Terraform configuration. + + +### fn withConfiguration + +```ts +withConfiguration() +``` + +`aws.list[obj].withConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the configuration 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].withConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `configuration` field. + + +### fn withConfigurationMixin + +```ts +withConfigurationMixin() +``` + +`aws.list[obj].withConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the configuration 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].withConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `configuration` field. + + +### fn withMetaStoreManagerRoleArn + +```ts +withMetaStoreManagerRoleArn() +``` + +`aws.string.withMetaStoreManagerRoleArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the meta_store_manager_role_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `meta_store_manager_role_arn` 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 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 configuration + + + +### fn configuration.new + +```ts +new() +``` + + +`aws.securitylake_data_lake.configuration.new` constructs a new object with attributes and blocks configured for the `configuration` +Terraform sub block. + + + +**Args**: + - `encryption_configuration` (`list`): Set the `encryption_configuration` field on the resulting object. When `null`, the `encryption_configuration` field will be omitted from the resulting object. + - `region` (`string`): Set the `region` field on the resulting object. + - `lifecycle_configuration` (`list[obj]`): Set the `lifecycle_configuration` field on the resulting object. When `null`, the `lifecycle_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.securitylake_data_lake.configuration.lifecycle_configuration.new](#fn-configurationlifecycle_configurationnew) constructor. + - `replication_configuration` (`list[obj]`): Set the `replication_configuration` field on the resulting object. When `null`, the `replication_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.securitylake_data_lake.configuration.replication_configuration.new](#fn-configurationreplication_configurationnew) constructor. + +**Returns**: + - An attribute object that represents the `configuration` sub block. + + +## obj configuration.lifecycle_configuration + + + +### fn configuration.lifecycle_configuration.new + +```ts +new() +``` + + +`aws.securitylake_data_lake.configuration.lifecycle_configuration.new` constructs a new object with attributes and blocks configured for the `lifecycle_configuration` +Terraform sub block. + + + +**Args**: + - `expiration` (`list[obj]`): Set the `expiration` field on the resulting object. When `null`, the `expiration` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.securitylake_data_lake.configuration.lifecycle_configuration.expiration.new](#fn-configurationconfigurationexpirationnew) constructor. + - `transition` (`list[obj]`): Set the `transition` field on the resulting object. When `null`, the `transition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.securitylake_data_lake.configuration.lifecycle_configuration.transition.new](#fn-configurationconfigurationtransitionnew) constructor. + +**Returns**: + - An attribute object that represents the `lifecycle_configuration` sub block. + + +## obj configuration.lifecycle_configuration.expiration + + + +### fn configuration.lifecycle_configuration.expiration.new + +```ts +new() +``` + + +`aws.securitylake_data_lake.configuration.lifecycle_configuration.expiration.new` constructs a new object with attributes and blocks configured for the `expiration` +Terraform sub block. + + + +**Args**: + - `days` (`number`): Set the `days` field on the resulting object. When `null`, the `days` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `expiration` sub block. + + +## obj configuration.lifecycle_configuration.transition + + + +### fn configuration.lifecycle_configuration.transition.new + +```ts +new() +``` + + +`aws.securitylake_data_lake.configuration.lifecycle_configuration.transition.new` constructs a new object with attributes and blocks configured for the `transition` +Terraform sub block. + + + +**Args**: + - `days` (`number`): Set the `days` field on the resulting object. When `null`, the `days` field will be omitted from the resulting object. + - `storage_class` (`string`): Set the `storage_class` field on the resulting object. When `null`, the `storage_class` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `transition` sub block. + + +## obj configuration.replication_configuration + + + +### fn configuration.replication_configuration.new + +```ts +new() +``` + + +`aws.securitylake_data_lake.configuration.replication_configuration.new` constructs a new object with attributes and blocks configured for the `replication_configuration` +Terraform sub block. + + + +**Args**: + - `regions` (`list`): Set the `regions` field on the resulting object. When `null`, the `regions` 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. + +**Returns**: + - An attribute object that represents the `replication_configuration` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.securitylake_data_lake.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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/ssoadmin_application.md b/docs/5.x/ssoadmin_application.md new file mode 100644 index 00000000..c60c9a8d --- /dev/null +++ b/docs/5.x/ssoadmin_application.md @@ -0,0 +1,299 @@ +--- +permalink: /ssoadmin_application/ +--- + +# ssoadmin_application + +`ssoadmin_application` represents the `aws_ssoadmin_application` 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 withApplicationProviderArn()`](#fn-withapplicationproviderarn) +* [`fn withClientToken()`](#fn-withclienttoken) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withInstanceArn()`](#fn-withinstancearn) +* [`fn withName()`](#fn-withname) +* [`fn withPortalOptions()`](#fn-withportaloptions) +* [`fn withPortalOptionsMixin()`](#fn-withportaloptionsmixin) +* [`fn withStatus()`](#fn-withstatus) +* [`fn withTags()`](#fn-withtags) +* [`obj portal_options`](#obj-portal_options) + * [`fn new()`](#fn-portal_optionsnew) + * [`obj portal_options.sign_in_options`](#obj-portal_optionssign_in_options) + * [`fn new()`](#fn-portal_optionssign_in_optionsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.ssoadmin_application.new` injects a new `aws_ssoadmin_application` 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.ssoadmin_application.new('some_id') + +You can get the reference to the `id` field of the created `aws.ssoadmin_application` using the reference: + + $._ref.aws_ssoadmin_application.some_id.get('id') + +This is the same as directly entering `"${ aws_ssoadmin_application.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. + - `application_provider_arn` (`string`): Set the `application_provider_arn` field on the resulting resource block. + - `client_token` (`string`): Set the `client_token` field on the resulting resource block. When `null`, the `client_token` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `instance_arn` (`string`): Set the `instance_arn` field on the resulting resource block. + - `name` (`string`): Set the `name` field on the resulting resource block. + - `status` (`string`): Set the `status` field on the resulting resource block. When `null`, the `status` 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. + - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting resource block. When `null`, the `portal_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.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.ssoadmin_application.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application` +Terraform resource. + +Unlike [aws.ssoadmin_application.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**: + - `application_provider_arn` (`string`): Set the `application_provider_arn` field on the resulting object. + - `client_token` (`string`): Set the `client_token` field on the resulting object. When `null`, the `client_token` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `instance_arn` (`string`): Set the `instance_arn` field on the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. + - `status` (`string`): Set the `status` field on the resulting object. When `null`, the `status` 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. + - `portal_options` (`list[obj]`): Set the `portal_options` field on the resulting object. When `null`, the `portal_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.ssoadmin_application.portal_options.new](#fn-portal_optionsnew) 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 `ssoadmin_application` resource into the root Terraform configuration. + + +### fn withApplicationProviderArn + +```ts +withApplicationProviderArn() +``` + +`aws.string.withApplicationProviderArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the application_provider_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `application_provider_arn` field. + + +### fn withClientToken + +```ts +withClientToken() +``` + +`aws.string.withClientToken` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the client_token field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `client_token` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withInstanceArn + +```ts +withInstanceArn() +``` + +`aws.string.withInstanceArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the instance_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `instance_arn` field. + + +### 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 withPortalOptions + +```ts +withPortalOptions() +``` + +`aws.list[obj].withPortalOptions` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the portal_options 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].withPortalOptionsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `portal_options` field. + + +### fn withPortalOptionsMixin + +```ts +withPortalOptionsMixin() +``` + +`aws.list[obj].withPortalOptionsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the portal_options 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].withPortalOptions](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `portal_options` field. + + +### fn withStatus + +```ts +withStatus() +``` + +`aws.string.withStatus` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the status field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `status` 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. + + +## obj portal_options + + + +### fn portal_options.new + +```ts +new() +``` + + +`aws.ssoadmin_application.portal_options.new` constructs a new object with attributes and blocks configured for the `portal_options` +Terraform sub block. + + + +**Args**: + - `visibility` (`string`): Set the `visibility` field on the resulting object. When `null`, the `visibility` field will be omitted from the resulting object. + - `sign_in_options` (`list[obj]`): Set the `sign_in_options` field on the resulting object. When `null`, the `sign_in_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.ssoadmin_application.portal_options.sign_in_options.new](#fn-portal_optionssign_in_optionsnew) constructor. + +**Returns**: + - An attribute object that represents the `portal_options` sub block. + + +## obj portal_options.sign_in_options + + + +### fn portal_options.sign_in_options.new + +```ts +new() +``` + + +`aws.ssoadmin_application.portal_options.sign_in_options.new` constructs a new object with attributes and blocks configured for the `sign_in_options` +Terraform sub block. + + + +**Args**: + - `application_url` (`string`): Set the `application_url` field on the resulting object. When `null`, the `application_url` field will be omitted from the resulting object. + - `origin` (`string`): Set the `origin` field on the resulting object. + +**Returns**: + - An attribute object that represents the `sign_in_options` sub block. diff --git a/docs/5.x/ssoadmin_application_assignment.md b/docs/5.x/ssoadmin_application_assignment.md new file mode 100644 index 00000000..a1407a5b --- /dev/null +++ b/docs/5.x/ssoadmin_application_assignment.md @@ -0,0 +1,130 @@ +--- +permalink: /ssoadmin_application_assignment/ +--- + +# ssoadmin_application_assignment + +`ssoadmin_application_assignment` represents the `aws_ssoadmin_application_assignment` 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 withApplicationArn()`](#fn-withapplicationarn) +* [`fn withPrincipalId()`](#fn-withprincipalid) +* [`fn withPrincipalType()`](#fn-withprincipaltype) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.ssoadmin_application_assignment.new` injects a new `aws_ssoadmin_application_assignment` 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.ssoadmin_application_assignment.new('some_id') + +You can get the reference to the `id` field of the created `aws.ssoadmin_application_assignment` using the reference: + + $._ref.aws_ssoadmin_application_assignment.some_id.get('id') + +This is the same as directly entering `"${ aws_ssoadmin_application_assignment.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. + - `application_arn` (`string`): Set the `application_arn` field on the resulting resource block. + - `principal_id` (`string`): Set the `principal_id` field on the resulting resource block. + - `principal_type` (`string`): Set the `principal_type` 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.ssoadmin_application_assignment.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_assignment` +Terraform resource. + +Unlike [aws.ssoadmin_application_assignment.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**: + - `application_arn` (`string`): Set the `application_arn` field on the resulting object. + - `principal_id` (`string`): Set the `principal_id` field on the resulting object. + - `principal_type` (`string`): Set the `principal_type` 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 `ssoadmin_application_assignment` resource into the root Terraform configuration. + + +### fn withApplicationArn + +```ts +withApplicationArn() +``` + +`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the application_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `application_arn` field. + + +### fn withPrincipalId + +```ts +withPrincipalId() +``` + +`aws.string.withPrincipalId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the principal_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_id` field. + + +### fn withPrincipalType + +```ts +withPrincipalType() +``` + +`aws.string.withPrincipalType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the principal_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_type` field. diff --git a/docs/5.x/ssoadmin_application_assignment_configuration.md b/docs/5.x/ssoadmin_application_assignment_configuration.md new file mode 100644 index 00000000..fc5c3930 --- /dev/null +++ b/docs/5.x/ssoadmin_application_assignment_configuration.md @@ -0,0 +1,111 @@ +--- +permalink: /ssoadmin_application_assignment_configuration/ +--- + +# ssoadmin_application_assignment_configuration + +`ssoadmin_application_assignment_configuration` represents the `aws_ssoadmin_application_assignment_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 withApplicationArn()`](#fn-withapplicationarn) +* [`fn withAssignmentRequired()`](#fn-withassignmentrequired) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.ssoadmin_application_assignment_configuration.new` injects a new `aws_ssoadmin_application_assignment_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.ssoadmin_application_assignment_configuration.new('some_id') + +You can get the reference to the `id` field of the created `aws.ssoadmin_application_assignment_configuration` using the reference: + + $._ref.aws_ssoadmin_application_assignment_configuration.some_id.get('id') + +This is the same as directly entering `"${ aws_ssoadmin_application_assignment_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. + - `application_arn` (`string`): Set the `application_arn` field on the resulting resource block. + - `assignment_required` (`bool`): Set the `assignment_required` 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.ssoadmin_application_assignment_configuration.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_assignment_configuration` +Terraform resource. + +Unlike [aws.ssoadmin_application_assignment_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**: + - `application_arn` (`string`): Set the `application_arn` field on the resulting object. + - `assignment_required` (`bool`): Set the `assignment_required` 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 `ssoadmin_application_assignment_configuration` resource into the root Terraform configuration. + + +### fn withApplicationArn + +```ts +withApplicationArn() +``` + +`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the application_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `application_arn` field. + + +### fn withAssignmentRequired + +```ts +withAssignmentRequired() +``` + +`aws.bool.withAssignmentRequired` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the assignment_required field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `assignment_required` field. From b91831c12e8973cdcc30becf7963e046b6f57cf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 15 Dec 2023 03:33:26 +0000 Subject: [PATCH 06/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/data/main.libsonnet | 3 + 5.x/_gen/data/polly_voices.libsonnet | 92 ++++ ...ssoadmin_application_assignments.libsonnet | 61 +++ ...rincipal_application_assignments.libsonnet | 92 ++++ 5.x/_gen/main.libsonnet | 4 + 5.x/_gen/provider_aws.libsonnet | 4 +- 5.x/_gen/resources/alb.libsonnet | 40 +- 5.x/_gen/resources/dms_endpoint.libsonnet | 72 +++- .../dms_event_subscription.libsonnet | 12 +- .../resources/finspace_kx_cluster.libsonnet | 90 +++- .../resources/finspace_kx_dataview.libsonnet | 230 ++++++++++ .../finspace_kx_scaling_group.libsonnet | 140 ++++++ .../resources/finspace_kx_volume.libsonnet | 202 +++++++++ 5.x/_gen/resources/lb.libsonnet | 40 +- .../opensearchserverless_collection.libsonnet | 18 +- .../ssoadmin_trusted_token_issuer.libsonnet | 136 ++++++ docs/5.x/README.md | 4 + docs/5.x/alb.md | 68 +++ docs/5.x/data/index.md | 3 + docs/5.x/data/polly_voices.md | 193 +++++++++ .../data/ssoadmin_application_assignments.md | 155 +++++++ ...admin_principal_application_assignments.md | 193 +++++++++ docs/5.x/dms_endpoint.md | 82 ++++ docs/5.x/dms_event_subscription.md | 8 +- docs/5.x/finspace_kx_cluster.md | 142 ++++++- docs/5.x/finspace_kx_dataview.md | 397 ++++++++++++++++++ docs/5.x/finspace_kx_scaling_group.md | 254 +++++++++++ docs/5.x/finspace_kx_volume.md | 359 ++++++++++++++++ docs/5.x/lb.md | 68 +++ docs/5.x/opensearchserverless_collection.md | 19 + docs/5.x/provider.md | 1 + docs/5.x/ssoadmin_trusted_token_issuer.md | 262 ++++++++++++ 32 files changed, 3414 insertions(+), 30 deletions(-) create mode 100644 5.x/_gen/data/polly_voices.libsonnet create mode 100644 5.x/_gen/data/ssoadmin_application_assignments.libsonnet create mode 100644 5.x/_gen/data/ssoadmin_principal_application_assignments.libsonnet create mode 100644 5.x/_gen/resources/finspace_kx_dataview.libsonnet create mode 100644 5.x/_gen/resources/finspace_kx_scaling_group.libsonnet create mode 100644 5.x/_gen/resources/finspace_kx_volume.libsonnet create mode 100644 5.x/_gen/resources/ssoadmin_trusted_token_issuer.libsonnet create mode 100644 docs/5.x/data/polly_voices.md create mode 100644 docs/5.x/data/ssoadmin_application_assignments.md create mode 100644 docs/5.x/data/ssoadmin_principal_application_assignments.md create mode 100644 docs/5.x/finspace_kx_dataview.md create mode 100644 docs/5.x/finspace_kx_scaling_group.md create mode 100644 docs/5.x/finspace_kx_volume.md create mode 100644 docs/5.x/ssoadmin_trusted_token_issuer.md diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index 5b8c7508..b4a0c7b5 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -389,6 +389,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); outposts_site: (import 'outposts_site.libsonnet'), outposts_sites: (import 'outposts_sites.libsonnet'), partition: (import 'partition.libsonnet'), + polly_voices: (import 'polly_voices.libsonnet'), prefix_list: (import 'prefix_list.libsonnet'), pricing_product: (import 'pricing_product.libsonnet'), prometheus_workspace: (import 'prometheus_workspace.libsonnet'), @@ -490,9 +491,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssmincidents_replication_set: (import 'ssmincidents_replication_set.libsonnet'), ssmincidents_response_plan: (import 'ssmincidents_response_plan.libsonnet'), ssoadmin_application: (import 'ssoadmin_application.libsonnet'), + ssoadmin_application_assignments: (import 'ssoadmin_application_assignments.libsonnet'), ssoadmin_application_providers: (import 'ssoadmin_application_providers.libsonnet'), ssoadmin_instances: (import 'ssoadmin_instances.libsonnet'), ssoadmin_permission_set: (import 'ssoadmin_permission_set.libsonnet'), + ssoadmin_principal_application_assignments: (import 'ssoadmin_principal_application_assignments.libsonnet'), storagegateway_local_disk: (import 'storagegateway_local_disk.libsonnet'), subnet: (import 'subnet.libsonnet'), subnets: (import 'subnets.libsonnet'), diff --git a/5.x/_gen/data/polly_voices.libsonnet b/5.x/_gen/data/polly_voices.libsonnet new file mode 100644 index 00000000..03e9ad16 --- /dev/null +++ b/5.x/_gen/data/polly_voices.libsonnet @@ -0,0 +1,92 @@ +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='polly_voices', url='', help='`polly_voices` represents the `aws_polly_voices` 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.polly_voices.new` injects a new `data_aws_polly_voices` 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.polly_voices.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.polly_voices` using the reference:\n\n $._ref.data_aws_polly_voices.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_polly_voices.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 - `engine` (`string`): Set the `engine` field on the resulting data source block. When `null`, the `engine` field will be omitted from the resulting object.\n - `include_additional_language_codes` (`bool`): Set the `include_additional_language_codes` field on the resulting data source block. When `null`, the `include_additional_language_codes` field will be omitted from the resulting object.\n - `language_code` (`string`): Set the `language_code` field on the resulting data source block. When `null`, the `language_code` field will be omitted from the resulting object.\n - `voices` (`list[obj]`): Set the `voices` field on the resulting data source block. When `null`, the `voices` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.polly_voices.voices.new](#fn-voicesnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + engine=null, + include_additional_language_codes=null, + language_code=null, + voices=null, + _meta={} + ):: tf.withData( + type='aws_polly_voices', + label=dataSrcLabel, + attrs=self.newAttrs( + engine=engine, + include_additional_language_codes=include_additional_language_codes, + language_code=language_code, + voices=voices + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.polly_voices.newAttrs` constructs a new object with attributes and blocks configured for the `polly_voices`\nTerraform data source.\n\nUnlike [aws.data.polly_voices.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**Args**:\n - `engine` (`string`): Set the `engine` field on the resulting object. When `null`, the `engine` field will be omitted from the resulting object.\n - `include_additional_language_codes` (`bool`): Set the `include_additional_language_codes` field on the resulting object. When `null`, the `include_additional_language_codes` field will be omitted from the resulting object.\n - `language_code` (`string`): Set the `language_code` field on the resulting object. When `null`, the `language_code` field will be omitted from the resulting object.\n - `voices` (`list[obj]`): Set the `voices` field on the resulting object. When `null`, the `voices` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.polly_voices.voices.new](#fn-voicesnew) constructor.\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 `polly_voices` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + engine=null, + include_additional_language_codes=null, + language_code=null, + voices=null + ):: std.prune(a={ + engine: engine, + include_additional_language_codes: include_additional_language_codes, + language_code: language_code, + voices: voices, + }), + voices:: { + '#new':: d.fn(help='\n`aws.polly_voices.voices.new` constructs a new object with attributes and blocks configured for the `voices`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `voices` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + '#withEngine':: d.fn(help='`aws.string.withEngine` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the engine field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `engine` field.\n', args=[]), + withEngine(dataSrcLabel, value): { + data+: { + aws_polly_voices+: { + [dataSrcLabel]+: { + engine: value, + }, + }, + }, + }, + '#withIncludeAdditionalLanguageCodes':: d.fn(help='`aws.bool.withIncludeAdditionalLanguageCodes` constructs a mixin object that can be merged into the `bool`\nTerraform data source block to set or update the include_additional_language_codes field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `include_additional_language_codes` field.\n', args=[]), + withIncludeAdditionalLanguageCodes(dataSrcLabel, value): { + data+: { + aws_polly_voices+: { + [dataSrcLabel]+: { + include_additional_language_codes: value, + }, + }, + }, + }, + '#withLanguageCode':: d.fn(help='`aws.string.withLanguageCode` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the language_code field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `language_code` field.\n', args=[]), + withLanguageCode(dataSrcLabel, value): { + data+: { + aws_polly_voices+: { + [dataSrcLabel]+: { + language_code: value, + }, + }, + }, + }, + '#withVoices':: d.fn(help='`aws.list[obj].withVoices` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the voices 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].withVoicesMixin](TODO) function.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `voices` field.\n', args=[]), + withVoices(dataSrcLabel, value): { + data+: { + aws_polly_voices+: { + [dataSrcLabel]+: { + voices: value, + }, + }, + }, + }, + '#withVoicesMixin':: d.fn(help='`aws.list[obj].withVoicesMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the voices 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].withVoices](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `voices` field.\n', args=[]), + withVoicesMixin(dataSrcLabel, value): { + data+: { + aws_polly_voices+: { + [dataSrcLabel]+: { + voices+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/ssoadmin_application_assignments.libsonnet b/5.x/_gen/data/ssoadmin_application_assignments.libsonnet new file mode 100644 index 00000000..063e1b77 --- /dev/null +++ b/5.x/_gen/data/ssoadmin_application_assignments.libsonnet @@ -0,0 +1,61 @@ +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='ssoadmin_application_assignments', url='', help='`ssoadmin_application_assignments` represents the `aws_ssoadmin_application_assignments` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'), + application_assignments:: { + '#new':: d.fn(help='\n`aws.ssoadmin_application_assignments.application_assignments.new` constructs a new object with attributes and blocks configured for the `application_assignments`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `application_assignments` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + '#new':: d.fn(help="\n`aws.data.ssoadmin_application_assignments.new` injects a new `data_aws_ssoadmin_application_assignments` 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.ssoadmin_application_assignments.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ssoadmin_application_assignments` using the reference:\n\n $._ref.data_aws_ssoadmin_application_assignments.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ssoadmin_application_assignments.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 - `application_arn` (`string`): Set the `application_arn` field on the resulting data source block.\n - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting data source block. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + application_arn, + application_assignments=null, + _meta={} + ):: tf.withData( + type='aws_ssoadmin_application_assignments', + label=dataSrcLabel, + attrs=self.newAttrs(application_arn=application_arn, application_assignments=application_assignments), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.ssoadmin_application_assignments.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_assignments`\nTerraform data source.\n\nUnlike [aws.data.ssoadmin_application_assignments.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**Args**:\n - `application_arn` (`string`): Set the `application_arn` field on the resulting object.\n - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting object. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor.\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 `ssoadmin_application_assignments` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + application_arn, + application_assignments=null + ):: std.prune(a={ + application_arn: application_arn, + application_assignments: application_assignments, + }), + '#withApplicationArn':: d.fn(help='`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the application_arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `application_arn` field.\n', args=[]), + withApplicationArn(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application_assignments+: { + [dataSrcLabel]+: { + application_arn: value, + }, + }, + }, + }, + '#withApplicationAssignments':: d.fn(help='`aws.list[obj].withApplicationAssignments` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the application_assignments 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].withApplicationAssignmentsMixin](TODO) function.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `application_assignments` field.\n', args=[]), + withApplicationAssignments(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application_assignments+: { + [dataSrcLabel]+: { + application_assignments: value, + }, + }, + }, + }, + '#withApplicationAssignmentsMixin':: d.fn(help='`aws.list[obj].withApplicationAssignmentsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the application_assignments 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].withApplicationAssignments](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `application_assignments` field.\n', args=[]), + withApplicationAssignmentsMixin(dataSrcLabel, value): { + data+: { + aws_ssoadmin_application_assignments+: { + [dataSrcLabel]+: { + application_assignments+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/ssoadmin_principal_application_assignments.libsonnet b/5.x/_gen/data/ssoadmin_principal_application_assignments.libsonnet new file mode 100644 index 00000000..bc7d1c16 --- /dev/null +++ b/5.x/_gen/data/ssoadmin_principal_application_assignments.libsonnet @@ -0,0 +1,92 @@ +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='ssoadmin_principal_application_assignments', url='', help='`ssoadmin_principal_application_assignments` represents the `aws_ssoadmin_principal_application_assignments` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'), + application_assignments:: { + '#new':: d.fn(help='\n`aws.ssoadmin_principal_application_assignments.application_assignments.new` constructs a new object with attributes and blocks configured for the `application_assignments`\nTerraform sub block.\n\n\n\n**Returns**:\n - An attribute object that represents the `application_assignments` sub block.\n', args=[]), + new( + + ):: std.prune(a={}), + }, + '#new':: d.fn(help="\n`aws.data.ssoadmin_principal_application_assignments.new` injects a new `data_aws_ssoadmin_principal_application_assignments` 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.ssoadmin_principal_application_assignments.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ssoadmin_principal_application_assignments` using the reference:\n\n $._ref.data_aws_ssoadmin_principal_application_assignments.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ssoadmin_principal_application_assignments.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 - `instance_arn` (`string`): Set the `instance_arn` field on the resulting data source block.\n - `principal_id` (`string`): Set the `principal_id` field on the resulting data source block.\n - `principal_type` (`string`): Set the `principal_type` field on the resulting data source block.\n - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting data source block. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_principal_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + instance_arn, + principal_id, + principal_type, + application_assignments=null, + _meta={} + ):: tf.withData( + type='aws_ssoadmin_principal_application_assignments', + label=dataSrcLabel, + attrs=self.newAttrs( + application_assignments=application_assignments, + instance_arn=instance_arn, + principal_id=principal_id, + principal_type=principal_type + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.ssoadmin_principal_application_assignments.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_principal_application_assignments`\nTerraform data source.\n\nUnlike [aws.data.ssoadmin_principal_application_assignments.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**Args**:\n - `instance_arn` (`string`): Set the `instance_arn` field on the resulting object.\n - `principal_id` (`string`): Set the `principal_id` field on the resulting object.\n - `principal_type` (`string`): Set the `principal_type` field on the resulting object.\n - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting object. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_principal_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor.\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 `ssoadmin_principal_application_assignments` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + instance_arn, + principal_id, + principal_type, + application_assignments=null + ):: std.prune(a={ + application_assignments: application_assignments, + instance_arn: instance_arn, + principal_id: principal_id, + principal_type: principal_type, + }), + '#withApplicationAssignments':: d.fn(help='`aws.list[obj].withApplicationAssignments` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the application_assignments 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].withApplicationAssignmentsMixin](TODO) function.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `application_assignments` field.\n', args=[]), + withApplicationAssignments(dataSrcLabel, value): { + data+: { + aws_ssoadmin_principal_application_assignments+: { + [dataSrcLabel]+: { + application_assignments: value, + }, + }, + }, + }, + '#withApplicationAssignmentsMixin':: d.fn(help='`aws.list[obj].withApplicationAssignmentsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform data source block to set or update the application_assignments 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].withApplicationAssignments](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`list[obj]`): The value to set for the `application_assignments` field.\n', args=[]), + withApplicationAssignmentsMixin(dataSrcLabel, value): { + data+: { + aws_ssoadmin_principal_application_assignments+: { + [dataSrcLabel]+: { + application_assignments+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withInstanceArn':: d.fn(help='`aws.string.withInstanceArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the instance_arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `instance_arn` field.\n', args=[]), + withInstanceArn(dataSrcLabel, value): { + data+: { + aws_ssoadmin_principal_application_assignments+: { + [dataSrcLabel]+: { + instance_arn: value, + }, + }, + }, + }, + '#withPrincipalId':: d.fn(help='`aws.string.withPrincipalId` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the principal_id field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `principal_id` field.\n', args=[]), + withPrincipalId(dataSrcLabel, value): { + data+: { + aws_ssoadmin_principal_application_assignments+: { + [dataSrcLabel]+: { + principal_id: value, + }, + }, + }, + }, + '#withPrincipalType':: d.fn(help='`aws.string.withPrincipalType` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the principal_type field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `principal_type` field.\n', args=[]), + withPrincipalType(dataSrcLabel, value): { + data+: { + aws_ssoadmin_principal_application_assignments+: { + [dataSrcLabel]+: { + principal_type: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 031a8aa4..8b4138a8 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -514,8 +514,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); evidently_segment: (import 'resources/evidently_segment.libsonnet'), finspace_kx_cluster: (import 'resources/finspace_kx_cluster.libsonnet'), finspace_kx_database: (import 'resources/finspace_kx_database.libsonnet'), + finspace_kx_dataview: (import 'resources/finspace_kx_dataview.libsonnet'), finspace_kx_environment: (import 'resources/finspace_kx_environment.libsonnet'), + finspace_kx_scaling_group: (import 'resources/finspace_kx_scaling_group.libsonnet'), finspace_kx_user: (import 'resources/finspace_kx_user.libsonnet'), + finspace_kx_volume: (import 'resources/finspace_kx_volume.libsonnet'), fis_experiment_template: (import 'resources/fis_experiment_template.libsonnet'), flow_log: (import 'resources/flow_log.libsonnet'), fms_admin_account: (import 'resources/fms_admin_account.libsonnet'), @@ -1179,6 +1182,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssoadmin_permission_set: (import 'resources/ssoadmin_permission_set.libsonnet'), ssoadmin_permission_set_inline_policy: (import 'resources/ssoadmin_permission_set_inline_policy.libsonnet'), ssoadmin_permissions_boundary_attachment: (import 'resources/ssoadmin_permissions_boundary_attachment.libsonnet'), + ssoadmin_trusted_token_issuer: (import 'resources/ssoadmin_trusted_token_issuer.libsonnet'), storagegateway_cache: (import 'resources/storagegateway_cache.libsonnet'), storagegateway_cached_iscsi_volume: (import 'resources/storagegateway_cached_iscsi_volume.libsonnet'), storagegateway_file_system_association: (import 'resources/storagegateway_file_system_association.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index ee134b1b..a100670a 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -200,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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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':: 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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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 - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` 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, @@ -390,6 +390,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); outposts=null, pinpoint=null, pipes=null, + polly=null, pricing=null, prometheus=null, prometheusservice=null, @@ -650,6 +651,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); outposts: outposts, pinpoint: pinpoint, pipes: pipes, + polly: polly, pricing: pricing, prometheus: prometheus, prometheusservice: prometheusservice, diff --git a/5.x/_gen/resources/alb.libsonnet b/5.x/_gen/resources/alb.libsonnet index 5c5deb0d..ed351535 100644 --- a/5.x/_gen/resources/alb.libsonnet +++ b/5.x/_gen/resources/alb.libsonnet @@ -14,10 +14,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); prefix: prefix, }), }, - '#new':: d.fn(help="\n`aws.alb.new` injects a new `aws_alb` 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.alb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb` using the reference:\n\n $._ref.aws_alb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + connection_logs:: { + '#new':: d.fn(help='\n`aws.alb.connection_logs.new` constructs a new object with attributes and blocks configured for the `connection_logs`\nTerraform sub block.\n\n\n\n**Args**:\n - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `enabled` (`bool`): Set the `enabled` field on the resulting object. When `null`, the `enabled` field will be omitted from the resulting object.\n - `prefix` (`string`): Set the `prefix` field on the resulting object. When `null`, the `prefix` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `connection_logs` sub block.\n', args=[]), + new( + bucket, + enabled=null, + prefix=null + ):: std.prune(a={ + bucket: bucket, + enabled: enabled, + prefix: prefix, + }), + }, + '#new':: d.fn(help="\n`aws.alb.new` injects a new `aws_alb` 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.alb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb` using the reference:\n\n $._ref.aws_alb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting resource block. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.connection_logs.new](#fn-connection_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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, access_logs=null, + connection_logs=null, customer_owned_ipv4_pool=null, desync_mitigation_mode=null, dns_record_client_routing_policy=null, @@ -49,6 +62,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( access_logs=access_logs, + connection_logs=connection_logs, customer_owned_ipv4_pool=customer_owned_ipv4_pool, desync_mitigation_mode=desync_mitigation_mode, dns_record_client_routing_policy=dns_record_client_routing_policy, @@ -77,9 +91,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.alb.newAttrs` constructs a new object with attributes and blocks configured for the `alb`\nTerraform resource.\n\nUnlike [aws.alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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 `alb` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.alb.newAttrs` constructs a new object with attributes and blocks configured for the `alb`\nTerraform resource.\n\nUnlike [aws.alb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor.\n - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting object. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.connection_logs.new](#fn-connection_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) 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.alb.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 `alb` resource into the root Terraform configuration.\n', args=[]), newAttrs( access_logs=null, + connection_logs=null, customer_owned_ipv4_pool=null, desync_mitigation_mode=null, dns_record_client_routing_policy=null, @@ -107,6 +122,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); xff_header_processing_mode=null ):: std.prune(a={ access_logs: access_logs, + connection_logs: connection_logs, customer_owned_ipv4_pool: customer_owned_ipv4_pool, desync_mitigation_mode: desync_mitigation_mode, dns_record_client_routing_policy: dns_record_client_routing_policy, @@ -179,6 +195,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withConnectionLogs':: d.fn(help='`aws.list[obj].withConnectionLogs` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the connection_logs 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].withConnectionLogsMixin](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 `connection_logs` field.\n', args=[]), + withConnectionLogs(resourceLabel, value): { + resource+: { + aws_alb+: { + [resourceLabel]+: { + connection_logs: value, + }, + }, + }, + }, + '#withConnectionLogsMixin':: d.fn(help='`aws.list[obj].withConnectionLogsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the connection_logs 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].withConnectionLogs](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 `connection_logs` field.\n', args=[]), + withConnectionLogsMixin(resourceLabel, value): { + resource+: { + aws_alb+: { + [resourceLabel]+: { + connection_logs+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withCustomerOwnedIpv4Pool':: d.fn(help='`aws.string.withCustomerOwnedIpv4Pool` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the customer_owned_ipv4_pool 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 `customer_owned_ipv4_pool` field.\n', args=[]), withCustomerOwnedIpv4Pool(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/dms_endpoint.libsonnet b/5.x/_gen/resources/dms_endpoint.libsonnet index 0b7f556f..95521ff7 100644 --- a/5.x/_gen/resources/dms_endpoint.libsonnet +++ b/5.x/_gen/resources/dms_endpoint.libsonnet @@ -3,17 +3,19 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='dms_endpoint', url='', help='`dms_endpoint` represents the `aws_dms_endpoint` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), elasticsearch_settings:: { - '#new':: d.fn(help='\n`aws.dms_endpoint.elasticsearch_settings.new` constructs a new object with attributes and blocks configured for the `elasticsearch_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `endpoint_uri` (`string`): Set the `endpoint_uri` field on the resulting object.\n - `error_retry_duration` (`number`): Set the `error_retry_duration` field on the resulting object. When `null`, the `error_retry_duration` field will be omitted from the resulting object.\n - `full_load_error_percentage` (`number`): Set the `full_load_error_percentage` field on the resulting object. When `null`, the `full_load_error_percentage` field will be omitted from the resulting object.\n - `service_access_role_arn` (`string`): Set the `service_access_role_arn` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elasticsearch_settings` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.dms_endpoint.elasticsearch_settings.new` constructs a new object with attributes and blocks configured for the `elasticsearch_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `endpoint_uri` (`string`): Set the `endpoint_uri` field on the resulting object.\n - `error_retry_duration` (`number`): Set the `error_retry_duration` field on the resulting object. When `null`, the `error_retry_duration` field will be omitted from the resulting object.\n - `full_load_error_percentage` (`number`): Set the `full_load_error_percentage` field on the resulting object. When `null`, the `full_load_error_percentage` field will be omitted from the resulting object.\n - `service_access_role_arn` (`string`): Set the `service_access_role_arn` field on the resulting object.\n - `use_new_mapping_type` (`bool`): Set the `use_new_mapping_type` field on the resulting object. When `null`, the `use_new_mapping_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elasticsearch_settings` sub block.\n', args=[]), new( endpoint_uri, service_access_role_arn, error_retry_duration=null, - full_load_error_percentage=null + full_load_error_percentage=null, + use_new_mapping_type=null ):: std.prune(a={ endpoint_uri: endpoint_uri, error_retry_duration: error_retry_duration, full_load_error_percentage: full_load_error_percentage, service_access_role_arn: service_access_role_arn, + use_new_mapping_type: use_new_mapping_type, }), }, kafka_settings:: { @@ -100,7 +102,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); nesting_level: nesting_level, }), }, - '#new':: d.fn(help="\n`aws.dms_endpoint.new` injects a new `aws_dms_endpoint` 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.dms_endpoint.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.dms_endpoint` using the reference:\n\n $._ref.aws_dms_endpoint.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_dms_endpoint.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 - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting resource block. When `null`, the `certificate_arn` 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 - `endpoint_id` (`string`): Set the `endpoint_id` field on the resulting resource block.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting resource block.\n - `engine_name` (`string`): Set the `engine_name` field on the resulting resource block.\n - `extra_connection_attributes` (`string`): Set the `extra_connection_attributes` field on the resulting resource block. When `null`, the `extra_connection_attributes` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `password` (`string`): Set the `password` field on the resulting resource block. When `null`, the `password` field will be omitted from the resulting object.\n - `pause_replication_tasks` (`bool`): Set the `pause_replication_tasks` field on the resulting resource block. When `null`, the `pause_replication_tasks` 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 - `secrets_manager_access_role_arn` (`string`): Set the `secrets_manager_access_role_arn` field on the resulting resource block. When `null`, the `secrets_manager_access_role_arn` field will be omitted from the resulting object.\n - `secrets_manager_arn` (`string`): Set the `secrets_manager_arn` field on the resulting resource block. When `null`, the `secrets_manager_arn` field will be omitted from the resulting object.\n - `server_name` (`string`): Set the `server_name` field on the resulting resource block. When `null`, the `server_name` field will be omitted from the resulting object.\n - `service_access_role` (`string`): Set the `service_access_role` field on the resulting resource block. When `null`, the `service_access_role` field will be omitted from the resulting object.\n - `ssl_mode` (`string`): Set the `ssl_mode` field on the resulting resource block. When `null`, the `ssl_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 - `username` (`string`): Set the `username` field on the resulting resource block. When `null`, the `username` field will be omitted from the resulting object.\n - `elasticsearch_settings` (`list[obj]`): Set the `elasticsearch_settings` field on the resulting resource block. When `null`, the `elasticsearch_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.elasticsearch_settings.new](#fn-elasticsearch_settingsnew) constructor.\n - `kafka_settings` (`list[obj]`): Set the `kafka_settings` field on the resulting resource block. When `null`, the `kafka_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kafka_settings.new](#fn-kafka_settingsnew) constructor.\n - `kinesis_settings` (`list[obj]`): Set the `kinesis_settings` field on the resulting resource block. When `null`, the `kinesis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kinesis_settings.new](#fn-kinesis_settingsnew) constructor.\n - `mongodb_settings` (`list[obj]`): Set the `mongodb_settings` field on the resulting resource block. When `null`, the `mongodb_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.mongodb_settings.new](#fn-mongodb_settingsnew) constructor.\n - `redis_settings` (`list[obj]`): Set the `redis_settings` field on the resulting resource block. When `null`, the `redis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redis_settings.new](#fn-redis_settingsnew) constructor.\n - `redshift_settings` (`list[obj]`): Set the `redshift_settings` field on the resulting resource block. When `null`, the `redshift_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redshift_settings.new](#fn-redshift_settingsnew) constructor.\n - `s3_settings` (`list[obj]`): This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead When `null`, the `s3_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.s3_settings.new](#fn-s3_settingsnew) 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.dms_endpoint.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.dms_endpoint.new` injects a new `aws_dms_endpoint` 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.dms_endpoint.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.dms_endpoint` using the reference:\n\n $._ref.aws_dms_endpoint.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_dms_endpoint.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 - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting resource block. When `null`, the `certificate_arn` 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 - `endpoint_id` (`string`): Set the `endpoint_id` field on the resulting resource block.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting resource block.\n - `engine_name` (`string`): Set the `engine_name` field on the resulting resource block.\n - `extra_connection_attributes` (`string`): Set the `extra_connection_attributes` field on the resulting resource block. When `null`, the `extra_connection_attributes` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `password` (`string`): Set the `password` field on the resulting resource block. When `null`, the `password` field will be omitted from the resulting object.\n - `pause_replication_tasks` (`bool`): Set the `pause_replication_tasks` field on the resulting resource block. When `null`, the `pause_replication_tasks` 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 - `secrets_manager_access_role_arn` (`string`): Set the `secrets_manager_access_role_arn` field on the resulting resource block. When `null`, the `secrets_manager_access_role_arn` field will be omitted from the resulting object.\n - `secrets_manager_arn` (`string`): Set the `secrets_manager_arn` field on the resulting resource block. When `null`, the `secrets_manager_arn` field will be omitted from the resulting object.\n - `server_name` (`string`): Set the `server_name` field on the resulting resource block. When `null`, the `server_name` field will be omitted from the resulting object.\n - `service_access_role` (`string`): Set the `service_access_role` field on the resulting resource block. When `null`, the `service_access_role` field will be omitted from the resulting object.\n - `ssl_mode` (`string`): Set the `ssl_mode` field on the resulting resource block. When `null`, the `ssl_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 - `username` (`string`): Set the `username` field on the resulting resource block. When `null`, the `username` field will be omitted from the resulting object.\n - `elasticsearch_settings` (`list[obj]`): Set the `elasticsearch_settings` field on the resulting resource block. When `null`, the `elasticsearch_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.elasticsearch_settings.new](#fn-elasticsearch_settingsnew) constructor.\n - `kafka_settings` (`list[obj]`): Set the `kafka_settings` field on the resulting resource block. When `null`, the `kafka_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kafka_settings.new](#fn-kafka_settingsnew) constructor.\n - `kinesis_settings` (`list[obj]`): Set the `kinesis_settings` field on the resulting resource block. When `null`, the `kinesis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kinesis_settings.new](#fn-kinesis_settingsnew) constructor.\n - `mongodb_settings` (`list[obj]`): Set the `mongodb_settings` field on the resulting resource block. When `null`, the `mongodb_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.mongodb_settings.new](#fn-mongodb_settingsnew) constructor.\n - `postgres_settings` (`list[obj]`): Set the `postgres_settings` field on the resulting resource block. When `null`, the `postgres_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.postgres_settings.new](#fn-postgres_settingsnew) constructor.\n - `redis_settings` (`list[obj]`): Set the `redis_settings` field on the resulting resource block. When `null`, the `redis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redis_settings.new](#fn-redis_settingsnew) constructor.\n - `redshift_settings` (`list[obj]`): Set the `redshift_settings` field on the resulting resource block. When `null`, the `redshift_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redshift_settings.new](#fn-redshift_settingsnew) constructor.\n - `s3_settings` (`list[obj]`): This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead When `null`, the `s3_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.s3_settings.new](#fn-s3_settingsnew) 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.dms_endpoint.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, endpoint_id, @@ -117,6 +119,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); password=null, pause_replication_tasks=null, port=null, + postgres_settings=null, redis_settings=null, redshift_settings=null, s3_settings=null, @@ -148,6 +151,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); password=password, pause_replication_tasks=pause_replication_tasks, port=port, + postgres_settings=postgres_settings, redis_settings=redis_settings, redshift_settings=redshift_settings, s3_settings=s3_settings, @@ -163,7 +167,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.dms_endpoint.newAttrs` constructs a new object with attributes and blocks configured for the `dms_endpoint`\nTerraform resource.\n\nUnlike [aws.dms_endpoint.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 - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting object. When `null`, the `certificate_arn` 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 - `endpoint_id` (`string`): Set the `endpoint_id` field on the resulting object.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting object.\n - `engine_name` (`string`): Set the `engine_name` field on the resulting object.\n - `extra_connection_attributes` (`string`): Set the `extra_connection_attributes` field on the resulting object. When `null`, the `extra_connection_attributes` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `password` (`string`): Set the `password` field on the resulting object. When `null`, the `password` field will be omitted from the resulting object.\n - `pause_replication_tasks` (`bool`): Set the `pause_replication_tasks` field on the resulting object. When `null`, the `pause_replication_tasks` 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 - `secrets_manager_access_role_arn` (`string`): Set the `secrets_manager_access_role_arn` field on the resulting object. When `null`, the `secrets_manager_access_role_arn` field will be omitted from the resulting object.\n - `secrets_manager_arn` (`string`): Set the `secrets_manager_arn` field on the resulting object. When `null`, the `secrets_manager_arn` field will be omitted from the resulting object.\n - `server_name` (`string`): Set the `server_name` field on the resulting object. When `null`, the `server_name` field will be omitted from the resulting object.\n - `service_access_role` (`string`): Set the `service_access_role` field on the resulting object. When `null`, the `service_access_role` field will be omitted from the resulting object.\n - `ssl_mode` (`string`): Set the `ssl_mode` field on the resulting object. When `null`, the `ssl_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 - `username` (`string`): Set the `username` field on the resulting object. When `null`, the `username` field will be omitted from the resulting object.\n - `elasticsearch_settings` (`list[obj]`): Set the `elasticsearch_settings` field on the resulting object. When `null`, the `elasticsearch_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.elasticsearch_settings.new](#fn-elasticsearch_settingsnew) constructor.\n - `kafka_settings` (`list[obj]`): Set the `kafka_settings` field on the resulting object. When `null`, the `kafka_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kafka_settings.new](#fn-kafka_settingsnew) constructor.\n - `kinesis_settings` (`list[obj]`): Set the `kinesis_settings` field on the resulting object. When `null`, the `kinesis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kinesis_settings.new](#fn-kinesis_settingsnew) constructor.\n - `mongodb_settings` (`list[obj]`): Set the `mongodb_settings` field on the resulting object. When `null`, the `mongodb_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.mongodb_settings.new](#fn-mongodb_settingsnew) constructor.\n - `redis_settings` (`list[obj]`): Set the `redis_settings` field on the resulting object. When `null`, the `redis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redis_settings.new](#fn-redis_settingsnew) constructor.\n - `redshift_settings` (`list[obj]`): Set the `redshift_settings` field on the resulting object. When `null`, the `redshift_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redshift_settings.new](#fn-redshift_settingsnew) constructor.\n - `s3_settings` (`list[obj]`): This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead When `null`, the `s3_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.s3_settings.new](#fn-s3_settingsnew) 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.dms_endpoint.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 `dms_endpoint` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.dms_endpoint.newAttrs` constructs a new object with attributes and blocks configured for the `dms_endpoint`\nTerraform resource.\n\nUnlike [aws.dms_endpoint.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 - `certificate_arn` (`string`): Set the `certificate_arn` field on the resulting object. When `null`, the `certificate_arn` 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 - `endpoint_id` (`string`): Set the `endpoint_id` field on the resulting object.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting object.\n - `engine_name` (`string`): Set the `engine_name` field on the resulting object.\n - `extra_connection_attributes` (`string`): Set the `extra_connection_attributes` field on the resulting object. When `null`, the `extra_connection_attributes` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `password` (`string`): Set the `password` field on the resulting object. When `null`, the `password` field will be omitted from the resulting object.\n - `pause_replication_tasks` (`bool`): Set the `pause_replication_tasks` field on the resulting object. When `null`, the `pause_replication_tasks` 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 - `secrets_manager_access_role_arn` (`string`): Set the `secrets_manager_access_role_arn` field on the resulting object. When `null`, the `secrets_manager_access_role_arn` field will be omitted from the resulting object.\n - `secrets_manager_arn` (`string`): Set the `secrets_manager_arn` field on the resulting object. When `null`, the `secrets_manager_arn` field will be omitted from the resulting object.\n - `server_name` (`string`): Set the `server_name` field on the resulting object. When `null`, the `server_name` field will be omitted from the resulting object.\n - `service_access_role` (`string`): Set the `service_access_role` field on the resulting object. When `null`, the `service_access_role` field will be omitted from the resulting object.\n - `ssl_mode` (`string`): Set the `ssl_mode` field on the resulting object. When `null`, the `ssl_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 - `username` (`string`): Set the `username` field on the resulting object. When `null`, the `username` field will be omitted from the resulting object.\n - `elasticsearch_settings` (`list[obj]`): Set the `elasticsearch_settings` field on the resulting object. When `null`, the `elasticsearch_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.elasticsearch_settings.new](#fn-elasticsearch_settingsnew) constructor.\n - `kafka_settings` (`list[obj]`): Set the `kafka_settings` field on the resulting object. When `null`, the `kafka_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kafka_settings.new](#fn-kafka_settingsnew) constructor.\n - `kinesis_settings` (`list[obj]`): Set the `kinesis_settings` field on the resulting object. When `null`, the `kinesis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kinesis_settings.new](#fn-kinesis_settingsnew) constructor.\n - `mongodb_settings` (`list[obj]`): Set the `mongodb_settings` field on the resulting object. When `null`, the `mongodb_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.mongodb_settings.new](#fn-mongodb_settingsnew) constructor.\n - `postgres_settings` (`list[obj]`): Set the `postgres_settings` field on the resulting object. When `null`, the `postgres_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.postgres_settings.new](#fn-postgres_settingsnew) constructor.\n - `redis_settings` (`list[obj]`): Set the `redis_settings` field on the resulting object. When `null`, the `redis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redis_settings.new](#fn-redis_settingsnew) constructor.\n - `redshift_settings` (`list[obj]`): Set the `redshift_settings` field on the resulting object. When `null`, the `redshift_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redshift_settings.new](#fn-redshift_settingsnew) constructor.\n - `s3_settings` (`list[obj]`): This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead When `null`, the `s3_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.s3_settings.new](#fn-s3_settingsnew) 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.dms_endpoint.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 `dms_endpoint` resource into the root Terraform configuration.\n', args=[]), newAttrs( endpoint_id, endpoint_type, @@ -179,6 +183,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); password=null, pause_replication_tasks=null, port=null, + postgres_settings=null, redis_settings=null, redshift_settings=null, s3_settings=null, @@ -206,6 +211,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); password: password, pause_replication_tasks: pause_replication_tasks, port: port, + postgres_settings: postgres_settings, redis_settings: redis_settings, redshift_settings: redshift_settings, s3_settings: s3_settings, @@ -219,6 +225,44 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); timeouts: timeouts, username: username, }), + postgres_settings:: { + '#new':: d.fn(help='\n`aws.dms_endpoint.postgres_settings.new` constructs a new object with attributes and blocks configured for the `postgres_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `after_connect_script` (`string`): Set the `after_connect_script` field on the resulting object. When `null`, the `after_connect_script` field will be omitted from the resulting object.\n - `babelfish_database_name` (`string`): Set the `babelfish_database_name` field on the resulting object. When `null`, the `babelfish_database_name` field will be omitted from the resulting object.\n - `capture_ddls` (`bool`): Set the `capture_ddls` field on the resulting object. When `null`, the `capture_ddls` field will be omitted from the resulting object.\n - `database_mode` (`string`): Set the `database_mode` field on the resulting object. When `null`, the `database_mode` field will be omitted from the resulting object.\n - `ddl_artifacts_schema` (`string`): Set the `ddl_artifacts_schema` field on the resulting object. When `null`, the `ddl_artifacts_schema` field will be omitted from the resulting object.\n - `execute_timeout` (`number`): Set the `execute_timeout` field on the resulting object. When `null`, the `execute_timeout` field will be omitted from the resulting object.\n - `fail_tasks_on_lob_truncation` (`bool`): Set the `fail_tasks_on_lob_truncation` field on the resulting object. When `null`, the `fail_tasks_on_lob_truncation` field will be omitted from the resulting object.\n - `heartbeat_enable` (`bool`): Set the `heartbeat_enable` field on the resulting object. When `null`, the `heartbeat_enable` field will be omitted from the resulting object.\n - `heartbeat_frequency` (`number`): Set the `heartbeat_frequency` field on the resulting object. When `null`, the `heartbeat_frequency` field will be omitted from the resulting object.\n - `heartbeat_schema` (`string`): Set the `heartbeat_schema` field on the resulting object. When `null`, the `heartbeat_schema` field will be omitted from the resulting object.\n - `map_boolean_as_boolean` (`bool`): Set the `map_boolean_as_boolean` field on the resulting object. When `null`, the `map_boolean_as_boolean` field will be omitted from the resulting object.\n - `map_jsonb_as_clob` (`bool`): Set the `map_jsonb_as_clob` field on the resulting object. When `null`, the `map_jsonb_as_clob` field will be omitted from the resulting object.\n - `map_long_varchar_as` (`string`): Set the `map_long_varchar_as` field on the resulting object. When `null`, the `map_long_varchar_as` field will be omitted from the resulting object.\n - `max_file_size` (`number`): Set the `max_file_size` field on the resulting object. When `null`, the `max_file_size` field will be omitted from the resulting object.\n - `plugin_name` (`string`): Set the `plugin_name` field on the resulting object. When `null`, the `plugin_name` field will be omitted from the resulting object.\n - `slot_name` (`string`): Set the `slot_name` field on the resulting object. When `null`, the `slot_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `postgres_settings` sub block.\n', args=[]), + new( + after_connect_script=null, + babelfish_database_name=null, + capture_ddls=null, + database_mode=null, + ddl_artifacts_schema=null, + execute_timeout=null, + fail_tasks_on_lob_truncation=null, + heartbeat_enable=null, + heartbeat_frequency=null, + heartbeat_schema=null, + map_boolean_as_boolean=null, + map_jsonb_as_clob=null, + map_long_varchar_as=null, + max_file_size=null, + plugin_name=null, + slot_name=null + ):: std.prune(a={ + after_connect_script: after_connect_script, + babelfish_database_name: babelfish_database_name, + capture_ddls: capture_ddls, + database_mode: database_mode, + ddl_artifacts_schema: ddl_artifacts_schema, + execute_timeout: execute_timeout, + fail_tasks_on_lob_truncation: fail_tasks_on_lob_truncation, + heartbeat_enable: heartbeat_enable, + heartbeat_frequency: heartbeat_frequency, + heartbeat_schema: heartbeat_schema, + map_boolean_as_boolean: map_boolean_as_boolean, + map_jsonb_as_clob: map_jsonb_as_clob, + map_long_varchar_as: map_long_varchar_as, + max_file_size: max_file_size, + plugin_name: plugin_name, + slot_name: slot_name, + }), + }, redis_settings:: { '#new':: d.fn(help='\n`aws.dms_endpoint.redis_settings.new` constructs a new object with attributes and blocks configured for the `redis_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `auth_password` (`string`): Set the `auth_password` field on the resulting object. When `null`, the `auth_password` field will be omitted from the resulting object.\n - `auth_type` (`string`): Set the `auth_type` field on the resulting object.\n - `auth_user_name` (`string`): Set the `auth_user_name` field on the resulting object. When `null`, the `auth_user_name` field will be omitted from the resulting object.\n - `port` (`number`): Set the `port` field on the resulting object.\n - `server_name` (`string`): Set the `server_name` field on the resulting object.\n - `ssl_ca_certificate_arn` (`string`): Set the `ssl_ca_certificate_arn` field on the resulting object. When `null`, the `ssl_ca_certificate_arn` field will be omitted from the resulting object.\n - `ssl_security_protocol` (`string`): Set the `ssl_security_protocol` field on the resulting object. When `null`, the `ssl_security_protocol` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `redis_settings` sub block.\n', args=[]), new( @@ -527,6 +571,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withPostgresSettings':: d.fn(help='`aws.list[obj].withPostgresSettings` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the postgres_settings 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].withPostgresSettingsMixin](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 `postgres_settings` field.\n', args=[]), + withPostgresSettings(resourceLabel, value): { + resource+: { + aws_dms_endpoint+: { + [resourceLabel]+: { + postgres_settings: value, + }, + }, + }, + }, + '#withPostgresSettingsMixin':: d.fn(help='`aws.list[obj].withPostgresSettingsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the postgres_settings 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].withPostgresSettings](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 `postgres_settings` field.\n', args=[]), + withPostgresSettingsMixin(resourceLabel, value): { + resource+: { + aws_dms_endpoint+: { + [resourceLabel]+: { + postgres_settings+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withRedisSettings':: d.fn(help='`aws.list[obj].withRedisSettings` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the redis_settings 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].withRedisSettingsMixin](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 `redis_settings` field.\n', args=[]), withRedisSettings(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/dms_event_subscription.libsonnet b/5.x/_gen/resources/dms_event_subscription.libsonnet index 39840f19..be28f044 100644 --- a/5.x/_gen/resources/dms_event_subscription.libsonnet +++ b/5.x/_gen/resources/dms_event_subscription.libsonnet @@ -2,15 +2,15 @@ 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='dms_event_subscription', url='', help='`dms_event_subscription` represents the `aws_dms_event_subscription` 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.dms_event_subscription.new` injects a new `aws_dms_event_subscription` 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.dms_event_subscription.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.dms_event_subscription` using the reference:\n\n $._ref.aws_dms_event_subscription.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_dms_event_subscription.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 - `enabled` (`bool`): Set the `enabled` field on the resulting resource block. When `null`, the `enabled` field will be omitted from the resulting object.\n - `event_categories` (`list`): Set the `event_categories` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `sns_topic_arn` (`string`): Set the `sns_topic_arn` field on the resulting resource block.\n - `source_ids` (`list`): Set the `source_ids` field on the resulting resource block. When `null`, the `source_ids` field will be omitted from the resulting object.\n - `source_type` (`string`): Set the `source_type` field on the resulting resource block. When `null`, the `source_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 - `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.dms_event_subscription.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.dms_event_subscription.new` injects a new `aws_dms_event_subscription` 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.dms_event_subscription.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.dms_event_subscription` using the reference:\n\n $._ref.aws_dms_event_subscription.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_dms_event_subscription.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 - `enabled` (`bool`): Set the `enabled` field on the resulting resource block. When `null`, the `enabled` field will be omitted from the resulting object.\n - `event_categories` (`list`): Set the `event_categories` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `sns_topic_arn` (`string`): Set the `sns_topic_arn` field on the resulting resource block.\n - `source_ids` (`list`): Set the `source_ids` field on the resulting resource block.\n - `source_type` (`string`): Set the `source_type` 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 - `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.dms_event_subscription.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, event_categories, name, sns_topic_arn, + source_ids, + source_type, enabled=null, - source_ids=null, - source_type=null, tags=null, tags_all=null, timeouts=null, @@ -31,14 +31,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.dms_event_subscription.newAttrs` constructs a new object with attributes and blocks configured for the `dms_event_subscription`\nTerraform resource.\n\nUnlike [aws.dms_event_subscription.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 - `enabled` (`bool`): Set the `enabled` field on the resulting object. When `null`, the `enabled` field will be omitted from the resulting object.\n - `event_categories` (`list`): Set the `event_categories` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `sns_topic_arn` (`string`): Set the `sns_topic_arn` field on the resulting object.\n - `source_ids` (`list`): Set the `source_ids` field on the resulting object. When `null`, the `source_ids` field will be omitted from the resulting object.\n - `source_type` (`string`): Set the `source_type` field on the resulting object. When `null`, the `source_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 - `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.dms_event_subscription.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 `dms_event_subscription` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.dms_event_subscription.newAttrs` constructs a new object with attributes and blocks configured for the `dms_event_subscription`\nTerraform resource.\n\nUnlike [aws.dms_event_subscription.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 - `enabled` (`bool`): Set the `enabled` field on the resulting object. When `null`, the `enabled` field will be omitted from the resulting object.\n - `event_categories` (`list`): Set the `event_categories` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `sns_topic_arn` (`string`): Set the `sns_topic_arn` field on the resulting object.\n - `source_ids` (`list`): Set the `source_ids` field on the resulting object.\n - `source_type` (`string`): Set the `source_type` 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 - `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.dms_event_subscription.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 `dms_event_subscription` resource into the root Terraform configuration.\n', args=[]), newAttrs( event_categories, name, sns_topic_arn, + source_ids, + source_type, enabled=null, - source_ids=null, - source_type=null, tags=null, tags_all=null, timeouts=null diff --git a/5.x/_gen/resources/finspace_kx_cluster.libsonnet b/5.x/_gen/resources/finspace_kx_cluster.libsonnet index 571d299b..a9a266bd 100644 --- a/5.x/_gen/resources/finspace_kx_cluster.libsonnet +++ b/5.x/_gen/resources/finspace_kx_cluster.libsonnet @@ -63,18 +63,20 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); db_paths: db_paths, }), }, - '#new':: d.fn(help='\n`aws.finspace_kx_cluster.database.new` constructs a new object with attributes and blocks configured for the `database`\nTerraform sub block.\n\n\n\n**Args**:\n - `changeset_id` (`string`): Set the `changeset_id` field on the resulting object. When `null`, the `changeset_id` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object.\n - `cache_configurations` (`list[obj]`): Set the `cache_configurations` field on the resulting object. When `null`, the `cache_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.cache_configurations.new](#fn-databasecache_configurationsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `database` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.finspace_kx_cluster.database.new` constructs a new object with attributes and blocks configured for the `database`\nTerraform sub block.\n\n\n\n**Args**:\n - `changeset_id` (`string`): Set the `changeset_id` field on the resulting object. When `null`, the `changeset_id` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object.\n - `dataview_name` (`string`): Set the `dataview_name` field on the resulting object. When `null`, the `dataview_name` field will be omitted from the resulting object.\n - `cache_configurations` (`list[obj]`): Set the `cache_configurations` field on the resulting object. When `null`, the `cache_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.cache_configurations.new](#fn-databasecache_configurationsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `database` sub block.\n', args=[]), new( database_name, cache_configurations=null, - changeset_id=null + changeset_id=null, + dataview_name=null ):: std.prune(a={ cache_configurations: cache_configurations, changeset_id: changeset_id, database_name: database_name, + dataview_name: dataview_name, }), }, - '#new':: d.fn(help="\n`aws.finspace_kx_cluster.new` injects a new `aws_finspace_kx_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.finspace_kx_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.finspace_kx_cluster` using the reference:\n\n $._ref.aws_finspace_kx_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_finspace_kx_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 - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting resource block. When `null`, the `availability_zone_id` field will be omitted from the resulting object.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting resource block.\n - `command_line_arguments` (`obj`): Set the `command_line_arguments` field on the resulting resource block. When `null`, the `command_line_arguments` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting resource block.\n - `execution_role` (`string`): Set the `execution_role` field on the resulting resource block. When `null`, the `execution_role` field will be omitted from the resulting object.\n - `initialization_script` (`string`): Set the `initialization_script` field on the resulting resource block. When `null`, the `initialization_script` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `release_label` (`string`): Set the `release_label` 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `auto_scaling_configuration` (`list[obj]`): Set the `auto_scaling_configuration` field on the resulting resource block. When `null`, the `auto_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.finspace_kx_cluster.auto_scaling_configuration.new](#fn-auto_scaling_configurationnew) constructor.\n - `cache_storage_configurations` (`list[obj]`): Set the `cache_storage_configurations` field on the resulting resource block. When `null`, the `cache_storage_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.cache_storage_configurations.new](#fn-cache_storage_configurationsnew) constructor.\n - `capacity_configuration` (`list[obj]`): Set the `capacity_configuration` field on the resulting resource block. When `null`, the `capacity_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.finspace_kx_cluster.capacity_configuration.new](#fn-capacity_configurationnew) constructor.\n - `code` (`list[obj]`): Set the `code` field on the resulting resource block. When `null`, the `code` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.code.new](#fn-codenew) constructor.\n - `database` (`list[obj]`): Set the `database` field on the resulting resource block. When `null`, the `database` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.new](#fn-databasenew) constructor.\n - `savedown_storage_configuration` (`list[obj]`): Set the `savedown_storage_configuration` field on the resulting resource block. When `null`, the `savedown_storage_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.finspace_kx_cluster.savedown_storage_configuration.new](#fn-savedown_storage_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.finspace_kx_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_configuration` (`list[obj]`): Set the `vpc_configuration` field on the resulting resource block. When `null`, the `vpc_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.finspace_kx_cluster.vpc_configuration.new](#fn-vpc_configurationnew) 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.finspace_kx_cluster.new` injects a new `aws_finspace_kx_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.finspace_kx_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.finspace_kx_cluster` using the reference:\n\n $._ref.aws_finspace_kx_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_finspace_kx_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 - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting resource block. When `null`, the `availability_zone_id` field will be omitted from the resulting object.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting resource block.\n - `command_line_arguments` (`obj`): Set the `command_line_arguments` field on the resulting resource block. When `null`, the `command_line_arguments` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting resource block.\n - `execution_role` (`string`): Set the `execution_role` field on the resulting resource block. When `null`, the `execution_role` field will be omitted from the resulting object.\n - `initialization_script` (`string`): Set the `initialization_script` field on the resulting resource block. When `null`, the `initialization_script` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `release_label` (`string`): Set the `release_label` 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `auto_scaling_configuration` (`list[obj]`): Set the `auto_scaling_configuration` field on the resulting resource block. When `null`, the `auto_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.finspace_kx_cluster.auto_scaling_configuration.new](#fn-auto_scaling_configurationnew) constructor.\n - `cache_storage_configurations` (`list[obj]`): Set the `cache_storage_configurations` field on the resulting resource block. When `null`, the `cache_storage_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.cache_storage_configurations.new](#fn-cache_storage_configurationsnew) constructor.\n - `capacity_configuration` (`list[obj]`): Set the `capacity_configuration` field on the resulting resource block. When `null`, the `capacity_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.finspace_kx_cluster.capacity_configuration.new](#fn-capacity_configurationnew) constructor.\n - `code` (`list[obj]`): Set the `code` field on the resulting resource block. When `null`, the `code` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.code.new](#fn-codenew) constructor.\n - `database` (`list[obj]`): Set the `database` field on the resulting resource block. When `null`, the `database` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.new](#fn-databasenew) constructor.\n - `savedown_storage_configuration` (`list[obj]`): Set the `savedown_storage_configuration` field on the resulting resource block. When `null`, the `savedown_storage_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.finspace_kx_cluster.savedown_storage_configuration.new](#fn-savedown_storage_configurationnew) constructor.\n - `scaling_group_configuration` (`list[obj]`): Set the `scaling_group_configuration` field on the resulting resource block. When `null`, the `scaling_group_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.finspace_kx_cluster.scaling_group_configuration.new](#fn-scaling_group_configurationnew) constructor.\n - `tickerplant_log_configuration` (`list[obj]`): Set the `tickerplant_log_configuration` field on the resulting resource block. When `null`, the `tickerplant_log_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.finspace_kx_cluster.tickerplant_log_configuration.new](#fn-tickerplant_log_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.finspace_kx_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_configuration` (`list[obj]`): Set the `vpc_configuration` field on the resulting resource block. When `null`, the `vpc_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.finspace_kx_cluster.vpc_configuration.new](#fn-vpc_configurationnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, az_mode, @@ -93,8 +95,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); execution_role=null, initialization_script=null, savedown_storage_configuration=null, + scaling_group_configuration=null, tags=null, tags_all=null, + tickerplant_log_configuration=null, timeouts=null, vpc_configuration=null, _meta={} @@ -117,15 +121,17 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name=name, release_label=release_label, savedown_storage_configuration=savedown_storage_configuration, + scaling_group_configuration=scaling_group_configuration, tags=tags, tags_all=tags_all, + tickerplant_log_configuration=tickerplant_log_configuration, timeouts=timeouts, type=type, vpc_configuration=vpc_configuration ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.finspace_kx_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_cluster`\nTerraform resource.\n\nUnlike [aws.finspace_kx_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 - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting object. When `null`, the `availability_zone_id` field will be omitted from the resulting object.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting object.\n - `command_line_arguments` (`obj`): Set the `command_line_arguments` field on the resulting object. When `null`, the `command_line_arguments` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting object.\n - `execution_role` (`string`): Set the `execution_role` field on the resulting object. When `null`, the `execution_role` field will be omitted from the resulting object.\n - `initialization_script` (`string`): Set the `initialization_script` field on the resulting object. When `null`, the `initialization_script` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `release_label` (`string`): Set the `release_label` 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 - `type` (`string`): Set the `type` field on the resulting object.\n - `auto_scaling_configuration` (`list[obj]`): Set the `auto_scaling_configuration` field on the resulting object. When `null`, the `auto_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.finspace_kx_cluster.auto_scaling_configuration.new](#fn-auto_scaling_configurationnew) constructor.\n - `cache_storage_configurations` (`list[obj]`): Set the `cache_storage_configurations` field on the resulting object. When `null`, the `cache_storage_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.cache_storage_configurations.new](#fn-cache_storage_configurationsnew) constructor.\n - `capacity_configuration` (`list[obj]`): Set the `capacity_configuration` field on the resulting object. When `null`, the `capacity_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.finspace_kx_cluster.capacity_configuration.new](#fn-capacity_configurationnew) constructor.\n - `code` (`list[obj]`): Set the `code` field on the resulting object. When `null`, the `code` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.code.new](#fn-codenew) constructor.\n - `database` (`list[obj]`): Set the `database` field on the resulting object. When `null`, the `database` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.new](#fn-databasenew) constructor.\n - `savedown_storage_configuration` (`list[obj]`): Set the `savedown_storage_configuration` field on the resulting object. When `null`, the `savedown_storage_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.finspace_kx_cluster.savedown_storage_configuration.new](#fn-savedown_storage_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.finspace_kx_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_configuration` (`list[obj]`): Set the `vpc_configuration` field on the resulting object. When `null`, the `vpc_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.finspace_kx_cluster.vpc_configuration.new](#fn-vpc_configurationnew) 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 `finspace_kx_cluster` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.finspace_kx_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_cluster`\nTerraform resource.\n\nUnlike [aws.finspace_kx_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 - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting object. When `null`, the `availability_zone_id` field will be omitted from the resulting object.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting object.\n - `command_line_arguments` (`obj`): Set the `command_line_arguments` field on the resulting object. When `null`, the `command_line_arguments` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting object.\n - `execution_role` (`string`): Set the `execution_role` field on the resulting object. When `null`, the `execution_role` field will be omitted from the resulting object.\n - `initialization_script` (`string`): Set the `initialization_script` field on the resulting object. When `null`, the `initialization_script` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `release_label` (`string`): Set the `release_label` 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 - `type` (`string`): Set the `type` field on the resulting object.\n - `auto_scaling_configuration` (`list[obj]`): Set the `auto_scaling_configuration` field on the resulting object. When `null`, the `auto_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.finspace_kx_cluster.auto_scaling_configuration.new](#fn-auto_scaling_configurationnew) constructor.\n - `cache_storage_configurations` (`list[obj]`): Set the `cache_storage_configurations` field on the resulting object. When `null`, the `cache_storage_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.cache_storage_configurations.new](#fn-cache_storage_configurationsnew) constructor.\n - `capacity_configuration` (`list[obj]`): Set the `capacity_configuration` field on the resulting object. When `null`, the `capacity_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.finspace_kx_cluster.capacity_configuration.new](#fn-capacity_configurationnew) constructor.\n - `code` (`list[obj]`): Set the `code` field on the resulting object. When `null`, the `code` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.code.new](#fn-codenew) constructor.\n - `database` (`list[obj]`): Set the `database` field on the resulting object. When `null`, the `database` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.new](#fn-databasenew) constructor.\n - `savedown_storage_configuration` (`list[obj]`): Set the `savedown_storage_configuration` field on the resulting object. When `null`, the `savedown_storage_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.finspace_kx_cluster.savedown_storage_configuration.new](#fn-savedown_storage_configurationnew) constructor.\n - `scaling_group_configuration` (`list[obj]`): Set the `scaling_group_configuration` field on the resulting object. When `null`, the `scaling_group_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.finspace_kx_cluster.scaling_group_configuration.new](#fn-scaling_group_configurationnew) constructor.\n - `tickerplant_log_configuration` (`list[obj]`): Set the `tickerplant_log_configuration` field on the resulting object. When `null`, the `tickerplant_log_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.finspace_kx_cluster.tickerplant_log_configuration.new](#fn-tickerplant_log_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.finspace_kx_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_configuration` (`list[obj]`): Set the `vpc_configuration` field on the resulting object. When `null`, the `vpc_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.finspace_kx_cluster.vpc_configuration.new](#fn-vpc_configurationnew) 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 `finspace_kx_cluster` resource into the root Terraform configuration.\n', args=[]), newAttrs( az_mode, environment_id, @@ -143,8 +149,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); execution_role=null, initialization_script=null, savedown_storage_configuration=null, + scaling_group_configuration=null, tags=null, tags_all=null, + tickerplant_log_configuration=null, timeouts=null, vpc_configuration=null ):: std.prune(a={ @@ -163,20 +171,48 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name: name, release_label: release_label, savedown_storage_configuration: savedown_storage_configuration, + scaling_group_configuration: scaling_group_configuration, tags: tags, tags_all: tags_all, + tickerplant_log_configuration: tickerplant_log_configuration, timeouts: timeouts, type: type, vpc_configuration: vpc_configuration, }), savedown_storage_configuration:: { - '#new':: d.fn(help='\n`aws.finspace_kx_cluster.savedown_storage_configuration.new` constructs a new object with attributes and blocks configured for the `savedown_storage_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `size` (`number`): Set the `size` field on the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `savedown_storage_configuration` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.finspace_kx_cluster.savedown_storage_configuration.new` constructs a new object with attributes and blocks configured for the `savedown_storage_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `size` (`number`): Set the `size` field on the resulting object. When `null`, the `size` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n - `volume_name` (`string`): Set the `volume_name` field on the resulting object. When `null`, the `volume_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `savedown_storage_configuration` sub block.\n', args=[]), new( - size, - type + size=null, + type=null, + volume_name=null ):: std.prune(a={ size: size, type: type, + volume_name: volume_name, + }), + }, + scaling_group_configuration:: { + '#new':: d.fn(help='\n`aws.finspace_kx_cluster.scaling_group_configuration.new` constructs a new object with attributes and blocks configured for the `scaling_group_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `cpu` (`number`): Set the `cpu` field on the resulting object. When `null`, the `cpu` field will be omitted from the resulting object.\n - `memory_limit` (`number`): Set the `memory_limit` field on the resulting object. When `null`, the `memory_limit` field will be omitted from the resulting object.\n - `memory_reservation` (`number`): Set the `memory_reservation` field on the resulting object.\n - `node_count` (`number`): Set the `node_count` field on the resulting object.\n - `scaling_group_name` (`string`): Set the `scaling_group_name` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `scaling_group_configuration` sub block.\n', args=[]), + new( + memory_reservation, + node_count, + scaling_group_name, + cpu=null, + memory_limit=null + ):: std.prune(a={ + cpu: cpu, + memory_limit: memory_limit, + memory_reservation: memory_reservation, + node_count: node_count, + scaling_group_name: scaling_group_name, + }), + }, + tickerplant_log_configuration:: { + '#new':: d.fn(help='\n`aws.finspace_kx_cluster.tickerplant_log_configuration.new` constructs a new object with attributes and blocks configured for the `tickerplant_log_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `tickerplant_log_volumes` (`list`): Set the `tickerplant_log_volumes` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `tickerplant_log_configuration` sub block.\n', args=[]), + new( + tickerplant_log_volumes + ):: std.prune(a={ + tickerplant_log_volumes: tickerplant_log_volumes, }), }, timeouts:: { @@ -415,6 +451,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withScalingGroupConfiguration':: d.fn(help='`aws.list[obj].withScalingGroupConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the scaling_group_configuration 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].withScalingGroupConfigurationMixin](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 `scaling_group_configuration` field.\n', args=[]), + withScalingGroupConfiguration(resourceLabel, value): { + resource+: { + aws_finspace_kx_cluster+: { + [resourceLabel]+: { + scaling_group_configuration: value, + }, + }, + }, + }, + '#withScalingGroupConfigurationMixin':: d.fn(help='`aws.list[obj].withScalingGroupConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the scaling_group_configuration 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].withScalingGroupConfiguration](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 `scaling_group_configuration` field.\n', args=[]), + withScalingGroupConfigurationMixin(resourceLabel, value): { + resource+: { + aws_finspace_kx_cluster+: { + [resourceLabel]+: { + scaling_group_configuration+: 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+: { @@ -435,6 +491,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withTickerplantLogConfiguration':: d.fn(help='`aws.list[obj].withTickerplantLogConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the tickerplant_log_configuration 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].withTickerplantLogConfigurationMixin](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 `tickerplant_log_configuration` field.\n', args=[]), + withTickerplantLogConfiguration(resourceLabel, value): { + resource+: { + aws_finspace_kx_cluster+: { + [resourceLabel]+: { + tickerplant_log_configuration: value, + }, + }, + }, + }, + '#withTickerplantLogConfigurationMixin':: d.fn(help='`aws.list[obj].withTickerplantLogConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the tickerplant_log_configuration 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].withTickerplantLogConfiguration](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 `tickerplant_log_configuration` field.\n', args=[]), + withTickerplantLogConfigurationMixin(resourceLabel, value): { + resource+: { + aws_finspace_kx_cluster+: { + [resourceLabel]+: { + tickerplant_log_configuration+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#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+: { diff --git a/5.x/_gen/resources/finspace_kx_dataview.libsonnet b/5.x/_gen/resources/finspace_kx_dataview.libsonnet new file mode 100644 index 00000000..884a639b --- /dev/null +++ b/5.x/_gen/resources/finspace_kx_dataview.libsonnet @@ -0,0 +1,230 @@ +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='finspace_kx_dataview', url='', help='`finspace_kx_dataview` represents the `aws_finspace_kx_dataview` 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.finspace_kx_dataview.new` injects a new `aws_finspace_kx_dataview` 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.finspace_kx_dataview.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.finspace_kx_dataview` using the reference:\n\n $._ref.aws_finspace_kx_dataview.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_finspace_kx_dataview.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 - `auto_update` (`bool`): Set the `auto_update` field on the resulting resource block.\n - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting resource block. When `null`, the `availability_zone_id` field will be omitted from the resulting object.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting resource block.\n - `changeset_id` (`string`): Set the `changeset_id` field on the resulting resource block. When `null`, the `changeset_id` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting resource 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 - `segment_configurations` (`list[obj]`): Set the `segment_configurations` field on the resulting resource block. When `null`, the `segment_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_dataview.segment_configurations.new](#fn-segment_configurationsnew) 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.finspace_kx_dataview.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, + auto_update, + az_mode, + database_name, + environment_id, + name, + availability_zone_id=null, + changeset_id=null, + description=null, + segment_configurations=null, + tags=null, + tags_all=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_finspace_kx_dataview', + label=resourceLabel, + attrs=self.newAttrs( + auto_update=auto_update, + availability_zone_id=availability_zone_id, + az_mode=az_mode, + changeset_id=changeset_id, + database_name=database_name, + description=description, + environment_id=environment_id, + name=name, + segment_configurations=segment_configurations, + tags=tags, + tags_all=tags_all, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.finspace_kx_dataview.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_dataview`\nTerraform resource.\n\nUnlike [aws.finspace_kx_dataview.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 - `auto_update` (`bool`): Set the `auto_update` field on the resulting object.\n - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting object. When `null`, the `availability_zone_id` field will be omitted from the resulting object.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting object.\n - `changeset_id` (`string`): Set the `changeset_id` field on the resulting object. When `null`, the `changeset_id` field will be omitted from the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting object.\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 - `segment_configurations` (`list[obj]`): Set the `segment_configurations` field on the resulting object. When `null`, the `segment_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_dataview.segment_configurations.new](#fn-segment_configurationsnew) 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.finspace_kx_dataview.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 `finspace_kx_dataview` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + auto_update, + az_mode, + database_name, + environment_id, + name, + availability_zone_id=null, + changeset_id=null, + description=null, + segment_configurations=null, + tags=null, + tags_all=null, + timeouts=null + ):: std.prune(a={ + auto_update: auto_update, + availability_zone_id: availability_zone_id, + az_mode: az_mode, + changeset_id: changeset_id, + database_name: database_name, + description: description, + environment_id: environment_id, + name: name, + segment_configurations: segment_configurations, + tags: tags, + tags_all: tags_all, + timeouts: timeouts, + }), + segment_configurations:: { + '#new':: d.fn(help='\n`aws.finspace_kx_dataview.segment_configurations.new` constructs a new object with attributes and blocks configured for the `segment_configurations`\nTerraform sub block.\n\n\n\n**Args**:\n - `db_paths` (`list`): Set the `db_paths` field on the resulting object.\n - `volume_name` (`string`): Set the `volume_name` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `segment_configurations` sub block.\n', args=[]), + new( + db_paths, + volume_name + ):: std.prune(a={ + db_paths: db_paths, + volume_name: volume_name, + }), + }, + timeouts:: { + '#new':: d.fn(help='\n`aws.finspace_kx_dataview.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( + create=null, + delete=null, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withAutoUpdate':: d.fn(help='`aws.bool.withAutoUpdate` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the auto_update 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 `auto_update` field.\n', args=[]), + withAutoUpdate(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + auto_update: value, + }, + }, + }, + }, + '#withAvailabilityZoneId':: d.fn(help='`aws.string.withAvailabilityZoneId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the availability_zone_id 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 `availability_zone_id` field.\n', args=[]), + withAvailabilityZoneId(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + availability_zone_id: value, + }, + }, + }, + }, + '#withAzMode':: d.fn(help='`aws.string.withAzMode` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the az_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 `az_mode` field.\n', args=[]), + withAzMode(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + az_mode: value, + }, + }, + }, + }, + '#withChangesetId':: d.fn(help='`aws.string.withChangesetId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the changeset_id 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 `changeset_id` field.\n', args=[]), + withChangesetId(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + changeset_id: value, + }, + }, + }, + }, + '#withDatabaseName':: d.fn(help='`aws.string.withDatabaseName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the database_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 `database_name` field.\n', args=[]), + withDatabaseName(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + database_name: value, + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withEnvironmentId':: d.fn(help='`aws.string.withEnvironmentId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the environment_id 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 `environment_id` field.\n', args=[]), + withEnvironmentId(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + environment_id: value, + }, + }, + }, + }, + '#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_finspace_kx_dataview+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withSegmentConfigurations':: d.fn(help='`aws.list[obj].withSegmentConfigurations` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the segment_configurations 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].withSegmentConfigurationsMixin](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 `segment_configurations` field.\n', args=[]), + withSegmentConfigurations(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + segment_configurations: value, + }, + }, + }, + }, + '#withSegmentConfigurationsMixin':: d.fn(help='`aws.list[obj].withSegmentConfigurationsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the segment_configurations 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].withSegmentConfigurations](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 `segment_configurations` field.\n', args=[]), + withSegmentConfigurationsMixin(resourceLabel, value): { + resource+: { + aws_finspace_kx_dataview+: { + [resourceLabel]+: { + segment_configurations+: 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_finspace_kx_dataview+: { + [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_finspace_kx_dataview+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#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_finspace_kx_dataview+: { + [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_finspace_kx_dataview+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/finspace_kx_scaling_group.libsonnet b/5.x/_gen/resources/finspace_kx_scaling_group.libsonnet new file mode 100644 index 00000000..f98d91a0 --- /dev/null +++ b/5.x/_gen/resources/finspace_kx_scaling_group.libsonnet @@ -0,0 +1,140 @@ +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='finspace_kx_scaling_group', url='', help='`finspace_kx_scaling_group` represents the `aws_finspace_kx_scaling_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.finspace_kx_scaling_group.new` injects a new `aws_finspace_kx_scaling_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.finspace_kx_scaling_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.finspace_kx_scaling_group` using the reference:\n\n $._ref.aws_finspace_kx_scaling_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_finspace_kx_scaling_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_zone_id` (`string`): Set the `availability_zone_id` field on the resulting resource block.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting resource block.\n - `host_type` (`string`): Set the `host_type` field on the resulting resource 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 - `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.finspace_kx_scaling_group.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, + availability_zone_id, + environment_id, + host_type, + name, + tags=null, + tags_all=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_finspace_kx_scaling_group', + label=resourceLabel, + attrs=self.newAttrs( + availability_zone_id=availability_zone_id, + environment_id=environment_id, + host_type=host_type, + name=name, + tags=tags, + tags_all=tags_all, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.finspace_kx_scaling_group.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_scaling_group`\nTerraform resource.\n\nUnlike [aws.finspace_kx_scaling_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_zone_id` (`string`): Set the `availability_zone_id` field on the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting object.\n - `host_type` (`string`): Set the `host_type` field on the resulting object.\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 - `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.finspace_kx_scaling_group.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 `finspace_kx_scaling_group` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + availability_zone_id, + environment_id, + host_type, + name, + tags=null, + tags_all=null, + timeouts=null + ):: std.prune(a={ + availability_zone_id: availability_zone_id, + environment_id: environment_id, + host_type: host_type, + name: name, + tags: tags, + tags_all: tags_all, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.finspace_kx_scaling_group.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( + create=null, + delete=null, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withAvailabilityZoneId':: d.fn(help='`aws.string.withAvailabilityZoneId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the availability_zone_id 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 `availability_zone_id` field.\n', args=[]), + withAvailabilityZoneId(resourceLabel, value): { + resource+: { + aws_finspace_kx_scaling_group+: { + [resourceLabel]+: { + availability_zone_id: value, + }, + }, + }, + }, + '#withEnvironmentId':: d.fn(help='`aws.string.withEnvironmentId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the environment_id 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 `environment_id` field.\n', args=[]), + withEnvironmentId(resourceLabel, value): { + resource+: { + aws_finspace_kx_scaling_group+: { + [resourceLabel]+: { + environment_id: value, + }, + }, + }, + }, + '#withHostType':: d.fn(help='`aws.string.withHostType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the host_type 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 `host_type` field.\n', args=[]), + withHostType(resourceLabel, value): { + resource+: { + aws_finspace_kx_scaling_group+: { + [resourceLabel]+: { + host_type: value, + }, + }, + }, + }, + '#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_finspace_kx_scaling_group+: { + [resourceLabel]+: { + name: 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_finspace_kx_scaling_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_finspace_kx_scaling_group+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#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_finspace_kx_scaling_group+: { + [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_finspace_kx_scaling_group+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/finspace_kx_volume.libsonnet b/5.x/_gen/resources/finspace_kx_volume.libsonnet new file mode 100644 index 00000000..060985e9 --- /dev/null +++ b/5.x/_gen/resources/finspace_kx_volume.libsonnet @@ -0,0 +1,202 @@ +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='finspace_kx_volume', url='', help='`finspace_kx_volume` represents the `aws_finspace_kx_volume` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + nas1_configuration:: { + '#new':: d.fn(help='\n`aws.finspace_kx_volume.nas1_configuration.new` constructs a new object with attributes and blocks configured for the `nas1_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `size` (`number`): Set the `size` field on the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `nas1_configuration` sub block.\n', args=[]), + new( + size, + type + ):: std.prune(a={ + size: size, + type: type, + }), + }, + '#new':: d.fn(help="\n`aws.finspace_kx_volume.new` injects a new `aws_finspace_kx_volume` 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.finspace_kx_volume.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.finspace_kx_volume` using the reference:\n\n $._ref.aws_finspace_kx_volume.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_finspace_kx_volume.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.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting resource 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `nas1_configuration` (`list[obj]`): Set the `nas1_configuration` field on the resulting resource block. When `null`, the `nas1_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.finspace_kx_volume.nas1_configuration.new](#fn-nas1_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.finspace_kx_volume.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, + availability_zones, + az_mode, + environment_id, + name, + type, + description=null, + nas1_configuration=null, + tags=null, + tags_all=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_finspace_kx_volume', + label=resourceLabel, + attrs=self.newAttrs( + availability_zones=availability_zones, + az_mode=az_mode, + description=description, + environment_id=environment_id, + name=name, + nas1_configuration=nas1_configuration, + tags=tags, + tags_all=tags_all, + timeouts=timeouts, + type=type + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.finspace_kx_volume.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_volume`\nTerraform resource.\n\nUnlike [aws.finspace_kx_volume.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.\n - `az_mode` (`string`): Set the `az_mode` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `environment_id` (`string`): Set the `environment_id` field on the resulting object.\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 - `type` (`string`): Set the `type` field on the resulting object.\n - `nas1_configuration` (`list[obj]`): Set the `nas1_configuration` field on the resulting object. When `null`, the `nas1_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.finspace_kx_volume.nas1_configuration.new](#fn-nas1_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.finspace_kx_volume.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 `finspace_kx_volume` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + availability_zones, + az_mode, + environment_id, + name, + type, + description=null, + nas1_configuration=null, + tags=null, + tags_all=null, + timeouts=null + ):: std.prune(a={ + availability_zones: availability_zones, + az_mode: az_mode, + description: description, + environment_id: environment_id, + name: name, + nas1_configuration: nas1_configuration, + tags: tags, + tags_all: tags_all, + timeouts: timeouts, + type: type, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.finspace_kx_volume.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( + create=null, + delete=null, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withAvailabilityZones':: d.fn(help='`aws.list.withAvailabilityZones` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the availability_zones field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `availability_zones` field.\n', args=[]), + withAvailabilityZones(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + availability_zones: value, + }, + }, + }, + }, + '#withAzMode':: d.fn(help='`aws.string.withAzMode` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the az_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 `az_mode` field.\n', args=[]), + withAzMode(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + az_mode: value, + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withEnvironmentId':: d.fn(help='`aws.string.withEnvironmentId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the environment_id 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 `environment_id` field.\n', args=[]), + withEnvironmentId(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + environment_id: value, + }, + }, + }, + }, + '#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_finspace_kx_volume+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withNas1Configuration':: d.fn(help='`aws.list[obj].withNas1Configuration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the nas1_configuration 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].withNas1ConfigurationMixin](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 `nas1_configuration` field.\n', args=[]), + withNas1Configuration(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + nas1_configuration: value, + }, + }, + }, + }, + '#withNas1ConfigurationMixin':: d.fn(help='`aws.list[obj].withNas1ConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the nas1_configuration 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].withNas1Configuration](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 `nas1_configuration` field.\n', args=[]), + withNas1ConfigurationMixin(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + nas1_configuration+: 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_finspace_kx_volume+: { + [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_finspace_kx_volume+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#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_finspace_kx_volume+: { + [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_finspace_kx_volume+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, + '#withType':: d.fn(help='`aws.string.withType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the type 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 `type` field.\n', args=[]), + withType(resourceLabel, value): { + resource+: { + aws_finspace_kx_volume+: { + [resourceLabel]+: { + type: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/lb.libsonnet b/5.x/_gen/resources/lb.libsonnet index 5ec3ec43..eafeeaad 100644 --- a/5.x/_gen/resources/lb.libsonnet +++ b/5.x/_gen/resources/lb.libsonnet @@ -14,10 +14,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); prefix: prefix, }), }, - '#new':: d.fn(help="\n`aws.lb.new` injects a new `aws_lb` 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.lb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb` using the reference:\n\n $._ref.aws_lb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + connection_logs:: { + '#new':: d.fn(help='\n`aws.lb.connection_logs.new` constructs a new object with attributes and blocks configured for the `connection_logs`\nTerraform sub block.\n\n\n\n**Args**:\n - `bucket` (`string`): Set the `bucket` field on the resulting object.\n - `enabled` (`bool`): Set the `enabled` field on the resulting object. When `null`, the `enabled` field will be omitted from the resulting object.\n - `prefix` (`string`): Set the `prefix` field on the resulting object. When `null`, the `prefix` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `connection_logs` sub block.\n', args=[]), + new( + bucket, + enabled=null, + prefix=null + ):: std.prune(a={ + bucket: bucket, + enabled: enabled, + prefix: prefix, + }), + }, + '#new':: d.fn(help="\n`aws.lb.new` injects a new `aws_lb` 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.lb.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb` using the reference:\n\n $._ref.aws_lb.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting resource block. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting resource block. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting resource block. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting resource block. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting resource block. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting resource block. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting resource block. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting resource block. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting resource block. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting resource block. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting resource block. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting resource block. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting resource block. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting resource block. When `null`, the `load_balancer_type` field will be omitted from the resulting object.\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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting resource block. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting resource block. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting resource block. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.connection_logs.new](#fn-connection_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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, access_logs=null, + connection_logs=null, customer_owned_ipv4_pool=null, desync_mitigation_mode=null, dns_record_client_routing_policy=null, @@ -49,6 +62,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( access_logs=access_logs, + connection_logs=connection_logs, customer_owned_ipv4_pool=customer_owned_ipv4_pool, desync_mitigation_mode=desync_mitigation_mode, dns_record_client_routing_policy=dns_record_client_routing_policy, @@ -77,9 +91,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.lb.newAttrs` constructs a new object with attributes and blocks configured for the `lb`\nTerraform resource.\n\nUnlike [aws.lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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 `lb` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.lb.newAttrs` constructs a new object with attributes and blocks configured for the `lb`\nTerraform resource.\n\nUnlike [aws.lb.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 - `customer_owned_ipv4_pool` (`string`): Set the `customer_owned_ipv4_pool` field on the resulting object. When `null`, the `customer_owned_ipv4_pool` field will be omitted from the resulting object.\n - `desync_mitigation_mode` (`string`): Set the `desync_mitigation_mode` field on the resulting object. When `null`, the `desync_mitigation_mode` field will be omitted from the resulting object.\n - `dns_record_client_routing_policy` (`string`): Set the `dns_record_client_routing_policy` field on the resulting object. When `null`, the `dns_record_client_routing_policy` field will be omitted from the resulting object.\n - `drop_invalid_header_fields` (`bool`): Set the `drop_invalid_header_fields` field on the resulting object. When `null`, the `drop_invalid_header_fields` field will be omitted from the resulting object.\n - `enable_cross_zone_load_balancing` (`bool`): Set the `enable_cross_zone_load_balancing` field on the resulting object. When `null`, the `enable_cross_zone_load_balancing` field will be omitted from the resulting object.\n - `enable_deletion_protection` (`bool`): Set the `enable_deletion_protection` field on the resulting object. When `null`, the `enable_deletion_protection` field will be omitted from the resulting object.\n - `enable_http2` (`bool`): Set the `enable_http2` field on the resulting object. When `null`, the `enable_http2` field will be omitted from the resulting object.\n - `enable_tls_version_and_cipher_suite_headers` (`bool`): Set the `enable_tls_version_and_cipher_suite_headers` field on the resulting object. When `null`, the `enable_tls_version_and_cipher_suite_headers` field will be omitted from the resulting object.\n - `enable_waf_fail_open` (`bool`): Set the `enable_waf_fail_open` field on the resulting object. When `null`, the `enable_waf_fail_open` field will be omitted from the resulting object.\n - `enable_xff_client_port` (`bool`): Set the `enable_xff_client_port` field on the resulting object. When `null`, the `enable_xff_client_port` field will be omitted from the resulting object.\n - `enforce_security_group_inbound_rules_on_private_link_traffic` (`string`): Set the `enforce_security_group_inbound_rules_on_private_link_traffic` field on the resulting object. When `null`, the `enforce_security_group_inbound_rules_on_private_link_traffic` field will be omitted from the resulting object.\n - `idle_timeout` (`number`): Set the `idle_timeout` field on the resulting object. When `null`, the `idle_timeout` field will be omitted from the resulting object.\n - `internal` (`bool`): Set the `internal` field on the resulting object. When `null`, the `internal` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `load_balancer_type` (`string`): Set the `load_balancer_type` field on the resulting object. When `null`, the `load_balancer_type` field will be omitted from 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 - `preserve_host_header` (`bool`): Set the `preserve_host_header` field on the resulting object. When `null`, the `preserve_host_header` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnets` (`list`): Set the `subnets` field on the resulting object. When `null`, the `subnets` 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 - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object.\n - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor.\n - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting object. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.connection_logs.new](#fn-connection_logsnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) 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.lb.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 `lb` resource into the root Terraform configuration.\n', args=[]), newAttrs( access_logs=null, + connection_logs=null, customer_owned_ipv4_pool=null, desync_mitigation_mode=null, dns_record_client_routing_policy=null, @@ -107,6 +122,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); xff_header_processing_mode=null ):: std.prune(a={ access_logs: access_logs, + connection_logs: connection_logs, customer_owned_ipv4_pool: customer_owned_ipv4_pool, desync_mitigation_mode: desync_mitigation_mode, dns_record_client_routing_policy: dns_record_client_routing_policy, @@ -179,6 +195,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withConnectionLogs':: d.fn(help='`aws.list[obj].withConnectionLogs` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the connection_logs 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].withConnectionLogsMixin](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 `connection_logs` field.\n', args=[]), + withConnectionLogs(resourceLabel, value): { + resource+: { + aws_lb+: { + [resourceLabel]+: { + connection_logs: value, + }, + }, + }, + }, + '#withConnectionLogsMixin':: d.fn(help='`aws.list[obj].withConnectionLogsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the connection_logs 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].withConnectionLogs](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 `connection_logs` field.\n', args=[]), + withConnectionLogsMixin(resourceLabel, value): { + resource+: { + aws_lb+: { + [resourceLabel]+: { + connection_logs+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withCustomerOwnedIpv4Pool':: d.fn(help='`aws.string.withCustomerOwnedIpv4Pool` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the customer_owned_ipv4_pool 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 `customer_owned_ipv4_pool` field.\n', args=[]), withCustomerOwnedIpv4Pool(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/opensearchserverless_collection.libsonnet b/5.x/_gen/resources/opensearchserverless_collection.libsonnet index c641a6a6..2e62fa23 100644 --- a/5.x/_gen/resources/opensearchserverless_collection.libsonnet +++ b/5.x/_gen/resources/opensearchserverless_collection.libsonnet @@ -2,11 +2,12 @@ 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='opensearchserverless_collection', url='', help='`opensearchserverless_collection` represents the `aws_opensearchserverless_collection` 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.opensearchserverless_collection.new` injects a new `aws_opensearchserverless_collection` 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.opensearchserverless_collection.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.opensearchserverless_collection` using the reference:\n\n $._ref.aws_opensearchserverless_collection.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_opensearchserverless_collection.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\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.opensearchserverless_collection.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.opensearchserverless_collection.new` injects a new `aws_opensearchserverless_collection` 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.opensearchserverless_collection.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.opensearchserverless_collection` using the reference:\n\n $._ref.aws_opensearchserverless_collection.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_opensearchserverless_collection.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `standby_replicas` (`string`): Set the `standby_replicas` field on the resulting resource block. When `null`, the `standby_replicas` 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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\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.opensearchserverless_collection.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, description=null, + standby_replicas=null, tags=null, timeouts=null, type=null, @@ -17,22 +18,25 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); attrs=self.newAttrs( description=description, name=name, + standby_replicas=standby_replicas, tags=tags, timeouts=timeouts, type=type ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.opensearchserverless_collection.newAttrs` constructs a new object with attributes and blocks configured for the `opensearchserverless_collection`\nTerraform resource.\n\nUnlike [aws.opensearchserverless_collection.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from 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.opensearchserverless_collection.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 `opensearchserverless_collection` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.opensearchserverless_collection.newAttrs` constructs a new object with attributes and blocks configured for the `opensearchserverless_collection`\nTerraform resource.\n\nUnlike [aws.opensearchserverless_collection.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `standby_replicas` (`string`): Set the `standby_replicas` field on the resulting object. When `null`, the `standby_replicas` 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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from 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.opensearchserverless_collection.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 `opensearchserverless_collection` resource into the root Terraform configuration.\n', args=[]), newAttrs( name, description=null, + standby_replicas=null, tags=null, timeouts=null, type=null ):: std.prune(a={ description: description, name: name, + standby_replicas: standby_replicas, tags: tags, timeouts: timeouts, type: type, @@ -67,6 +71,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withStandbyReplicas':: d.fn(help='`aws.string.withStandbyReplicas` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the standby_replicas 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 `standby_replicas` field.\n', args=[]), + withStandbyReplicas(resourceLabel, value): { + resource+: { + aws_opensearchserverless_collection+: { + [resourceLabel]+: { + standby_replicas: 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+: { diff --git a/5.x/_gen/resources/ssoadmin_trusted_token_issuer.libsonnet b/5.x/_gen/resources/ssoadmin_trusted_token_issuer.libsonnet new file mode 100644 index 00000000..1ea7ab86 --- /dev/null +++ b/5.x/_gen/resources/ssoadmin_trusted_token_issuer.libsonnet @@ -0,0 +1,136 @@ +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='ssoadmin_trusted_token_issuer', url='', help='`ssoadmin_trusted_token_issuer` represents the `aws_ssoadmin_trusted_token_issuer` 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.ssoadmin_trusted_token_issuer.new` injects a new `aws_ssoadmin_trusted_token_issuer` 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.ssoadmin_trusted_token_issuer.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.ssoadmin_trusted_token_issuer` using the reference:\n\n $._ref.aws_ssoadmin_trusted_token_issuer.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_ssoadmin_trusted_token_issuer.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 - `client_token` (`string`): Set the `client_token` field on the resulting resource block. When `null`, the `client_token` field will be omitted from the resulting object.\n - `instance_arn` (`string`): Set the `instance_arn` field on the resulting resource 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 - `trusted_token_issuer_type` (`string`): Set the `trusted_token_issuer_type` field on the resulting resource block.\n - `trusted_token_issuer_configuration` (`list[obj]`): Set the `trusted_token_issuer_configuration` field on the resulting resource block. When `null`, the `trusted_token_issuer_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.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.new](#fn-trusted_token_issuer_configurationnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + instance_arn, + name, + trusted_token_issuer_type, + client_token=null, + tags=null, + trusted_token_issuer_configuration=null, + _meta={} + ):: tf.withResource( + type='aws_ssoadmin_trusted_token_issuer', + label=resourceLabel, + attrs=self.newAttrs( + client_token=client_token, + instance_arn=instance_arn, + name=name, + tags=tags, + trusted_token_issuer_configuration=trusted_token_issuer_configuration, + trusted_token_issuer_type=trusted_token_issuer_type + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.ssoadmin_trusted_token_issuer.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_trusted_token_issuer`\nTerraform resource.\n\nUnlike [aws.ssoadmin_trusted_token_issuer.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 - `client_token` (`string`): Set the `client_token` field on the resulting object. When `null`, the `client_token` field will be omitted from the resulting object.\n - `instance_arn` (`string`): Set the `instance_arn` field on the resulting object.\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 - `trusted_token_issuer_type` (`string`): Set the `trusted_token_issuer_type` field on the resulting object.\n - `trusted_token_issuer_configuration` (`list[obj]`): Set the `trusted_token_issuer_configuration` field on the resulting object. When `null`, the `trusted_token_issuer_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.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.new](#fn-trusted_token_issuer_configurationnew) 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 `ssoadmin_trusted_token_issuer` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + instance_arn, + name, + trusted_token_issuer_type, + client_token=null, + tags=null, + trusted_token_issuer_configuration=null + ):: std.prune(a={ + client_token: client_token, + instance_arn: instance_arn, + name: name, + tags: tags, + trusted_token_issuer_configuration: trusted_token_issuer_configuration, + trusted_token_issuer_type: trusted_token_issuer_type, + }), + trusted_token_issuer_configuration:: { + '#new':: d.fn(help='\n`aws.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.new` constructs a new object with attributes and blocks configured for the `trusted_token_issuer_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `oidc_jwt_configuration` (`list[obj]`): Set the `oidc_jwt_configuration` field on the resulting object. When `null`, the `oidc_jwt_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.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.oidc_jwt_configuration.new](#fn-trusted_token_issuer_configurationoidc_jwt_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `trusted_token_issuer_configuration` sub block.\n', args=[]), + new( + oidc_jwt_configuration=null + ):: std.prune(a={ + oidc_jwt_configuration: oidc_jwt_configuration, + }), + oidc_jwt_configuration:: { + '#new':: d.fn(help='\n`aws.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.oidc_jwt_configuration.new` constructs a new object with attributes and blocks configured for the `oidc_jwt_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `claim_attribute_path` (`string`): Set the `claim_attribute_path` field on the resulting object.\n - `identity_store_attribute_path` (`string`): Set the `identity_store_attribute_path` field on the resulting object.\n - `issuer_url` (`string`): Set the `issuer_url` field on the resulting object.\n - `jwks_retrieval_option` (`string`): Set the `jwks_retrieval_option` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `oidc_jwt_configuration` sub block.\n', args=[]), + new( + claim_attribute_path, + identity_store_attribute_path, + issuer_url, + jwks_retrieval_option + ):: std.prune(a={ + claim_attribute_path: claim_attribute_path, + identity_store_attribute_path: identity_store_attribute_path, + issuer_url: issuer_url, + jwks_retrieval_option: jwks_retrieval_option, + }), + }, + }, + '#withClientToken':: d.fn(help='`aws.string.withClientToken` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the client_token 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 `client_token` field.\n', args=[]), + withClientToken(resourceLabel, value): { + resource+: { + aws_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + client_token: value, + }, + }, + }, + }, + '#withInstanceArn':: d.fn(help='`aws.string.withInstanceArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the instance_arn 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 `instance_arn` field.\n', args=[]), + withInstanceArn(resourceLabel, value): { + resource+: { + aws_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + instance_arn: value, + }, + }, + }, + }, + '#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_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + name: 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_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#withTrustedTokenIssuerConfiguration':: d.fn(help='`aws.list[obj].withTrustedTokenIssuerConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the trusted_token_issuer_configuration 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].withTrustedTokenIssuerConfigurationMixin](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 `trusted_token_issuer_configuration` field.\n', args=[]), + withTrustedTokenIssuerConfiguration(resourceLabel, value): { + resource+: { + aws_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + trusted_token_issuer_configuration: value, + }, + }, + }, + }, + '#withTrustedTokenIssuerConfigurationMixin':: d.fn(help='`aws.list[obj].withTrustedTokenIssuerConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the trusted_token_issuer_configuration 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].withTrustedTokenIssuerConfiguration](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 `trusted_token_issuer_configuration` field.\n', args=[]), + withTrustedTokenIssuerConfigurationMixin(resourceLabel, value): { + resource+: { + aws_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + trusted_token_issuer_configuration+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withTrustedTokenIssuerType':: d.fn(help='`aws.string.withTrustedTokenIssuerType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the trusted_token_issuer_type 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 `trusted_token_issuer_type` field.\n', args=[]), + withTrustedTokenIssuerType(resourceLabel, value): { + resource+: { + aws_ssoadmin_trusted_token_issuer+: { + [resourceLabel]+: { + trusted_token_issuer_type: value, + }, + }, + }, + }, +} diff --git a/docs/5.x/README.md b/docs/5.x/README.md index ecc1a867..76ad8263 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -524,8 +524,11 @@ project. * [evidently_segment](evidently_segment.md) * [finspace_kx_cluster](finspace_kx_cluster.md) * [finspace_kx_database](finspace_kx_database.md) +* [finspace_kx_dataview](finspace_kx_dataview.md) * [finspace_kx_environment](finspace_kx_environment.md) +* [finspace_kx_scaling_group](finspace_kx_scaling_group.md) * [finspace_kx_user](finspace_kx_user.md) +* [finspace_kx_volume](finspace_kx_volume.md) * [fis_experiment_template](fis_experiment_template.md) * [flow_log](flow_log.md) * [fms_admin_account](fms_admin_account.md) @@ -1190,6 +1193,7 @@ project. * [ssoadmin_permission_set](ssoadmin_permission_set.md) * [ssoadmin_permission_set_inline_policy](ssoadmin_permission_set_inline_policy.md) * [ssoadmin_permissions_boundary_attachment](ssoadmin_permissions_boundary_attachment.md) +* [ssoadmin_trusted_token_issuer](ssoadmin_trusted_token_issuer.md) * [storagegateway_cache](storagegateway_cache.md) * [storagegateway_cached_iscsi_volume](storagegateway_cached_iscsi_volume.md) * [storagegateway_file_system_association](storagegateway_file_system_association.md) diff --git a/docs/5.x/alb.md b/docs/5.x/alb.md index 155ba2fd..308917da 100644 --- a/docs/5.x/alb.md +++ b/docs/5.x/alb.md @@ -17,6 +17,8 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withAccessLogs()`](#fn-withaccesslogs) * [`fn withAccessLogsMixin()`](#fn-withaccesslogsmixin) +* [`fn withConnectionLogs()`](#fn-withconnectionlogs) +* [`fn withConnectionLogsMixin()`](#fn-withconnectionlogsmixin) * [`fn withCustomerOwnedIpv4Pool()`](#fn-withcustomerownedipv4pool) * [`fn withDesyncMitigationMode()`](#fn-withdesyncmitigationmode) * [`fn withDnsRecordClientRoutingPolicy()`](#fn-withdnsrecordclientroutingpolicy) @@ -46,6 +48,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withXffHeaderProcessingMode()`](#fn-withxffheaderprocessingmode) * [`obj access_logs`](#obj-access_logs) * [`fn new()`](#fn-access_logsnew) +* [`obj connection_logs`](#obj-connection_logs) + * [`fn new()`](#fn-connection_logsnew) * [`obj subnet_mapping`](#obj-subnet_mapping) * [`fn new()`](#fn-subnet_mappingnew) * [`obj timeouts`](#obj-timeouts) @@ -104,6 +108,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object. - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor. + - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting resource block. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.connection_logs.new](#fn-connection_logsnew) constructor. - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) constructor. - `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.alb.timeouts.new](#fn-timeoutsnew) constructor. @@ -153,6 +158,7 @@ injecting into a complete block. - `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. - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object. - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.access_logs.new](#fn-access_logsnew) constructor. + - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting object. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.connection_logs.new](#fn-connection_logsnew) constructor. - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb.subnet_mapping.new](#fn-subnet_mappingnew) constructor. - `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.alb.timeouts.new](#fn-timeoutsnew) constructor. @@ -197,6 +203,43 @@ function. - `value` (`list[obj]`): The value to set for the `access_logs` field. +### fn withConnectionLogs + +```ts +withConnectionLogs() +``` + +`aws.list[obj].withConnectionLogs` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the connection_logs 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].withConnectionLogsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `connection_logs` field. + + +### fn withConnectionLogsMixin + +```ts +withConnectionLogsMixin() +``` + +`aws.list[obj].withConnectionLogsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the connection_logs 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].withConnectionLogs](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `connection_logs` field. + + ### fn withCustomerOwnedIpv4Pool ```ts @@ -663,6 +706,31 @@ Terraform sub block. - An attribute object that represents the `access_logs` sub block. +## obj connection_logs + + + +### fn connection_logs.new + +```ts +new() +``` + + +`aws.alb.connection_logs.new` constructs a new object with attributes and blocks configured for the `connection_logs` +Terraform sub block. + + + +**Args**: + - `bucket` (`string`): Set the `bucket` field on the resulting object. + - `enabled` (`bool`): Set the `enabled` field on the resulting object. When `null`, the `enabled` field will be omitted from the resulting object. + - `prefix` (`string`): Set the `prefix` field on the resulting object. When `null`, the `prefix` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `connection_logs` sub block. + + ## obj subnet_mapping diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index 19d795c4..7d6dd0f7 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -394,6 +394,7 @@ permalink: /data/ * [outposts_site](outposts_site.md) * [outposts_sites](outposts_sites.md) * [partition](partition.md) +* [polly_voices](polly_voices.md) * [prefix_list](prefix_list.md) * [pricing_product](pricing_product.md) * [prometheus_workspace](prometheus_workspace.md) @@ -495,9 +496,11 @@ permalink: /data/ * [ssmincidents_replication_set](ssmincidents_replication_set.md) * [ssmincidents_response_plan](ssmincidents_response_plan.md) * [ssoadmin_application](ssoadmin_application.md) +* [ssoadmin_application_assignments](ssoadmin_application_assignments.md) * [ssoadmin_application_providers](ssoadmin_application_providers.md) * [ssoadmin_instances](ssoadmin_instances.md) * [ssoadmin_permission_set](ssoadmin_permission_set.md) +* [ssoadmin_principal_application_assignments](ssoadmin_principal_application_assignments.md) * [storagegateway_local_disk](storagegateway_local_disk.md) * [subnet](subnet.md) * [subnets](subnets.md) diff --git a/docs/5.x/data/polly_voices.md b/docs/5.x/data/polly_voices.md new file mode 100644 index 00000000..a6ce03b5 --- /dev/null +++ b/docs/5.x/data/polly_voices.md @@ -0,0 +1,193 @@ +--- +permalink: /data/polly_voices/ +--- + +# data.polly_voices + +`polly_voices` represents the `aws_polly_voices` 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) +* [`fn withEngine()`](#fn-withengine) +* [`fn withIncludeAdditionalLanguageCodes()`](#fn-withincludeadditionallanguagecodes) +* [`fn withLanguageCode()`](#fn-withlanguagecode) +* [`fn withVoices()`](#fn-withvoices) +* [`fn withVoicesMixin()`](#fn-withvoicesmixin) +* [`obj voices`](#obj-voices) + * [`fn new()`](#fn-voicesnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.polly_voices.new` injects a new `data_aws_polly_voices` 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.polly_voices.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.polly_voices` using the reference: + + $._ref.data_aws_polly_voices.some_id.get('id') + +This is the same as directly entering `"${ data_aws_polly_voices.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. + - `engine` (`string`): Set the `engine` field on the resulting data source block. When `null`, the `engine` field will be omitted from the resulting object. + - `include_additional_language_codes` (`bool`): Set the `include_additional_language_codes` field on the resulting data source block. When `null`, the `include_additional_language_codes` field will be omitted from the resulting object. + - `language_code` (`string`): Set the `language_code` field on the resulting data source block. When `null`, the `language_code` field will be omitted from the resulting object. + - `voices` (`list[obj]`): Set the `voices` field on the resulting data source block. When `null`, the `voices` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.polly_voices.voices.new](#fn-voicesnew) constructor. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.polly_voices.newAttrs` constructs a new object with attributes and blocks configured for the `polly_voices` +Terraform data source. + +Unlike [aws.data.polly_voices.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. + +**Args**: + - `engine` (`string`): Set the `engine` field on the resulting object. When `null`, the `engine` field will be omitted from the resulting object. + - `include_additional_language_codes` (`bool`): Set the `include_additional_language_codes` field on the resulting object. When `null`, the `include_additional_language_codes` field will be omitted from the resulting object. + - `language_code` (`string`): Set the `language_code` field on the resulting object. When `null`, the `language_code` field will be omitted from the resulting object. + - `voices` (`list[obj]`): Set the `voices` field on the resulting object. When `null`, the `voices` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.polly_voices.voices.new](#fn-voicesnew) constructor. + +**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 `polly_voices` data source into the root Terraform configuration. + + +### fn withEngine + +```ts +withEngine() +``` + +`aws.string.withEngine` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the engine field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `engine` field. + + +### fn withIncludeAdditionalLanguageCodes + +```ts +withIncludeAdditionalLanguageCodes() +``` + +`aws.bool.withIncludeAdditionalLanguageCodes` constructs a mixin object that can be merged into the `bool` +Terraform data source block to set or update the include_additional_language_codes field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `include_additional_language_codes` field. + + +### fn withLanguageCode + +```ts +withLanguageCode() +``` + +`aws.string.withLanguageCode` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the language_code field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `language_code` field. + + +### fn withVoices + +```ts +withVoices() +``` + +`aws.list[obj].withVoices` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the voices 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].withVoicesMixin](TODO) function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `voices` field. + + +### fn withVoicesMixin + +```ts +withVoicesMixin() +``` + +`aws.list[obj].withVoicesMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the voices 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].withVoices](TODO) +function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `voices` field. + + +## obj voices + + + +### fn voices.new + +```ts +new() +``` + + +`aws.polly_voices.voices.new` constructs a new object with attributes and blocks configured for the `voices` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `voices` sub block. diff --git a/docs/5.x/data/ssoadmin_application_assignments.md b/docs/5.x/data/ssoadmin_application_assignments.md new file mode 100644 index 00000000..dcb11020 --- /dev/null +++ b/docs/5.x/data/ssoadmin_application_assignments.md @@ -0,0 +1,155 @@ +--- +permalink: /data/ssoadmin_application_assignments/ +--- + +# data.ssoadmin_application_assignments + +`ssoadmin_application_assignments` represents the `aws_ssoadmin_application_assignments` 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) +* [`fn withApplicationArn()`](#fn-withapplicationarn) +* [`fn withApplicationAssignments()`](#fn-withapplicationassignments) +* [`fn withApplicationAssignmentsMixin()`](#fn-withapplicationassignmentsmixin) +* [`obj application_assignments`](#obj-application_assignments) + * [`fn new()`](#fn-application_assignmentsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.ssoadmin_application_assignments.new` injects a new `data_aws_ssoadmin_application_assignments` 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.ssoadmin_application_assignments.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.ssoadmin_application_assignments` using the reference: + + $._ref.data_aws_ssoadmin_application_assignments.some_id.get('id') + +This is the same as directly entering `"${ data_aws_ssoadmin_application_assignments.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. + - `application_arn` (`string`): Set the `application_arn` field on the resulting data source block. + - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting data source block. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.ssoadmin_application_assignments.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_assignments` +Terraform data source. + +Unlike [aws.data.ssoadmin_application_assignments.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. + +**Args**: + - `application_arn` (`string`): Set the `application_arn` field on the resulting object. + - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting object. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor. + +**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 `ssoadmin_application_assignments` data source into the root Terraform configuration. + + +### fn withApplicationArn + +```ts +withApplicationArn() +``` + +`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the application_arn field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `application_arn` field. + + +### fn withApplicationAssignments + +```ts +withApplicationAssignments() +``` + +`aws.list[obj].withApplicationAssignments` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the application_assignments 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].withApplicationAssignmentsMixin](TODO) function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `application_assignments` field. + + +### fn withApplicationAssignmentsMixin + +```ts +withApplicationAssignmentsMixin() +``` + +`aws.list[obj].withApplicationAssignmentsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the application_assignments 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].withApplicationAssignments](TODO) +function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `application_assignments` field. + + +## obj application_assignments + + + +### fn application_assignments.new + +```ts +new() +``` + + +`aws.ssoadmin_application_assignments.application_assignments.new` constructs a new object with attributes and blocks configured for the `application_assignments` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `application_assignments` sub block. diff --git a/docs/5.x/data/ssoadmin_principal_application_assignments.md b/docs/5.x/data/ssoadmin_principal_application_assignments.md new file mode 100644 index 00000000..c12c2284 --- /dev/null +++ b/docs/5.x/data/ssoadmin_principal_application_assignments.md @@ -0,0 +1,193 @@ +--- +permalink: /data/ssoadmin_principal_application_assignments/ +--- + +# data.ssoadmin_principal_application_assignments + +`ssoadmin_principal_application_assignments` represents the `aws_ssoadmin_principal_application_assignments` 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) +* [`fn withApplicationAssignments()`](#fn-withapplicationassignments) +* [`fn withApplicationAssignmentsMixin()`](#fn-withapplicationassignmentsmixin) +* [`fn withInstanceArn()`](#fn-withinstancearn) +* [`fn withPrincipalId()`](#fn-withprincipalid) +* [`fn withPrincipalType()`](#fn-withprincipaltype) +* [`obj application_assignments`](#obj-application_assignments) + * [`fn new()`](#fn-application_assignmentsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.ssoadmin_principal_application_assignments.new` injects a new `data_aws_ssoadmin_principal_application_assignments` 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.ssoadmin_principal_application_assignments.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.ssoadmin_principal_application_assignments` using the reference: + + $._ref.data_aws_ssoadmin_principal_application_assignments.some_id.get('id') + +This is the same as directly entering `"${ data_aws_ssoadmin_principal_application_assignments.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. + - `instance_arn` (`string`): Set the `instance_arn` field on the resulting data source block. + - `principal_id` (`string`): Set the `principal_id` field on the resulting data source block. + - `principal_type` (`string`): Set the `principal_type` field on the resulting data source block. + - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting data source block. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_principal_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.ssoadmin_principal_application_assignments.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_principal_application_assignments` +Terraform data source. + +Unlike [aws.data.ssoadmin_principal_application_assignments.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. + +**Args**: + - `instance_arn` (`string`): Set the `instance_arn` field on the resulting object. + - `principal_id` (`string`): Set the `principal_id` field on the resulting object. + - `principal_type` (`string`): Set the `principal_type` field on the resulting object. + - `application_assignments` (`list[obj]`): Set the `application_assignments` field on the resulting object. When `null`, the `application_assignments` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ssoadmin_principal_application_assignments.application_assignments.new](#fn-application_assignmentsnew) constructor. + +**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 `ssoadmin_principal_application_assignments` data source into the root Terraform configuration. + + +### fn withApplicationAssignments + +```ts +withApplicationAssignments() +``` + +`aws.list[obj].withApplicationAssignments` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the application_assignments 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].withApplicationAssignmentsMixin](TODO) function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `application_assignments` field. + + +### fn withApplicationAssignmentsMixin + +```ts +withApplicationAssignmentsMixin() +``` + +`aws.list[obj].withApplicationAssignmentsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform data source block to set or update the application_assignments 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].withApplicationAssignments](TODO) +function. + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `application_assignments` field. + + +### fn withInstanceArn + +```ts +withInstanceArn() +``` + +`aws.string.withInstanceArn` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the instance_arn field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `instance_arn` field. + + +### fn withPrincipalId + +```ts +withPrincipalId() +``` + +`aws.string.withPrincipalId` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the principal_id field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_id` field. + + +### fn withPrincipalType + +```ts +withPrincipalType() +``` + +`aws.string.withPrincipalType` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the principal_type field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_type` field. + + +## obj application_assignments + + + +### fn application_assignments.new + +```ts +new() +``` + + +`aws.ssoadmin_principal_application_assignments.application_assignments.new` constructs a new object with attributes and blocks configured for the `application_assignments` +Terraform sub block. + + + +**Returns**: + - An attribute object that represents the `application_assignments` sub block. diff --git a/docs/5.x/dms_endpoint.md b/docs/5.x/dms_endpoint.md index 60c02513..1b5da960 100644 --- a/docs/5.x/dms_endpoint.md +++ b/docs/5.x/dms_endpoint.md @@ -33,6 +33,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withPassword()`](#fn-withpassword) * [`fn withPauseReplicationTasks()`](#fn-withpausereplicationtasks) * [`fn withPort()`](#fn-withport) +* [`fn withPostgresSettings()`](#fn-withpostgressettings) +* [`fn withPostgresSettingsMixin()`](#fn-withpostgressettingsmixin) * [`fn withRedisSettings()`](#fn-withredissettings) * [`fn withRedisSettingsMixin()`](#fn-withredissettingsmixin) * [`fn withRedshiftSettings()`](#fn-withredshiftsettings) @@ -57,6 +59,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-kinesis_settingsnew) * [`obj mongodb_settings`](#obj-mongodb_settings) * [`fn new()`](#fn-mongodb_settingsnew) +* [`obj postgres_settings`](#obj-postgres_settings) + * [`fn new()`](#fn-postgres_settingsnew) * [`obj redis_settings`](#obj-redis_settings) * [`fn new()`](#fn-redis_settingsnew) * [`obj redshift_settings`](#obj-redshift_settings) @@ -117,6 +121,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `kafka_settings` (`list[obj]`): Set the `kafka_settings` field on the resulting resource block. When `null`, the `kafka_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kafka_settings.new](#fn-kafka_settingsnew) constructor. - `kinesis_settings` (`list[obj]`): Set the `kinesis_settings` field on the resulting resource block. When `null`, the `kinesis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kinesis_settings.new](#fn-kinesis_settingsnew) constructor. - `mongodb_settings` (`list[obj]`): Set the `mongodb_settings` field on the resulting resource block. When `null`, the `mongodb_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.mongodb_settings.new](#fn-mongodb_settingsnew) constructor. + - `postgres_settings` (`list[obj]`): Set the `postgres_settings` field on the resulting resource block. When `null`, the `postgres_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.postgres_settings.new](#fn-postgres_settingsnew) constructor. - `redis_settings` (`list[obj]`): Set the `redis_settings` field on the resulting resource block. When `null`, the `redis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redis_settings.new](#fn-redis_settingsnew) constructor. - `redshift_settings` (`list[obj]`): Set the `redshift_settings` field on the resulting resource block. When `null`, the `redshift_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redshift_settings.new](#fn-redshift_settingsnew) constructor. - `s3_settings` (`list[obj]`): This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead When `null`, the `s3_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.s3_settings.new](#fn-s3_settingsnew) constructor. @@ -166,6 +171,7 @@ injecting into a complete block. - `kafka_settings` (`list[obj]`): Set the `kafka_settings` field on the resulting object. When `null`, the `kafka_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kafka_settings.new](#fn-kafka_settingsnew) constructor. - `kinesis_settings` (`list[obj]`): Set the `kinesis_settings` field on the resulting object. When `null`, the `kinesis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.kinesis_settings.new](#fn-kinesis_settingsnew) constructor. - `mongodb_settings` (`list[obj]`): Set the `mongodb_settings` field on the resulting object. When `null`, the `mongodb_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.mongodb_settings.new](#fn-mongodb_settingsnew) constructor. + - `postgres_settings` (`list[obj]`): Set the `postgres_settings` field on the resulting object. When `null`, the `postgres_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.postgres_settings.new](#fn-postgres_settingsnew) constructor. - `redis_settings` (`list[obj]`): Set the `redis_settings` field on the resulting object. When `null`, the `redis_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redis_settings.new](#fn-redis_settingsnew) constructor. - `redshift_settings` (`list[obj]`): Set the `redshift_settings` field on the resulting object. When `null`, the `redshift_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.redshift_settings.new](#fn-redshift_settingsnew) constructor. - `s3_settings` (`list[obj]`): This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead When `null`, the `s3_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.dms_endpoint.s3_settings.new](#fn-s3_settingsnew) constructor. @@ -483,6 +489,43 @@ Terraform resource block to set or update the port field. - `value` (`number`): The value to set for the `port` field. +### fn withPostgresSettings + +```ts +withPostgresSettings() +``` + +`aws.list[obj].withPostgresSettings` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the postgres_settings 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].withPostgresSettingsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `postgres_settings` field. + + +### fn withPostgresSettingsMixin + +```ts +withPostgresSettingsMixin() +``` + +`aws.list[obj].withPostgresSettingsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the postgres_settings 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].withPostgresSettings](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `postgres_settings` field. + + ### fn withRedisSettings ```ts @@ -779,6 +822,7 @@ Terraform sub block. - `error_retry_duration` (`number`): Set the `error_retry_duration` field on the resulting object. When `null`, the `error_retry_duration` field will be omitted from the resulting object. - `full_load_error_percentage` (`number`): Set the `full_load_error_percentage` field on the resulting object. When `null`, the `full_load_error_percentage` field will be omitted from the resulting object. - `service_access_role_arn` (`string`): Set the `service_access_role_arn` field on the resulting object. + - `use_new_mapping_type` (`bool`): Set the `use_new_mapping_type` field on the resulting object. When `null`, the `use_new_mapping_type` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `elasticsearch_settings` sub block. @@ -883,6 +927,44 @@ Terraform sub block. - An attribute object that represents the `mongodb_settings` sub block. +## obj postgres_settings + + + +### fn postgres_settings.new + +```ts +new() +``` + + +`aws.dms_endpoint.postgres_settings.new` constructs a new object with attributes and blocks configured for the `postgres_settings` +Terraform sub block. + + + +**Args**: + - `after_connect_script` (`string`): Set the `after_connect_script` field on the resulting object. When `null`, the `after_connect_script` field will be omitted from the resulting object. + - `babelfish_database_name` (`string`): Set the `babelfish_database_name` field on the resulting object. When `null`, the `babelfish_database_name` field will be omitted from the resulting object. + - `capture_ddls` (`bool`): Set the `capture_ddls` field on the resulting object. When `null`, the `capture_ddls` field will be omitted from the resulting object. + - `database_mode` (`string`): Set the `database_mode` field on the resulting object. When `null`, the `database_mode` field will be omitted from the resulting object. + - `ddl_artifacts_schema` (`string`): Set the `ddl_artifacts_schema` field on the resulting object. When `null`, the `ddl_artifacts_schema` field will be omitted from the resulting object. + - `execute_timeout` (`number`): Set the `execute_timeout` field on the resulting object. When `null`, the `execute_timeout` field will be omitted from the resulting object. + - `fail_tasks_on_lob_truncation` (`bool`): Set the `fail_tasks_on_lob_truncation` field on the resulting object. When `null`, the `fail_tasks_on_lob_truncation` field will be omitted from the resulting object. + - `heartbeat_enable` (`bool`): Set the `heartbeat_enable` field on the resulting object. When `null`, the `heartbeat_enable` field will be omitted from the resulting object. + - `heartbeat_frequency` (`number`): Set the `heartbeat_frequency` field on the resulting object. When `null`, the `heartbeat_frequency` field will be omitted from the resulting object. + - `heartbeat_schema` (`string`): Set the `heartbeat_schema` field on the resulting object. When `null`, the `heartbeat_schema` field will be omitted from the resulting object. + - `map_boolean_as_boolean` (`bool`): Set the `map_boolean_as_boolean` field on the resulting object. When `null`, the `map_boolean_as_boolean` field will be omitted from the resulting object. + - `map_jsonb_as_clob` (`bool`): Set the `map_jsonb_as_clob` field on the resulting object. When `null`, the `map_jsonb_as_clob` field will be omitted from the resulting object. + - `map_long_varchar_as` (`string`): Set the `map_long_varchar_as` field on the resulting object. When `null`, the `map_long_varchar_as` field will be omitted from the resulting object. + - `max_file_size` (`number`): Set the `max_file_size` field on the resulting object. When `null`, the `max_file_size` field will be omitted from the resulting object. + - `plugin_name` (`string`): Set the `plugin_name` field on the resulting object. When `null`, the `plugin_name` field will be omitted from the resulting object. + - `slot_name` (`string`): Set the `slot_name` field on the resulting object. When `null`, the `slot_name` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `postgres_settings` sub block. + + ## obj redis_settings diff --git a/docs/5.x/dms_event_subscription.md b/docs/5.x/dms_event_subscription.md index 1da1c3be..7c9caa75 100644 --- a/docs/5.x/dms_event_subscription.md +++ b/docs/5.x/dms_event_subscription.md @@ -61,8 +61,8 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `event_categories` (`list`): Set the `event_categories` field on the resulting resource block. - `name` (`string`): Set the `name` field on the resulting resource block. - `sns_topic_arn` (`string`): Set the `sns_topic_arn` field on the resulting resource block. - - `source_ids` (`list`): Set the `source_ids` field on the resulting resource block. When `null`, the `source_ids` field will be omitted from the resulting object. - - `source_type` (`string`): Set the `source_type` field on the resulting resource block. When `null`, the `source_type` field will be omitted from the resulting object. + - `source_ids` (`list`): Set the `source_ids` field on the resulting resource block. + - `source_type` (`string`): Set the `source_type` 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. - `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.dms_event_subscription.timeouts.new](#fn-timeoutsnew) constructor. @@ -93,8 +93,8 @@ injecting into a complete block. - `event_categories` (`list`): Set the `event_categories` field on the resulting object. - `name` (`string`): Set the `name` field on the resulting object. - `sns_topic_arn` (`string`): Set the `sns_topic_arn` field on the resulting object. - - `source_ids` (`list`): Set the `source_ids` field on the resulting object. When `null`, the `source_ids` field will be omitted from the resulting object. - - `source_type` (`string`): Set the `source_type` field on the resulting object. When `null`, the `source_type` field will be omitted from the resulting object. + - `source_ids` (`list`): Set the `source_ids` field on the resulting object. + - `source_type` (`string`): Set the `source_type` 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. - `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.dms_event_subscription.timeouts.new](#fn-timeoutsnew) constructor. diff --git a/docs/5.x/finspace_kx_cluster.md b/docs/5.x/finspace_kx_cluster.md index 2178dec5..b723c43a 100644 --- a/docs/5.x/finspace_kx_cluster.md +++ b/docs/5.x/finspace_kx_cluster.md @@ -36,8 +36,12 @@ This package contains functions and utilities for setting up the resource using * [`fn withReleaseLabel()`](#fn-withreleaselabel) * [`fn withSavedownStorageConfiguration()`](#fn-withsavedownstorageconfiguration) * [`fn withSavedownStorageConfigurationMixin()`](#fn-withsavedownstorageconfigurationmixin) +* [`fn withScalingGroupConfiguration()`](#fn-withscalinggroupconfiguration) +* [`fn withScalingGroupConfigurationMixin()`](#fn-withscalinggroupconfigurationmixin) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTickerplantLogConfiguration()`](#fn-withtickerplantlogconfiguration) +* [`fn withTickerplantLogConfigurationMixin()`](#fn-withtickerplantlogconfigurationmixin) * [`fn withTimeouts()`](#fn-withtimeouts) * [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) * [`fn withType()`](#fn-withtype) @@ -57,6 +61,10 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-databasecache_configurationsnew) * [`obj savedown_storage_configuration`](#obj-savedown_storage_configuration) * [`fn new()`](#fn-savedown_storage_configurationnew) +* [`obj scaling_group_configuration`](#obj-scaling_group_configuration) + * [`fn new()`](#fn-scaling_group_configurationnew) +* [`obj tickerplant_log_configuration`](#obj-tickerplant_log_configuration) + * [`fn new()`](#fn-tickerplant_log_configurationnew) * [`obj timeouts`](#obj-timeouts) * [`fn new()`](#fn-timeoutsnew) * [`obj vpc_configuration`](#obj-vpc_configuration) @@ -109,6 +117,8 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `code` (`list[obj]`): Set the `code` field on the resulting resource block. When `null`, the `code` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.code.new](#fn-codenew) constructor. - `database` (`list[obj]`): Set the `database` field on the resulting resource block. When `null`, the `database` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.new](#fn-databasenew) constructor. - `savedown_storage_configuration` (`list[obj]`): Set the `savedown_storage_configuration` field on the resulting resource block. When `null`, the `savedown_storage_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.finspace_kx_cluster.savedown_storage_configuration.new](#fn-savedown_storage_configurationnew) constructor. + - `scaling_group_configuration` (`list[obj]`): Set the `scaling_group_configuration` field on the resulting resource block. When `null`, the `scaling_group_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.finspace_kx_cluster.scaling_group_configuration.new](#fn-scaling_group_configurationnew) constructor. + - `tickerplant_log_configuration` (`list[obj]`): Set the `tickerplant_log_configuration` field on the resulting resource block. When `null`, the `tickerplant_log_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.finspace_kx_cluster.tickerplant_log_configuration.new](#fn-tickerplant_log_configurationnew) constructor. - `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.finspace_kx_cluster.timeouts.new](#fn-timeoutsnew) constructor. - `vpc_configuration` (`list[obj]`): Set the `vpc_configuration` field on the resulting resource block. When `null`, the `vpc_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.finspace_kx_cluster.vpc_configuration.new](#fn-vpc_configurationnew) constructor. @@ -152,6 +162,8 @@ injecting into a complete block. - `code` (`list[obj]`): Set the `code` field on the resulting object. When `null`, the `code` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.code.new](#fn-codenew) constructor. - `database` (`list[obj]`): Set the `database` field on the resulting object. When `null`, the `database` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.new](#fn-databasenew) constructor. - `savedown_storage_configuration` (`list[obj]`): Set the `savedown_storage_configuration` field on the resulting object. When `null`, the `savedown_storage_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.finspace_kx_cluster.savedown_storage_configuration.new](#fn-savedown_storage_configurationnew) constructor. + - `scaling_group_configuration` (`list[obj]`): Set the `scaling_group_configuration` field on the resulting object. When `null`, the `scaling_group_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.finspace_kx_cluster.scaling_group_configuration.new](#fn-scaling_group_configurationnew) constructor. + - `tickerplant_log_configuration` (`list[obj]`): Set the `tickerplant_log_configuration` field on the resulting object. When `null`, the `tickerplant_log_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.finspace_kx_cluster.tickerplant_log_configuration.new](#fn-tickerplant_log_configurationnew) constructor. - `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.finspace_kx_cluster.timeouts.new](#fn-timeoutsnew) constructor. - `vpc_configuration` (`list[obj]`): Set the `vpc_configuration` field on the resulting object. When `null`, the `vpc_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.finspace_kx_cluster.vpc_configuration.new](#fn-vpc_configurationnew) constructor. @@ -525,6 +537,43 @@ function. - `value` (`list[obj]`): The value to set for the `savedown_storage_configuration` field. +### fn withScalingGroupConfiguration + +```ts +withScalingGroupConfiguration() +``` + +`aws.list[obj].withScalingGroupConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the scaling_group_configuration 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].withScalingGroupConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `scaling_group_configuration` field. + + +### fn withScalingGroupConfigurationMixin + +```ts +withScalingGroupConfigurationMixin() +``` + +`aws.list[obj].withScalingGroupConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the scaling_group_configuration 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].withScalingGroupConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `scaling_group_configuration` field. + + ### fn withTags ```ts @@ -557,6 +606,43 @@ Terraform resource block to set or update the tags_all field. - `value` (`obj`): The value to set for the `tags_all` field. +### fn withTickerplantLogConfiguration + +```ts +withTickerplantLogConfiguration() +``` + +`aws.list[obj].withTickerplantLogConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the tickerplant_log_configuration 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].withTickerplantLogConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `tickerplant_log_configuration` field. + + +### fn withTickerplantLogConfigurationMixin + +```ts +withTickerplantLogConfigurationMixin() +``` + +`aws.list[obj].withTickerplantLogConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the tickerplant_log_configuration 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].withTickerplantLogConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `tickerplant_log_configuration` field. + + ### fn withTimeouts ```ts @@ -766,6 +852,7 @@ Terraform sub block. **Args**: - `changeset_id` (`string`): Set the `changeset_id` field on the resulting object. When `null`, the `changeset_id` field will be omitted from the resulting object. - `database_name` (`string`): Set the `database_name` field on the resulting object. + - `dataview_name` (`string`): Set the `dataview_name` field on the resulting object. When `null`, the `dataview_name` field will be omitted from the resulting object. - `cache_configurations` (`list[obj]`): Set the `cache_configurations` field on the resulting object. When `null`, the `cache_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_cluster.database.cache_configurations.new](#fn-databasecache_configurationsnew) constructor. **Returns**: @@ -813,13 +900,64 @@ Terraform sub block. **Args**: - - `size` (`number`): Set the `size` field on the resulting object. - - `type` (`string`): Set the `type` field on the resulting object. + - `size` (`number`): Set the `size` field on the resulting object. When `null`, the `size` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object. + - `volume_name` (`string`): Set the `volume_name` field on the resulting object. When `null`, the `volume_name` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `savedown_storage_configuration` sub block. +## obj scaling_group_configuration + + + +### fn scaling_group_configuration.new + +```ts +new() +``` + + +`aws.finspace_kx_cluster.scaling_group_configuration.new` constructs a new object with attributes and blocks configured for the `scaling_group_configuration` +Terraform sub block. + + + +**Args**: + - `cpu` (`number`): Set the `cpu` field on the resulting object. When `null`, the `cpu` field will be omitted from the resulting object. + - `memory_limit` (`number`): Set the `memory_limit` field on the resulting object. When `null`, the `memory_limit` field will be omitted from the resulting object. + - `memory_reservation` (`number`): Set the `memory_reservation` field on the resulting object. + - `node_count` (`number`): Set the `node_count` field on the resulting object. + - `scaling_group_name` (`string`): Set the `scaling_group_name` field on the resulting object. + +**Returns**: + - An attribute object that represents the `scaling_group_configuration` sub block. + + +## obj tickerplant_log_configuration + + + +### fn tickerplant_log_configuration.new + +```ts +new() +``` + + +`aws.finspace_kx_cluster.tickerplant_log_configuration.new` constructs a new object with attributes and blocks configured for the `tickerplant_log_configuration` +Terraform sub block. + + + +**Args**: + - `tickerplant_log_volumes` (`list`): Set the `tickerplant_log_volumes` field on the resulting object. + +**Returns**: + - An attribute object that represents the `tickerplant_log_configuration` sub block. + + ## obj timeouts diff --git a/docs/5.x/finspace_kx_dataview.md b/docs/5.x/finspace_kx_dataview.md new file mode 100644 index 00000000..5841003a --- /dev/null +++ b/docs/5.x/finspace_kx_dataview.md @@ -0,0 +1,397 @@ +--- +permalink: /finspace_kx_dataview/ +--- + +# finspace_kx_dataview + +`finspace_kx_dataview` represents the `aws_finspace_kx_dataview` 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 withAutoUpdate()`](#fn-withautoupdate) +* [`fn withAvailabilityZoneId()`](#fn-withavailabilityzoneid) +* [`fn withAzMode()`](#fn-withazmode) +* [`fn withChangesetId()`](#fn-withchangesetid) +* [`fn withDatabaseName()`](#fn-withdatabasename) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withEnvironmentId()`](#fn-withenvironmentid) +* [`fn withName()`](#fn-withname) +* [`fn withSegmentConfigurations()`](#fn-withsegmentconfigurations) +* [`fn withSegmentConfigurationsMixin()`](#fn-withsegmentconfigurationsmixin) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj segment_configurations`](#obj-segment_configurations) + * [`fn new()`](#fn-segment_configurationsnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.finspace_kx_dataview.new` injects a new `aws_finspace_kx_dataview` 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.finspace_kx_dataview.new('some_id') + +You can get the reference to the `id` field of the created `aws.finspace_kx_dataview` using the reference: + + $._ref.aws_finspace_kx_dataview.some_id.get('id') + +This is the same as directly entering `"${ aws_finspace_kx_dataview.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. + - `auto_update` (`bool`): Set the `auto_update` field on the resulting resource block. + - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting resource block. When `null`, the `availability_zone_id` field will be omitted from the resulting object. + - `az_mode` (`string`): Set the `az_mode` field on the resulting resource block. + - `changeset_id` (`string`): Set the `changeset_id` field on the resulting resource block. When `null`, the `changeset_id` field will be omitted from the resulting object. + - `database_name` (`string`): Set the `database_name` field on the resulting resource block. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `environment_id` (`string`): Set the `environment_id` field on the resulting resource 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. + - `segment_configurations` (`list[obj]`): Set the `segment_configurations` field on the resulting resource block. When `null`, the `segment_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_dataview.segment_configurations.new](#fn-segment_configurationsnew) constructor. + - `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.finspace_kx_dataview.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.finspace_kx_dataview.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_dataview` +Terraform resource. + +Unlike [aws.finspace_kx_dataview.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**: + - `auto_update` (`bool`): Set the `auto_update` field on the resulting object. + - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting object. When `null`, the `availability_zone_id` field will be omitted from the resulting object. + - `az_mode` (`string`): Set the `az_mode` field on the resulting object. + - `changeset_id` (`string`): Set the `changeset_id` field on the resulting object. When `null`, the `changeset_id` field will be omitted from the resulting object. + - `database_name` (`string`): Set the `database_name` field on the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `environment_id` (`string`): Set the `environment_id` field on the resulting object. + - `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. + - `segment_configurations` (`list[obj]`): Set the `segment_configurations` field on the resulting object. When `null`, the `segment_configurations` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.finspace_kx_dataview.segment_configurations.new](#fn-segment_configurationsnew) constructor. + - `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.finspace_kx_dataview.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 `finspace_kx_dataview` resource into the root Terraform configuration. + + +### fn withAutoUpdate + +```ts +withAutoUpdate() +``` + +`aws.bool.withAutoUpdate` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the auto_update field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `auto_update` field. + + +### fn withAvailabilityZoneId + +```ts +withAvailabilityZoneId() +``` + +`aws.string.withAvailabilityZoneId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the availability_zone_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `availability_zone_id` field. + + +### fn withAzMode + +```ts +withAzMode() +``` + +`aws.string.withAzMode` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the az_mode field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `az_mode` field. + + +### fn withChangesetId + +```ts +withChangesetId() +``` + +`aws.string.withChangesetId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the changeset_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `changeset_id` field. + + +### fn withDatabaseName + +```ts +withDatabaseName() +``` + +`aws.string.withDatabaseName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the database_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `database_name` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withEnvironmentId + +```ts +withEnvironmentId() +``` + +`aws.string.withEnvironmentId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the environment_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `environment_id` field. + + +### 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 withSegmentConfigurations + +```ts +withSegmentConfigurations() +``` + +`aws.list[obj].withSegmentConfigurations` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the segment_configurations 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].withSegmentConfigurationsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `segment_configurations` field. + + +### fn withSegmentConfigurationsMixin + +```ts +withSegmentConfigurationsMixin() +``` + +`aws.list[obj].withSegmentConfigurationsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the segment_configurations 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].withSegmentConfigurations](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `segment_configurations` 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 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 segment_configurations + + + +### fn segment_configurations.new + +```ts +new() +``` + + +`aws.finspace_kx_dataview.segment_configurations.new` constructs a new object with attributes and blocks configured for the `segment_configurations` +Terraform sub block. + + + +**Args**: + - `db_paths` (`list`): Set the `db_paths` field on the resulting object. + - `volume_name` (`string`): Set the `volume_name` field on the resulting object. + +**Returns**: + - An attribute object that represents the `segment_configurations` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.finspace_kx_dataview.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + - `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/finspace_kx_scaling_group.md b/docs/5.x/finspace_kx_scaling_group.md new file mode 100644 index 00000000..45189002 --- /dev/null +++ b/docs/5.x/finspace_kx_scaling_group.md @@ -0,0 +1,254 @@ +--- +permalink: /finspace_kx_scaling_group/ +--- + +# finspace_kx_scaling_group + +`finspace_kx_scaling_group` represents the `aws_finspace_kx_scaling_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 withAvailabilityZoneId()`](#fn-withavailabilityzoneid) +* [`fn withEnvironmentId()`](#fn-withenvironmentid) +* [`fn withHostType()`](#fn-withhosttype) +* [`fn withName()`](#fn-withname) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.finspace_kx_scaling_group.new` injects a new `aws_finspace_kx_scaling_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.finspace_kx_scaling_group.new('some_id') + +You can get the reference to the `id` field of the created `aws.finspace_kx_scaling_group` using the reference: + + $._ref.aws_finspace_kx_scaling_group.some_id.get('id') + +This is the same as directly entering `"${ aws_finspace_kx_scaling_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. + - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting resource block. + - `environment_id` (`string`): Set the `environment_id` field on the resulting resource block. + - `host_type` (`string`): Set the `host_type` field on the resulting resource 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. + - `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.finspace_kx_scaling_group.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.finspace_kx_scaling_group.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_scaling_group` +Terraform resource. + +Unlike [aws.finspace_kx_scaling_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**: + - `availability_zone_id` (`string`): Set the `availability_zone_id` field on the resulting object. + - `environment_id` (`string`): Set the `environment_id` field on the resulting object. + - `host_type` (`string`): Set the `host_type` field on the resulting object. + - `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. + - `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.finspace_kx_scaling_group.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 `finspace_kx_scaling_group` resource into the root Terraform configuration. + + +### fn withAvailabilityZoneId + +```ts +withAvailabilityZoneId() +``` + +`aws.string.withAvailabilityZoneId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the availability_zone_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `availability_zone_id` field. + + +### fn withEnvironmentId + +```ts +withEnvironmentId() +``` + +`aws.string.withEnvironmentId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the environment_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `environment_id` field. + + +### fn withHostType + +```ts +withHostType() +``` + +`aws.string.withHostType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the host_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `host_type` field. + + +### 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 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 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.finspace_kx_scaling_group.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + - `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/finspace_kx_volume.md b/docs/5.x/finspace_kx_volume.md new file mode 100644 index 00000000..891bc085 --- /dev/null +++ b/docs/5.x/finspace_kx_volume.md @@ -0,0 +1,359 @@ +--- +permalink: /finspace_kx_volume/ +--- + +# finspace_kx_volume + +`finspace_kx_volume` represents the `aws_finspace_kx_volume` 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 withAvailabilityZones()`](#fn-withavailabilityzones) +* [`fn withAzMode()`](#fn-withazmode) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withEnvironmentId()`](#fn-withenvironmentid) +* [`fn withName()`](#fn-withname) +* [`fn withNas1Configuration()`](#fn-withnas1configuration) +* [`fn withNas1ConfigurationMixin()`](#fn-withnas1configurationmixin) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`fn withType()`](#fn-withtype) +* [`obj nas1_configuration`](#obj-nas1_configuration) + * [`fn new()`](#fn-nas1_configurationnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.finspace_kx_volume.new` injects a new `aws_finspace_kx_volume` 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.finspace_kx_volume.new('some_id') + +You can get the reference to the `id` field of the created `aws.finspace_kx_volume` using the reference: + + $._ref.aws_finspace_kx_volume.some_id.get('id') + +This is the same as directly entering `"${ aws_finspace_kx_volume.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. + - `availability_zones` (`list`): Set the `availability_zones` field on the resulting resource block. + - `az_mode` (`string`): Set the `az_mode` field on the resulting resource block. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `environment_id` (`string`): Set the `environment_id` field on the resulting resource 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. + - `type` (`string`): Set the `type` field on the resulting resource block. + - `nas1_configuration` (`list[obj]`): Set the `nas1_configuration` field on the resulting resource block. When `null`, the `nas1_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.finspace_kx_volume.nas1_configuration.new](#fn-nas1_configurationnew) constructor. + - `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.finspace_kx_volume.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.finspace_kx_volume.newAttrs` constructs a new object with attributes and blocks configured for the `finspace_kx_volume` +Terraform resource. + +Unlike [aws.finspace_kx_volume.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**: + - `availability_zones` (`list`): Set the `availability_zones` field on the resulting object. + - `az_mode` (`string`): Set the `az_mode` field on the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `environment_id` (`string`): Set the `environment_id` field on the resulting object. + - `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. + - `type` (`string`): Set the `type` field on the resulting object. + - `nas1_configuration` (`list[obj]`): Set the `nas1_configuration` field on the resulting object. When `null`, the `nas1_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.finspace_kx_volume.nas1_configuration.new](#fn-nas1_configurationnew) constructor. + - `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.finspace_kx_volume.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 `finspace_kx_volume` resource into the root Terraform configuration. + + +### fn withAvailabilityZones + +```ts +withAvailabilityZones() +``` + +`aws.list.withAvailabilityZones` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the availability_zones field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `availability_zones` field. + + +### fn withAzMode + +```ts +withAzMode() +``` + +`aws.string.withAzMode` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the az_mode field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `az_mode` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withEnvironmentId + +```ts +withEnvironmentId() +``` + +`aws.string.withEnvironmentId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the environment_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `environment_id` field. + + +### 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 withNas1Configuration + +```ts +withNas1Configuration() +``` + +`aws.list[obj].withNas1Configuration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the nas1_configuration 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].withNas1ConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `nas1_configuration` field. + + +### fn withNas1ConfigurationMixin + +```ts +withNas1ConfigurationMixin() +``` + +`aws.list[obj].withNas1ConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the nas1_configuration 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].withNas1Configuration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `nas1_configuration` 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 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. + + +### fn withType + +```ts +withType() +``` + +`aws.string.withType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `type` field. + + +## obj nas1_configuration + + + +### fn nas1_configuration.new + +```ts +new() +``` + + +`aws.finspace_kx_volume.nas1_configuration.new` constructs a new object with attributes and blocks configured for the `nas1_configuration` +Terraform sub block. + + + +**Args**: + - `size` (`number`): Set the `size` field on the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `nas1_configuration` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.finspace_kx_volume.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + - `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/lb.md b/docs/5.x/lb.md index d3a0153f..5c586b0d 100644 --- a/docs/5.x/lb.md +++ b/docs/5.x/lb.md @@ -17,6 +17,8 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withAccessLogs()`](#fn-withaccesslogs) * [`fn withAccessLogsMixin()`](#fn-withaccesslogsmixin) +* [`fn withConnectionLogs()`](#fn-withconnectionlogs) +* [`fn withConnectionLogsMixin()`](#fn-withconnectionlogsmixin) * [`fn withCustomerOwnedIpv4Pool()`](#fn-withcustomerownedipv4pool) * [`fn withDesyncMitigationMode()`](#fn-withdesyncmitigationmode) * [`fn withDnsRecordClientRoutingPolicy()`](#fn-withdnsrecordclientroutingpolicy) @@ -46,6 +48,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withXffHeaderProcessingMode()`](#fn-withxffheaderprocessingmode) * [`obj access_logs`](#obj-access_logs) * [`fn new()`](#fn-access_logsnew) +* [`obj connection_logs`](#obj-connection_logs) + * [`fn new()`](#fn-connection_logsnew) * [`obj subnet_mapping`](#obj-subnet_mapping) * [`fn new()`](#fn-subnet_mappingnew) * [`obj timeouts`](#obj-timeouts) @@ -104,6 +108,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting resource block. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object. - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting resource block. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor. + - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting resource block. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.connection_logs.new](#fn-connection_logsnew) constructor. - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) constructor. - `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.lb.timeouts.new](#fn-timeoutsnew) constructor. @@ -153,6 +158,7 @@ injecting into a complete block. - `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. - `xff_header_processing_mode` (`string`): Set the `xff_header_processing_mode` field on the resulting object. When `null`, the `xff_header_processing_mode` field will be omitted from the resulting object. - `access_logs` (`list[obj]`): Set the `access_logs` field on the resulting object. When `null`, the `access_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.access_logs.new](#fn-access_logsnew) constructor. + - `connection_logs` (`list[obj]`): Set the `connection_logs` field on the resulting object. When `null`, the `connection_logs` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.connection_logs.new](#fn-connection_logsnew) constructor. - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb.subnet_mapping.new](#fn-subnet_mappingnew) constructor. - `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.lb.timeouts.new](#fn-timeoutsnew) constructor. @@ -197,6 +203,43 @@ function. - `value` (`list[obj]`): The value to set for the `access_logs` field. +### fn withConnectionLogs + +```ts +withConnectionLogs() +``` + +`aws.list[obj].withConnectionLogs` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the connection_logs 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].withConnectionLogsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `connection_logs` field. + + +### fn withConnectionLogsMixin + +```ts +withConnectionLogsMixin() +``` + +`aws.list[obj].withConnectionLogsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the connection_logs 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].withConnectionLogs](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `connection_logs` field. + + ### fn withCustomerOwnedIpv4Pool ```ts @@ -663,6 +706,31 @@ Terraform sub block. - An attribute object that represents the `access_logs` sub block. +## obj connection_logs + + + +### fn connection_logs.new + +```ts +new() +``` + + +`aws.lb.connection_logs.new` constructs a new object with attributes and blocks configured for the `connection_logs` +Terraform sub block. + + + +**Args**: + - `bucket` (`string`): Set the `bucket` field on the resulting object. + - `enabled` (`bool`): Set the `enabled` field on the resulting object. When `null`, the `enabled` field will be omitted from the resulting object. + - `prefix` (`string`): Set the `prefix` field on the resulting object. When `null`, the `prefix` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `connection_logs` sub block. + + ## obj subnet_mapping diff --git a/docs/5.x/opensearchserverless_collection.md b/docs/5.x/opensearchserverless_collection.md index b29e686d..30c297e0 100644 --- a/docs/5.x/opensearchserverless_collection.md +++ b/docs/5.x/opensearchserverless_collection.md @@ -17,6 +17,7 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withDescription()`](#fn-withdescription) * [`fn withName()`](#fn-withname) +* [`fn withStandbyReplicas()`](#fn-withstandbyreplicas) * [`fn withTags()`](#fn-withtags) * [`fn withTimeouts()`](#fn-withtimeouts) * [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) @@ -55,6 +56,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `resourceLabel` (`string`): The name label of the block. - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting resource block. + - `standby_replicas` (`string`): Set the `standby_replicas` field on the resulting resource block. When `null`, the `standby_replicas` 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. - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object. - `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.opensearchserverless_collection.timeouts.new](#fn-timeoutsnew) constructor. @@ -83,6 +85,7 @@ injecting into a complete block. **Args**: - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. + - `standby_replicas` (`string`): Set the `standby_replicas` field on the resulting object. When `null`, the `standby_replicas` 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. - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from 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.opensearchserverless_collection.timeouts.new](#fn-timeoutsnew) constructor. @@ -123,6 +126,22 @@ Terraform resource block to set or update the name field. - `value` (`string`): The value to set for the `name` field. +### fn withStandbyReplicas + +```ts +withStandbyReplicas() +``` + +`aws.string.withStandbyReplicas` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the standby_replicas field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `standby_replicas` field. + + ### fn withTags ```ts diff --git a/docs/5.x/provider.md b/docs/5.x/provider.md index 2b7445db..a3d00777 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -454,6 +454,7 @@ Terraform sub block. - `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. + - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` field will be omitted from the resulting object. - `pricing` (`string`): Use this to override the default service endpoint URL When `null`, the `pricing` field will be omitted from the resulting object. - `prometheus` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheus` field will be omitted from the resulting object. - `prometheusservice` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheusservice` field will be omitted from the resulting object. diff --git a/docs/5.x/ssoadmin_trusted_token_issuer.md b/docs/5.x/ssoadmin_trusted_token_issuer.md new file mode 100644 index 00000000..f0f17fab --- /dev/null +++ b/docs/5.x/ssoadmin_trusted_token_issuer.md @@ -0,0 +1,262 @@ +--- +permalink: /ssoadmin_trusted_token_issuer/ +--- + +# ssoadmin_trusted_token_issuer + +`ssoadmin_trusted_token_issuer` represents the `aws_ssoadmin_trusted_token_issuer` 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 withClientToken()`](#fn-withclienttoken) +* [`fn withInstanceArn()`](#fn-withinstancearn) +* [`fn withName()`](#fn-withname) +* [`fn withTags()`](#fn-withtags) +* [`fn withTrustedTokenIssuerConfiguration()`](#fn-withtrustedtokenissuerconfiguration) +* [`fn withTrustedTokenIssuerConfigurationMixin()`](#fn-withtrustedtokenissuerconfigurationmixin) +* [`fn withTrustedTokenIssuerType()`](#fn-withtrustedtokenissuertype) +* [`obj trusted_token_issuer_configuration`](#obj-trusted_token_issuer_configuration) + * [`fn new()`](#fn-trusted_token_issuer_configurationnew) + * [`obj trusted_token_issuer_configuration.oidc_jwt_configuration`](#obj-trusted_token_issuer_configurationoidc_jwt_configuration) + * [`fn new()`](#fn-trusted_token_issuer_configurationoidc_jwt_configurationnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.ssoadmin_trusted_token_issuer.new` injects a new `aws_ssoadmin_trusted_token_issuer` 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.ssoadmin_trusted_token_issuer.new('some_id') + +You can get the reference to the `id` field of the created `aws.ssoadmin_trusted_token_issuer` using the reference: + + $._ref.aws_ssoadmin_trusted_token_issuer.some_id.get('id') + +This is the same as directly entering `"${ aws_ssoadmin_trusted_token_issuer.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. + - `client_token` (`string`): Set the `client_token` field on the resulting resource block. When `null`, the `client_token` field will be omitted from the resulting object. + - `instance_arn` (`string`): Set the `instance_arn` field on the resulting resource 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. + - `trusted_token_issuer_type` (`string`): Set the `trusted_token_issuer_type` field on the resulting resource block. + - `trusted_token_issuer_configuration` (`list[obj]`): Set the `trusted_token_issuer_configuration` field on the resulting resource block. When `null`, the `trusted_token_issuer_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.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.new](#fn-trusted_token_issuer_configurationnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.ssoadmin_trusted_token_issuer.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_trusted_token_issuer` +Terraform resource. + +Unlike [aws.ssoadmin_trusted_token_issuer.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**: + - `client_token` (`string`): Set the `client_token` field on the resulting object. When `null`, the `client_token` field will be omitted from the resulting object. + - `instance_arn` (`string`): Set the `instance_arn` field on the resulting object. + - `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. + - `trusted_token_issuer_type` (`string`): Set the `trusted_token_issuer_type` field on the resulting object. + - `trusted_token_issuer_configuration` (`list[obj]`): Set the `trusted_token_issuer_configuration` field on the resulting object. When `null`, the `trusted_token_issuer_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.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.new](#fn-trusted_token_issuer_configurationnew) 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 `ssoadmin_trusted_token_issuer` resource into the root Terraform configuration. + + +### fn withClientToken + +```ts +withClientToken() +``` + +`aws.string.withClientToken` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the client_token field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `client_token` field. + + +### fn withInstanceArn + +```ts +withInstanceArn() +``` + +`aws.string.withInstanceArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the instance_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `instance_arn` field. + + +### 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 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 withTrustedTokenIssuerConfiguration + +```ts +withTrustedTokenIssuerConfiguration() +``` + +`aws.list[obj].withTrustedTokenIssuerConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the trusted_token_issuer_configuration 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].withTrustedTokenIssuerConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `trusted_token_issuer_configuration` field. + + +### fn withTrustedTokenIssuerConfigurationMixin + +```ts +withTrustedTokenIssuerConfigurationMixin() +``` + +`aws.list[obj].withTrustedTokenIssuerConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the trusted_token_issuer_configuration 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].withTrustedTokenIssuerConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `trusted_token_issuer_configuration` field. + + +### fn withTrustedTokenIssuerType + +```ts +withTrustedTokenIssuerType() +``` + +`aws.string.withTrustedTokenIssuerType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the trusted_token_issuer_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `trusted_token_issuer_type` field. + + +## obj trusted_token_issuer_configuration + + + +### fn trusted_token_issuer_configuration.new + +```ts +new() +``` + + +`aws.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.new` constructs a new object with attributes and blocks configured for the `trusted_token_issuer_configuration` +Terraform sub block. + + + +**Args**: + - `oidc_jwt_configuration` (`list[obj]`): Set the `oidc_jwt_configuration` field on the resulting object. When `null`, the `oidc_jwt_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.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.oidc_jwt_configuration.new](#fn-trusted_token_issuer_configurationoidc_jwt_configurationnew) constructor. + +**Returns**: + - An attribute object that represents the `trusted_token_issuer_configuration` sub block. + + +## obj trusted_token_issuer_configuration.oidc_jwt_configuration + + + +### fn trusted_token_issuer_configuration.oidc_jwt_configuration.new + +```ts +new() +``` + + +`aws.ssoadmin_trusted_token_issuer.trusted_token_issuer_configuration.oidc_jwt_configuration.new` constructs a new object with attributes and blocks configured for the `oidc_jwt_configuration` +Terraform sub block. + + + +**Args**: + - `claim_attribute_path` (`string`): Set the `claim_attribute_path` field on the resulting object. + - `identity_store_attribute_path` (`string`): Set the `identity_store_attribute_path` field on the resulting object. + - `issuer_url` (`string`): Set the `issuer_url` field on the resulting object. + - `jwks_retrieval_option` (`string`): Set the `jwks_retrieval_option` field on the resulting object. + +**Returns**: + - An attribute object that represents the `oidc_jwt_configuration` sub block. From 14486b4519beb026089d6b0f23b3d85a3f967f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 12 Jan 2024 02:19:23 +0000 Subject: [PATCH 07/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/data/alb_target_group.libsonnet | 18 +- 5.x/_gen/data/lb_target_group.libsonnet | 18 +- 5.x/_gen/data/main.libsonnet | 3 + .../data/mq_broker_engine_types.libsonnet | 32 ++ 5.x/_gen/data/msk_bootstrap_brokers.libsonnet | 32 ++ ...verifiedpermissions_policy_store.libsonnet | 19 + 5.x/_gen/main.libsonnet | 10 + 5.x/_gen/provider_aws.libsonnet | 18 +- 5.x/_gen/resources/alb_target_group.libsonnet | 18 +- 5.x/_gen/resources/appflow_flow.libsonnet | 6 +- .../resources/autoscaling_group.libsonnet | 4 +- .../batch_compute_environment.libsonnet | 42 +- .../resources/batch_job_definition.libsonnet | 190 ++++++- .../cloud9_environment_ec2.libsonnet | 8 +- 5.x/_gen/resources/codepipeline.libsonnet | 58 ++- .../ebs_fast_snapshot_restore.libsonnet | 78 +++ 5.x/_gen/resources/efs_file_system.libsonnet | 40 +- .../efs_replication_configuration.libsonnet | 4 +- .../elasticache_serverless_cache.libsonnet | 276 ++++++++++ .../resources/fsx_ontap_file_system.libsonnet | 36 +- .../resources/glue_catalog_table.libsonnet | 6 +- 5.x/_gen/resources/glue_classifier.libsonnet | 6 +- .../resources/imagebuilder_workflow.libsonnet | 160 ++++++ ...kinesis_firehose_delivery_stream.libsonnet | 18 +- .../kinesis_resource_policy.libsonnet | 45 ++ 5.x/_gen/resources/kms_key.libsonnet | 22 +- 5.x/_gen/resources/lambda_function.libsonnet | 42 +- 5.x/_gen/resources/lb_target_group.libsonnet | 18 +- 5.x/_gen/resources/neptune_cluster.libsonnet | 18 +- .../networkfirewall_firewall.libsonnet | 42 +- .../networkfirewall_firewall_policy.libsonnet | 6 +- .../resources/prometheus_scraper.libsonnet | 180 +++++++ .../resources/prometheus_workspace.libsonnet | 18 +- .../redshiftserverless_workgroup.libsonnet | 18 +- .../route53_resolver_endpoint.libsonnet | 32 +- .../securitylake_aws_log_source.libsonnet | 56 ++ ...soadmin_application_access_scope.libsonnet | 58 +++ .../verifiedaccess_endpoint.libsonnet | 18 +- ...verifiedpermissions_policy_store.libsonnet | 63 +++ ...ifiedpermissions_policy_template.libsonnet | 58 +++ .../verifiedpermissions_schema.libsonnet | 63 +++ docs/5.x/README.md | 10 + docs/5.x/alb_target_group.md | 19 + docs/5.x/appflow_flow.md | 1 + docs/5.x/autoscaling_group.md | 1 + docs/5.x/batch_compute_environment.md | 67 +++ docs/5.x/batch_job_definition.md | 386 ++++++++++++++ docs/5.x/cloud9_environment_ec2.md | 4 +- docs/5.x/codepipeline.md | 87 ++++ docs/5.x/data/alb_target_group.md | 19 + docs/5.x/data/index.md | 3 + docs/5.x/data/lb_target_group.md | 19 + docs/5.x/data/mq_broker_engine_types.md | 92 ++++ docs/5.x/data/msk_bootstrap_brokers.md | 92 ++++ .../data/verifiedpermissions_policy_store.md | 71 +++ docs/5.x/ebs_fast_snapshot_restore.md | 177 +++++++ docs/5.x/efs_file_system.md | 67 +++ docs/5.x/efs_replication_configuration.md | 1 + docs/5.x/elasticache_serverless_cache.md | 486 ++++++++++++++++++ docs/5.x/fsx_ontap_file_system.md | 42 +- docs/5.x/glue_catalog_table.md | 1 + docs/5.x/glue_classifier.md | 1 + docs/5.x/imagebuilder_workflow.md | 263 ++++++++++ docs/5.x/kinesis_firehose_delivery_stream.md | 28 + docs/5.x/kinesis_resource_policy.md | 111 ++++ docs/5.x/kms_key.md | 19 + docs/5.x/lambda_function.md | 69 +++ docs/5.x/lb_target_group.md | 19 + docs/5.x/neptune_cluster.md | 19 + docs/5.x/networkfirewall_firewall.md | 67 +++ docs/5.x/networkfirewall_firewall_policy.md | 1 + docs/5.x/prometheus_scraper.md | 380 ++++++++++++++ docs/5.x/prometheus_workspace.md | 19 + docs/5.x/provider.md | 8 + docs/5.x/redshiftserverless_workgroup.md | 19 + docs/5.x/route53_resolver_endpoint.md | 38 ++ docs/5.x/securitylake_aws_log_source.md | 142 +++++ docs/5.x/ssoadmin_application_access_scope.md | 130 +++++ docs/5.x/verifiedaccess_endpoint.md | 19 + docs/5.x/verifiedpermissions_policy_store.md | 158 ++++++ .../verifiedpermissions_policy_template.md | 130 +++++ docs/5.x/verifiedpermissions_schema.md | 157 ++++++ 82 files changed, 5234 insertions(+), 65 deletions(-) create mode 100644 5.x/_gen/data/mq_broker_engine_types.libsonnet create mode 100644 5.x/_gen/data/msk_bootstrap_brokers.libsonnet create mode 100644 5.x/_gen/data/verifiedpermissions_policy_store.libsonnet create mode 100644 5.x/_gen/resources/ebs_fast_snapshot_restore.libsonnet create mode 100644 5.x/_gen/resources/elasticache_serverless_cache.libsonnet create mode 100644 5.x/_gen/resources/imagebuilder_workflow.libsonnet create mode 100644 5.x/_gen/resources/kinesis_resource_policy.libsonnet create mode 100644 5.x/_gen/resources/prometheus_scraper.libsonnet create mode 100644 5.x/_gen/resources/securitylake_aws_log_source.libsonnet create mode 100644 5.x/_gen/resources/ssoadmin_application_access_scope.libsonnet create mode 100644 5.x/_gen/resources/verifiedpermissions_policy_store.libsonnet create mode 100644 5.x/_gen/resources/verifiedpermissions_policy_template.libsonnet create mode 100644 5.x/_gen/resources/verifiedpermissions_schema.libsonnet create mode 100644 docs/5.x/data/mq_broker_engine_types.md create mode 100644 docs/5.x/data/msk_bootstrap_brokers.md create mode 100644 docs/5.x/data/verifiedpermissions_policy_store.md create mode 100644 docs/5.x/ebs_fast_snapshot_restore.md create mode 100644 docs/5.x/elasticache_serverless_cache.md create mode 100644 docs/5.x/imagebuilder_workflow.md create mode 100644 docs/5.x/kinesis_resource_policy.md create mode 100644 docs/5.x/prometheus_scraper.md create mode 100644 docs/5.x/securitylake_aws_log_source.md create mode 100644 docs/5.x/ssoadmin_application_access_scope.md create mode 100644 docs/5.x/verifiedpermissions_policy_store.md create mode 100644 docs/5.x/verifiedpermissions_policy_template.md create mode 100644 docs/5.x/verifiedpermissions_schema.md diff --git a/5.x/_gen/data/alb_target_group.libsonnet b/5.x/_gen/data/alb_target_group.libsonnet index 649e3ff6..0ebbec4e 100644 --- a/5.x/_gen/data/alb_target_group.libsonnet +++ b/5.x/_gen/data/alb_target_group.libsonnet @@ -2,10 +2,11 @@ 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='alb_target_group', url='', help='`alb_target_group` represents the `aws_alb_target_group` 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.alb_target_group.new` injects a new `data_aws_alb_target_group` 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.alb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.alb_target_group` using the reference:\n\n $._ref.data_aws_alb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_alb_target_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 - `dataSrcLabel` (`string`): The name label of the block.\n - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.alb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.data.alb_target_group.new` injects a new `data_aws_alb_target_group` 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.alb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.alb_target_group` using the reference:\n\n $._ref.data_aws_alb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_alb_target_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 - `dataSrcLabel` (`string`): The name label of the block.\n - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting data source block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.alb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), new( dataSrcLabel, arn=null, + load_balancing_anomaly_mitigation=null, name=null, tags=null, timeouts=null, @@ -15,20 +16,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=dataSrcLabel, attrs=self.newAttrs( arn=arn, + load_balancing_anomaly_mitigation=load_balancing_anomaly_mitigation, name=name, tags=tags, timeouts=timeouts ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.data.alb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `alb_target_group`\nTerraform data source.\n\nUnlike [aws.data.alb_target_group.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from 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 - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from 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.data.alb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\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 `alb_target_group` data source into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.data.alb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `alb_target_group`\nTerraform data source.\n\nUnlike [aws.data.alb_target_group.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from 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 - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from 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.data.alb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\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 `alb_target_group` data source into the root Terraform configuration.\n', args=[]), newAttrs( arn=null, + load_balancing_anomaly_mitigation=null, name=null, tags=null, timeouts=null ):: std.prune(a={ arn: arn, + load_balancing_anomaly_mitigation: load_balancing_anomaly_mitigation, name: name, tags: tags, timeouts: timeouts, @@ -51,6 +55,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withLoadBalancingAnomalyMitigation':: d.fn(help='`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the load_balancing_anomaly_mitigation field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `load_balancing_anomaly_mitigation` field.\n', args=[]), + withLoadBalancingAnomalyMitigation(dataSrcLabel, value): { + data+: { + aws_alb_target_group+: { + [dataSrcLabel]+: { + load_balancing_anomaly_mitigation: value, + }, + }, + }, + }, '#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]), withName(dataSrcLabel, value): { data+: { diff --git a/5.x/_gen/data/lb_target_group.libsonnet b/5.x/_gen/data/lb_target_group.libsonnet index 0b322302..9b54274a 100644 --- a/5.x/_gen/data/lb_target_group.libsonnet +++ b/5.x/_gen/data/lb_target_group.libsonnet @@ -2,10 +2,11 @@ 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='lb_target_group', url='', help='`lb_target_group` represents the `aws_lb_target_group` 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.lb_target_group.new` injects a new `data_aws_lb_target_group` 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.lb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.lb_target_group` using the reference:\n\n $._ref.data_aws_lb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_lb_target_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 - `dataSrcLabel` (`string`): The name label of the block.\n - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.lb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.data.lb_target_group.new` injects a new `data_aws_lb_target_group` 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.lb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.lb_target_group` using the reference:\n\n $._ref.data_aws_lb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_lb_target_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 - `dataSrcLabel` (`string`): The name label of the block.\n - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting data source block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.lb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), new( dataSrcLabel, arn=null, + load_balancing_anomaly_mitigation=null, name=null, tags=null, timeouts=null, @@ -15,20 +16,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=dataSrcLabel, attrs=self.newAttrs( arn=arn, + load_balancing_anomaly_mitigation=load_balancing_anomaly_mitigation, name=name, tags=tags, timeouts=timeouts ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.data.lb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `lb_target_group`\nTerraform data source.\n\nUnlike [aws.data.lb_target_group.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from 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 - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from 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.data.lb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\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 `lb_target_group` data source into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.data.lb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `lb_target_group`\nTerraform data source.\n\nUnlike [aws.data.lb_target_group.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from 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 - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from 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.data.lb_target_group.timeouts.new](#fn-timeoutsnew) constructor.\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 `lb_target_group` data source into the root Terraform configuration.\n', args=[]), newAttrs( arn=null, + load_balancing_anomaly_mitigation=null, name=null, tags=null, timeouts=null ):: std.prune(a={ arn: arn, + load_balancing_anomaly_mitigation: load_balancing_anomaly_mitigation, name: name, tags: tags, timeouts: timeouts, @@ -51,6 +55,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withLoadBalancingAnomalyMitigation':: d.fn(help='`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the load_balancing_anomaly_mitigation field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `load_balancing_anomaly_mitigation` field.\n', args=[]), + withLoadBalancingAnomalyMitigation(dataSrcLabel, value): { + data+: { + aws_lb_target_group+: { + [dataSrcLabel]+: { + load_balancing_anomaly_mitigation: value, + }, + }, + }, + }, '#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]), withName(dataSrcLabel, value): { data+: { diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index b4a0c7b5..d011e60b 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -328,7 +328,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); memorydb_subnet_group: (import 'memorydb_subnet_group.libsonnet'), memorydb_user: (import 'memorydb_user.libsonnet'), mq_broker: (import 'mq_broker.libsonnet'), + mq_broker_engine_types: (import 'mq_broker_engine_types.libsonnet'), mq_broker_instance_type_offerings: (import 'mq_broker_instance_type_offerings.libsonnet'), + msk_bootstrap_brokers: (import 'msk_bootstrap_brokers.libsonnet'), msk_broker_nodes: (import 'msk_broker_nodes.libsonnet'), msk_cluster: (import 'msk_cluster.libsonnet'), msk_configuration: (import 'msk_configuration.libsonnet'), @@ -500,6 +502,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet: (import 'subnet.libsonnet'), subnets: (import 'subnets.libsonnet'), transfer_server: (import 'transfer_server.libsonnet'), + verifiedpermissions_policy_store: (import 'verifiedpermissions_policy_store.libsonnet'), vpc: (import 'vpc.libsonnet'), vpc_dhcp_options: (import 'vpc_dhcp_options.libsonnet'), vpc_endpoint: (import 'vpc_endpoint.libsonnet'), diff --git a/5.x/_gen/data/mq_broker_engine_types.libsonnet b/5.x/_gen/data/mq_broker_engine_types.libsonnet new file mode 100644 index 00000000..cee331d3 --- /dev/null +++ b/5.x/_gen/data/mq_broker_engine_types.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='mq_broker_engine_types', url='', help='`mq_broker_engine_types` represents the `aws_mq_broker_engine_types` 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.mq_broker_engine_types.new` injects a new `data_aws_mq_broker_engine_types` 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.mq_broker_engine_types.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.mq_broker_engine_types` using the reference:\n\n $._ref.data_aws_mq_broker_engine_types.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_mq_broker_engine_types.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 - `engine_type` (`string`): Set the `engine_type` field on the resulting data source block. When `null`, the `engine_type` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + engine_type=null, + _meta={} + ):: tf.withData( + type='aws_mq_broker_engine_types', + label=dataSrcLabel, + attrs=self.newAttrs(engine_type=engine_type), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.mq_broker_engine_types.newAttrs` constructs a new object with attributes and blocks configured for the `mq_broker_engine_types`\nTerraform data source.\n\nUnlike [aws.data.mq_broker_engine_types.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**Args**:\n - `engine_type` (`string`): Set the `engine_type` field on the resulting object. When `null`, the `engine_type` field will be omitted from the resulting object.\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 `mq_broker_engine_types` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + engine_type=null + ):: std.prune(a={ + engine_type: engine_type, + }), + '#withEngineType':: d.fn(help='`aws.string.withEngineType` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the engine_type field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `engine_type` field.\n', args=[]), + withEngineType(dataSrcLabel, value): { + data+: { + aws_mq_broker_engine_types+: { + [dataSrcLabel]+: { + engine_type: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/msk_bootstrap_brokers.libsonnet b/5.x/_gen/data/msk_bootstrap_brokers.libsonnet new file mode 100644 index 00000000..fec69b62 --- /dev/null +++ b/5.x/_gen/data/msk_bootstrap_brokers.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='msk_bootstrap_brokers', url='', help='`msk_bootstrap_brokers` represents the `aws_msk_bootstrap_brokers` 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.msk_bootstrap_brokers.new` injects a new `data_aws_msk_bootstrap_brokers` 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.msk_bootstrap_brokers.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.msk_bootstrap_brokers` using the reference:\n\n $._ref.data_aws_msk_bootstrap_brokers.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_msk_bootstrap_brokers.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 - `cluster_arn` (`string`): Set the `cluster_arn` field on the resulting data source block.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + cluster_arn, + _meta={} + ):: tf.withData( + type='aws_msk_bootstrap_brokers', + label=dataSrcLabel, + attrs=self.newAttrs(cluster_arn=cluster_arn), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.msk_bootstrap_brokers.newAttrs` constructs a new object with attributes and blocks configured for the `msk_bootstrap_brokers`\nTerraform data source.\n\nUnlike [aws.data.msk_bootstrap_brokers.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**Args**:\n - `cluster_arn` (`string`): Set the `cluster_arn` field on the resulting object.\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 `msk_bootstrap_brokers` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + cluster_arn + ):: std.prune(a={ + cluster_arn: cluster_arn, + }), + '#withClusterArn':: d.fn(help='`aws.string.withClusterArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the cluster_arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `cluster_arn` field.\n', args=[]), + withClusterArn(dataSrcLabel, value): { + data+: { + aws_msk_bootstrap_brokers+: { + [dataSrcLabel]+: { + cluster_arn: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/verifiedpermissions_policy_store.libsonnet b/5.x/_gen/data/verifiedpermissions_policy_store.libsonnet new file mode 100644 index 00000000..76069e86 --- /dev/null +++ b/5.x/_gen/data/verifiedpermissions_policy_store.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='verifiedpermissions_policy_store', url='', help='`verifiedpermissions_policy_store` represents the `aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new` injects a new `data_aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.verifiedpermissions_policy_store` using the reference:\n\n $._ref.data_aws_verifiedpermissions_policy_store.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_verifiedpermissions_policy_store.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_verifiedpermissions_policy_store', + label=dataSrcLabel, + attrs=self.newAttrs(), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.verifiedpermissions_policy_store.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_policy_store`\nTerraform data source.\n\nUnlike [aws.data.verifiedpermissions_policy_store.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 `verifiedpermissions_policy_store` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + + ):: std.prune(a={}), +} diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 8b4138a8..730de9f4 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -398,6 +398,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); dynamodb_tag: (import 'resources/dynamodb_tag.libsonnet'), ebs_default_kms_key: (import 'resources/ebs_default_kms_key.libsonnet'), ebs_encryption_by_default: (import 'resources/ebs_encryption_by_default.libsonnet'), + ebs_fast_snapshot_restore: (import 'resources/ebs_fast_snapshot_restore.libsonnet'), ebs_snapshot: (import 'resources/ebs_snapshot.libsonnet'), ebs_snapshot_copy: (import 'resources/ebs_snapshot_copy.libsonnet'), ebs_snapshot_import: (import 'resources/ebs_snapshot_import.libsonnet'), @@ -485,6 +486,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); elasticache_global_replication_group: (import 'resources/elasticache_global_replication_group.libsonnet'), elasticache_parameter_group: (import 'resources/elasticache_parameter_group.libsonnet'), elasticache_replication_group: (import 'resources/elasticache_replication_group.libsonnet'), + elasticache_serverless_cache: (import 'resources/elasticache_serverless_cache.libsonnet'), elasticache_subnet_group: (import 'resources/elasticache_subnet_group.libsonnet'), elasticache_user: (import 'resources/elasticache_user.libsonnet'), elasticache_user_group: (import 'resources/elasticache_user_group.libsonnet'), @@ -620,6 +622,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); imagebuilder_image_pipeline: (import 'resources/imagebuilder_image_pipeline.libsonnet'), imagebuilder_image_recipe: (import 'resources/imagebuilder_image_recipe.libsonnet'), imagebuilder_infrastructure_configuration: (import 'resources/imagebuilder_infrastructure_configuration.libsonnet'), + imagebuilder_workflow: (import 'resources/imagebuilder_workflow.libsonnet'), inspector2_delegated_admin_account: (import 'resources/inspector2_delegated_admin_account.libsonnet'), inspector2_enabler: (import 'resources/inspector2_enabler.libsonnet'), inspector2_member_association: (import 'resources/inspector2_member_association.libsonnet'), @@ -666,6 +669,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); keyspaces_table: (import 'resources/keyspaces_table.libsonnet'), kinesis_analytics_application: (import 'resources/kinesis_analytics_application.libsonnet'), kinesis_firehose_delivery_stream: (import 'resources/kinesis_firehose_delivery_stream.libsonnet'), + kinesis_resource_policy: (import 'resources/kinesis_resource_policy.libsonnet'), kinesis_stream: (import 'resources/kinesis_stream.libsonnet'), kinesis_stream_consumer: (import 'resources/kinesis_stream_consumer.libsonnet'), kinesis_video_stream: (import 'resources/kinesis_video_stream.libsonnet'), @@ -883,6 +887,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); placement_group: (import 'resources/placement_group.libsonnet'), prometheus_alert_manager_definition: (import 'resources/prometheus_alert_manager_definition.libsonnet'), prometheus_rule_group_namespace: (import 'resources/prometheus_rule_group_namespace.libsonnet'), + prometheus_scraper: (import 'resources/prometheus_scraper.libsonnet'), prometheus_workspace: (import 'resources/prometheus_workspace.libsonnet'), proxy_protocol_policy: (import 'resources/proxy_protocol_policy.libsonnet'), qldb_ledger: (import 'resources/qldb_ledger.libsonnet'), @@ -1082,6 +1087,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); securityhub_product_subscription: (import 'resources/securityhub_product_subscription.libsonnet'), securityhub_standards_control: (import 'resources/securityhub_standards_control.libsonnet'), securityhub_standards_subscription: (import 'resources/securityhub_standards_subscription.libsonnet'), + securitylake_aws_log_source: (import 'resources/securitylake_aws_log_source.libsonnet'), securitylake_data_lake: (import 'resources/securitylake_data_lake.libsonnet'), serverlessapplicationrepository_cloudformation_stack: (import 'resources/serverlessapplicationrepository_cloudformation_stack.libsonnet'), service_discovery_http_namespace: (import 'resources/service_discovery_http_namespace.libsonnet'), @@ -1174,6 +1180,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssmincidents_response_plan: (import 'resources/ssmincidents_response_plan.libsonnet'), ssoadmin_account_assignment: (import 'resources/ssoadmin_account_assignment.libsonnet'), ssoadmin_application: (import 'resources/ssoadmin_application.libsonnet'), + ssoadmin_application_access_scope: (import 'resources/ssoadmin_application_access_scope.libsonnet'), ssoadmin_application_assignment: (import 'resources/ssoadmin_application_assignment.libsonnet'), ssoadmin_application_assignment_configuration: (import 'resources/ssoadmin_application_assignment_configuration.libsonnet'), ssoadmin_customer_managed_policy_attachment: (import 'resources/ssoadmin_customer_managed_policy_attachment.libsonnet'), @@ -1220,6 +1227,9 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); verifiedaccess_instance_logging_configuration: (import 'resources/verifiedaccess_instance_logging_configuration.libsonnet'), verifiedaccess_instance_trust_provider_attachment: (import 'resources/verifiedaccess_instance_trust_provider_attachment.libsonnet'), verifiedaccess_trust_provider: (import 'resources/verifiedaccess_trust_provider.libsonnet'), + verifiedpermissions_policy_store: (import 'resources/verifiedpermissions_policy_store.libsonnet'), + verifiedpermissions_policy_template: (import 'resources/verifiedpermissions_policy_template.libsonnet'), + verifiedpermissions_schema: (import 'resources/verifiedpermissions_schema.libsonnet'), volume_attachment: (import 'resources/volume_attachment.libsonnet'), vpc: (import 'resources/vpc.libsonnet'), vpc_dhcp_options: (import 'resources/vpc_dhcp_options.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index a100670a..79b58b19 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -200,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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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 - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` 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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `appregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `appregistry` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `groundstation` (`string`): Use this to override the default service endpoint URL When `null`, the `groundstation` 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 - `launchwizard` (`string`): Use this to override the default service endpoint URL When `null`, the `launchwizard` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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 - `pcaconnectorad` (`string`): Use this to override the default service endpoint URL When `null`, the `pcaconnectorad` 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 - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` 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 - `qbusiness` (`string`): Use this to override the default service endpoint URL When `null`, the `qbusiness` 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 - `servicecatalogappregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalogappregistry` 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 - `ssmsap` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmsap` 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 - `wellarchitected` (`string`): Use this to override the default service endpoint URL When `null`, the `wellarchitected` 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, @@ -220,6 +220,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); applicationautoscaling=null, applicationinsights=null, appmesh=null, + appregistry=null, apprunner=null, appstream=null, appsync=null, @@ -327,6 +328,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); glue=null, grafana=null, greengrass=null, + groundstation=null, guardduty=null, healthlake=null, iam=null, @@ -352,6 +354,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kms=null, lakeformation=null, lambda=null, + launchwizard=null, lex=null, lexmodelbuilding=null, lexmodelbuildingservice=null, @@ -388,12 +391,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); organizations=null, osis=null, outposts=null, + pcaconnectorad=null, pinpoint=null, pipes=null, polly=null, pricing=null, prometheus=null, prometheusservice=null, + qbusiness=null, qldb=null, quicksight=null, ram=null, @@ -430,6 +435,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); serverlessapprepo=null, serverlessrepo=null, servicecatalog=null, + servicecatalogappregistry=null, servicediscovery=null, servicequotas=null, ses=null, @@ -443,6 +449,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssm=null, ssmcontacts=null, ssmincidents=null, + ssmsap=null, sso=null, ssoadmin=null, stepfunctions=null, @@ -459,6 +466,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); waf=null, wafregional=null, wafv2=null, + wellarchitected=null, worklink=null, workspaces=null, xray=null @@ -481,6 +489,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); applicationautoscaling: applicationautoscaling, applicationinsights: applicationinsights, appmesh: appmesh, + appregistry: appregistry, apprunner: apprunner, appstream: appstream, appsync: appsync, @@ -588,6 +597,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); glue: glue, grafana: grafana, greengrass: greengrass, + groundstation: groundstation, guardduty: guardduty, healthlake: healthlake, iam: iam, @@ -613,6 +623,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kms: kms, lakeformation: lakeformation, lambda: lambda, + launchwizard: launchwizard, lex: lex, lexmodelbuilding: lexmodelbuilding, lexmodelbuildingservice: lexmodelbuildingservice, @@ -649,12 +660,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); organizations: organizations, osis: osis, outposts: outposts, + pcaconnectorad: pcaconnectorad, pinpoint: pinpoint, pipes: pipes, polly: polly, pricing: pricing, prometheus: prometheus, prometheusservice: prometheusservice, + qbusiness: qbusiness, qldb: qldb, quicksight: quicksight, ram: ram, @@ -691,6 +704,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); serverlessapprepo: serverlessapprepo, serverlessrepo: serverlessrepo, servicecatalog: servicecatalog, + servicecatalogappregistry: servicecatalogappregistry, servicediscovery: servicediscovery, servicequotas: servicequotas, ses: ses, @@ -704,6 +718,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ssm: ssm, ssmcontacts: ssmcontacts, ssmincidents: ssmincidents, + ssmsap: ssmsap, sso: sso, ssoadmin: ssoadmin, stepfunctions: stepfunctions, @@ -720,6 +735,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); waf: waf, wafregional: wafregional, wafv2: wafv2, + wellarchitected: wellarchitected, worklink: worklink, workspaces: workspaces, xray: xray, diff --git a/5.x/_gen/resources/alb_target_group.libsonnet b/5.x/_gen/resources/alb_target_group.libsonnet index 85d3bd4b..1d2a5617 100644 --- a/5.x/_gen/resources/alb_target_group.libsonnet +++ b/5.x/_gen/resources/alb_target_group.libsonnet @@ -26,7 +26,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); unhealthy_threshold: unhealthy_threshold, }), }, - '#new':: d.fn(help="\n`aws.alb_target_group.new` injects a new `aws_alb_target_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.alb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb_target_group` using the reference:\n\n $._ref.aws_alb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting resource block. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting resource block. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting resource block. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting resource block. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting resource block. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object.\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 - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting resource block. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting resource block. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting resource block. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting resource block. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting resource block. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting resource block. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting resource block. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting resource block. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting resource block. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting resource block. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_health_state.new](#fn-target_health_statenew) 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.alb_target_group.new` injects a new `aws_alb_target_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.alb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.alb_target_group` using the reference:\n\n $._ref.aws_alb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_alb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting resource block. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting resource block. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting resource block. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting resource block. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting resource block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting resource block. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object.\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 - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting resource block. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting resource block. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting resource block. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting resource block. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting resource block. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting resource block. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting resource block. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting resource block. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting resource block. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting resource block. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_health_state.new](#fn-target_health_statenew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, connection_termination=null, @@ -35,6 +35,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type=null, lambda_multi_value_headers_enabled=null, load_balancing_algorithm_type=null, + load_balancing_anomaly_mitigation=null, load_balancing_cross_zone_enabled=null, name=null, name_prefix=null, @@ -62,6 +63,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type=ip_address_type, lambda_multi_value_headers_enabled=lambda_multi_value_headers_enabled, load_balancing_algorithm_type=load_balancing_algorithm_type, + load_balancing_anomaly_mitigation=load_balancing_anomaly_mitigation, load_balancing_cross_zone_enabled=load_balancing_cross_zone_enabled, name=name, name_prefix=name_prefix, @@ -81,7 +83,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.alb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `alb_target_group`\nTerraform resource.\n\nUnlike [aws.alb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting object. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting object. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting object. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting object. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting object. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from 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 - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting object. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting object. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting object. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting object. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting object. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting object. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting object. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting object. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting object. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting object. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_health_state.new](#fn-target_health_statenew) 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 `alb_target_group` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.alb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `alb_target_group`\nTerraform resource.\n\nUnlike [aws.alb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting object. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting object. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting object. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting object. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting object. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from 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 - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting object. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting object. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting object. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting object. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting object. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting object. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting object. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting object. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting object. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting object. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.alb_target_group.target_health_state.new](#fn-target_health_statenew) 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 `alb_target_group` resource into the root Terraform configuration.\n', args=[]), newAttrs( connection_termination=null, deregistration_delay=null, @@ -89,6 +91,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type=null, lambda_multi_value_headers_enabled=null, load_balancing_algorithm_type=null, + load_balancing_anomaly_mitigation=null, load_balancing_cross_zone_enabled=null, name=null, name_prefix=null, @@ -112,6 +115,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type: ip_address_type, lambda_multi_value_headers_enabled: lambda_multi_value_headers_enabled, load_balancing_algorithm_type: load_balancing_algorithm_type, + load_balancing_anomaly_mitigation: load_balancing_anomaly_mitigation, load_balancing_cross_zone_enabled: load_balancing_cross_zone_enabled, name: name, name_prefix: name_prefix, @@ -231,6 +235,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withLoadBalancingAnomalyMitigation':: d.fn(help='`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the load_balancing_anomaly_mitigation 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 `load_balancing_anomaly_mitigation` field.\n', args=[]), + withLoadBalancingAnomalyMitigation(resourceLabel, value): { + resource+: { + aws_alb_target_group+: { + [resourceLabel]+: { + load_balancing_anomaly_mitigation: value, + }, + }, + }, + }, '#withLoadBalancingCrossZoneEnabled':: d.fn(help='`aws.string.withLoadBalancingCrossZoneEnabled` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the load_balancing_cross_zone_enabled 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 `load_balancing_cross_zone_enabled` field.\n', args=[]), withLoadBalancingCrossZoneEnabled(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/appflow_flow.libsonnet b/5.x/_gen/resources/appflow_flow.libsonnet index 694d2b2a..4e928a3b 100644 --- a/5.x/_gen/resources/appflow_flow.libsonnet +++ b/5.x/_gen/resources/appflow_flow.libsonnet @@ -183,11 +183,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), s3_output_format_config:: { aggregation_config:: { - '#new':: d.fn(help='\n`aws.appflow_flow.destination_flow_config.destination_connector_properties.s3.s3_output_format_config.aggregation_config.new` constructs a new object with attributes and blocks configured for the `aggregation_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `aggregation_type` (`string`): Set the `aggregation_type` field on the resulting object. When `null`, the `aggregation_type` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `aggregation_config` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.appflow_flow.destination_flow_config.destination_connector_properties.s3.s3_output_format_config.aggregation_config.new` constructs a new object with attributes and blocks configured for the `aggregation_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `aggregation_type` (`string`): Set the `aggregation_type` field on the resulting object. When `null`, the `aggregation_type` field will be omitted from the resulting object.\n - `target_file_size` (`number`): Set the `target_file_size` field on the resulting object. When `null`, the `target_file_size` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `aggregation_config` sub block.\n', args=[]), new( - aggregation_type=null + aggregation_type=null, + target_file_size=null ):: std.prune(a={ aggregation_type: aggregation_type, + target_file_size: target_file_size, }), }, '#new':: d.fn(help='\n`aws.appflow_flow.destination_flow_config.destination_connector_properties.s3.s3_output_format_config.new` constructs a new object with attributes and blocks configured for the `s3_output_format_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `file_type` (`string`): Set the `file_type` field on the resulting object. When `null`, the `file_type` field will be omitted from the resulting object.\n - `preserve_source_data_typing` (`bool`): Set the `preserve_source_data_typing` field on the resulting object. When `null`, the `preserve_source_data_typing` field will be omitted from the resulting object.\n - `aggregation_config` (`list[obj]`): Set the `aggregation_config` field on the resulting object. When `null`, the `aggregation_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.appflow_flow.destination_flow_config.destination_connector_properties.s3.s3_output_format_config.aggregation_config.new](#fn-destination_flow_configdestination_flow_configdestination_connector_propertiess3aggregation_confignew) constructor.\n - `prefix_config` (`list[obj]`): Set the `prefix_config` field on the resulting object. When `null`, the `prefix_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.appflow_flow.destination_flow_config.destination_connector_properties.s3.s3_output_format_config.prefix_config.new](#fn-destination_flow_configdestination_flow_configdestination_connector_propertiess3prefix_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `s3_output_format_config` sub block.\n', args=[]), diff --git a/5.x/_gen/resources/autoscaling_group.libsonnet b/5.x/_gen/resources/autoscaling_group.libsonnet index f6655421..f44cab7f 100644 --- a/5.x/_gen/resources/autoscaling_group.libsonnet +++ b/5.x/_gen/resources/autoscaling_group.libsonnet @@ -44,12 +44,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); triggers: triggers, }), preferences:: { - '#new':: d.fn(help='\n`aws.autoscaling_group.instance_refresh.preferences.new` constructs a new object with attributes and blocks configured for the `preferences`\nTerraform sub block.\n\n\n\n**Args**:\n - `auto_rollback` (`bool`): Set the `auto_rollback` field on the resulting object. When `null`, the `auto_rollback` field will be omitted from the resulting object.\n - `checkpoint_delay` (`string`): Set the `checkpoint_delay` field on the resulting object. When `null`, the `checkpoint_delay` field will be omitted from the resulting object.\n - `checkpoint_percentages` (`list`): Set the `checkpoint_percentages` field on the resulting object. When `null`, the `checkpoint_percentages` field will be omitted from the resulting object.\n - `instance_warmup` (`string`): Set the `instance_warmup` field on the resulting object. When `null`, the `instance_warmup` field will be omitted from the resulting object.\n - `min_healthy_percentage` (`number`): Set the `min_healthy_percentage` field on the resulting object. When `null`, the `min_healthy_percentage` field will be omitted from the resulting object.\n - `scale_in_protected_instances` (`string`): Set the `scale_in_protected_instances` field on the resulting object. When `null`, the `scale_in_protected_instances` field will be omitted from the resulting object.\n - `skip_matching` (`bool`): Set the `skip_matching` field on the resulting object. When `null`, the `skip_matching` field will be omitted from the resulting object.\n - `standby_instances` (`string`): Set the `standby_instances` field on the resulting object. When `null`, the `standby_instances` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `preferences` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.autoscaling_group.instance_refresh.preferences.new` constructs a new object with attributes and blocks configured for the `preferences`\nTerraform sub block.\n\n\n\n**Args**:\n - `auto_rollback` (`bool`): Set the `auto_rollback` field on the resulting object. When `null`, the `auto_rollback` field will be omitted from the resulting object.\n - `checkpoint_delay` (`string`): Set the `checkpoint_delay` field on the resulting object. When `null`, the `checkpoint_delay` field will be omitted from the resulting object.\n - `checkpoint_percentages` (`list`): Set the `checkpoint_percentages` field on the resulting object. When `null`, the `checkpoint_percentages` field will be omitted from the resulting object.\n - `instance_warmup` (`string`): Set the `instance_warmup` field on the resulting object. When `null`, the `instance_warmup` field will be omitted from the resulting object.\n - `max_healthy_percentage` (`number`): Set the `max_healthy_percentage` field on the resulting object. When `null`, the `max_healthy_percentage` field will be omitted from the resulting object.\n - `min_healthy_percentage` (`number`): Set the `min_healthy_percentage` field on the resulting object. When `null`, the `min_healthy_percentage` field will be omitted from the resulting object.\n - `scale_in_protected_instances` (`string`): Set the `scale_in_protected_instances` field on the resulting object. When `null`, the `scale_in_protected_instances` field will be omitted from the resulting object.\n - `skip_matching` (`bool`): Set the `skip_matching` field on the resulting object. When `null`, the `skip_matching` field will be omitted from the resulting object.\n - `standby_instances` (`string`): Set the `standby_instances` field on the resulting object. When `null`, the `standby_instances` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `preferences` sub block.\n', args=[]), new( auto_rollback=null, checkpoint_delay=null, checkpoint_percentages=null, instance_warmup=null, + max_healthy_percentage=null, min_healthy_percentage=null, scale_in_protected_instances=null, skip_matching=null, @@ -59,6 +60,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); checkpoint_delay: checkpoint_delay, checkpoint_percentages: checkpoint_percentages, instance_warmup: instance_warmup, + max_healthy_percentage: max_healthy_percentage, min_healthy_percentage: min_healthy_percentage, scale_in_protected_instances: scale_in_protected_instances, skip_matching: skip_matching, diff --git a/5.x/_gen/resources/batch_compute_environment.libsonnet b/5.x/_gen/resources/batch_compute_environment.libsonnet index 702c517c..73a6eff7 100644 --- a/5.x/_gen/resources/batch_compute_environment.libsonnet +++ b/5.x/_gen/resources/batch_compute_environment.libsonnet @@ -74,7 +74,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kubernetes_namespace: kubernetes_namespace, }), }, - '#new':: d.fn(help="\n`aws.batch_compute_environment.new` injects a new `aws_batch_compute_environment` 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.batch_compute_environment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.batch_compute_environment` using the reference:\n\n $._ref.aws_batch_compute_environment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_batch_compute_environment.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 - `compute_environment_name` (`string`): Set the `compute_environment_name` field on the resulting resource block. When `null`, the `compute_environment_name` field will be omitted from the resulting object.\n - `compute_environment_name_prefix` (`string`): Set the `compute_environment_name_prefix` field on the resulting resource block. When `null`, the `compute_environment_name_prefix` field will be omitted from the resulting object.\n - `service_role` (`string`): Set the `service_role` field on the resulting resource block. When `null`, the `service_role` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting resource block. When `null`, the `state` 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `compute_resources` (`list[obj]`): Set the `compute_resources` field on the resulting resource block. When `null`, the `compute_resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_compute_environment.compute_resources.new](#fn-compute_resourcesnew) constructor.\n - `eks_configuration` (`list[obj]`): Set the `eks_configuration` field on the resulting resource block. When `null`, the `eks_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.batch_compute_environment.eks_configuration.new](#fn-eks_configurationnew) 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.batch_compute_environment.new` injects a new `aws_batch_compute_environment` 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.batch_compute_environment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.batch_compute_environment` using the reference:\n\n $._ref.aws_batch_compute_environment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_batch_compute_environment.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 - `compute_environment_name` (`string`): Set the `compute_environment_name` field on the resulting resource block. When `null`, the `compute_environment_name` field will be omitted from the resulting object.\n - `compute_environment_name_prefix` (`string`): Set the `compute_environment_name_prefix` field on the resulting resource block. When `null`, the `compute_environment_name_prefix` field will be omitted from the resulting object.\n - `service_role` (`string`): Set the `service_role` field on the resulting resource block. When `null`, the `service_role` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting resource block. When `null`, the `state` 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `compute_resources` (`list[obj]`): Set the `compute_resources` field on the resulting resource block. When `null`, the `compute_resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_compute_environment.compute_resources.new](#fn-compute_resourcesnew) constructor.\n - `eks_configuration` (`list[obj]`): Set the `eks_configuration` field on the resulting resource block. When `null`, the `eks_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.batch_compute_environment.eks_configuration.new](#fn-eks_configurationnew) constructor.\n - `update_policy` (`list[obj]`): Set the `update_policy` field on the resulting resource block. When `null`, the `update_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.batch_compute_environment.update_policy.new](#fn-update_policynew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, type, @@ -86,6 +86,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); state=null, tags=null, tags_all=null, + update_policy=null, _meta={} ):: tf.withResource( type='aws_batch_compute_environment', @@ -99,11 +100,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); state=state, tags=tags, tags_all=tags_all, - type=type + type=type, + update_policy=update_policy ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.batch_compute_environment.newAttrs` constructs a new object with attributes and blocks configured for the `batch_compute_environment`\nTerraform resource.\n\nUnlike [aws.batch_compute_environment.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 - `compute_environment_name` (`string`): Set the `compute_environment_name` field on the resulting object. When `null`, the `compute_environment_name` field will be omitted from the resulting object.\n - `compute_environment_name_prefix` (`string`): Set the `compute_environment_name_prefix` field on the resulting object. When `null`, the `compute_environment_name_prefix` field will be omitted from the resulting object.\n - `service_role` (`string`): Set the `service_role` field on the resulting object. When `null`, the `service_role` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` 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 - `type` (`string`): Set the `type` field on the resulting object.\n - `compute_resources` (`list[obj]`): Set the `compute_resources` field on the resulting object. When `null`, the `compute_resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_compute_environment.compute_resources.new](#fn-compute_resourcesnew) constructor.\n - `eks_configuration` (`list[obj]`): Set the `eks_configuration` field on the resulting object. When `null`, the `eks_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.batch_compute_environment.eks_configuration.new](#fn-eks_configurationnew) 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 `batch_compute_environment` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.batch_compute_environment.newAttrs` constructs a new object with attributes and blocks configured for the `batch_compute_environment`\nTerraform resource.\n\nUnlike [aws.batch_compute_environment.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 - `compute_environment_name` (`string`): Set the `compute_environment_name` field on the resulting object. When `null`, the `compute_environment_name` field will be omitted from the resulting object.\n - `compute_environment_name_prefix` (`string`): Set the `compute_environment_name_prefix` field on the resulting object. When `null`, the `compute_environment_name_prefix` field will be omitted from the resulting object.\n - `service_role` (`string`): Set the `service_role` field on the resulting object. When `null`, the `service_role` field will be omitted from the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` 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 - `type` (`string`): Set the `type` field on the resulting object.\n - `compute_resources` (`list[obj]`): Set the `compute_resources` field on the resulting object. When `null`, the `compute_resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_compute_environment.compute_resources.new](#fn-compute_resourcesnew) constructor.\n - `eks_configuration` (`list[obj]`): Set the `eks_configuration` field on the resulting object. When `null`, the `eks_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.batch_compute_environment.eks_configuration.new](#fn-eks_configurationnew) constructor.\n - `update_policy` (`list[obj]`): Set the `update_policy` field on the resulting object. When `null`, the `update_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.batch_compute_environment.update_policy.new](#fn-update_policynew) 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 `batch_compute_environment` resource into the root Terraform configuration.\n', args=[]), newAttrs( type, compute_environment_name=null, @@ -113,7 +115,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); service_role=null, state=null, tags=null, - tags_all=null + tags_all=null, + update_policy=null ):: std.prune(a={ compute_environment_name: compute_environment_name, compute_environment_name_prefix: compute_environment_name_prefix, @@ -124,7 +127,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags: tags, tags_all: tags_all, type: type, + update_policy: update_policy, }), + update_policy:: { + '#new':: d.fn(help='\n`aws.batch_compute_environment.update_policy.new` constructs a new object with attributes and blocks configured for the `update_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `job_execution_timeout_minutes` (`number`): Set the `job_execution_timeout_minutes` field on the resulting object.\n - `terminate_jobs_on_update` (`bool`): Set the `terminate_jobs_on_update` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `update_policy` sub block.\n', args=[]), + new( + job_execution_timeout_minutes, + terminate_jobs_on_update + ):: std.prune(a={ + job_execution_timeout_minutes: job_execution_timeout_minutes, + terminate_jobs_on_update: terminate_jobs_on_update, + }), + }, '#withComputeEnvironmentName':: d.fn(help='`aws.string.withComputeEnvironmentName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the compute_environment_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 `compute_environment_name` field.\n', args=[]), withComputeEnvironmentName(resourceLabel, value): { resource+: { @@ -235,4 +249,24 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withUpdatePolicy':: d.fn(help='`aws.list[obj].withUpdatePolicy` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the update_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].withUpdatePolicyMixin](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 `update_policy` field.\n', args=[]), + withUpdatePolicy(resourceLabel, value): { + resource+: { + aws_batch_compute_environment+: { + [resourceLabel]+: { + update_policy: value, + }, + }, + }, + }, + '#withUpdatePolicyMixin':: d.fn(help='`aws.list[obj].withUpdatePolicyMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the update_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].withUpdatePolicy](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 `update_policy` field.\n', args=[]), + withUpdatePolicyMixin(resourceLabel, value): { + resource+: { + aws_batch_compute_environment+: { + [resourceLabel]+: { + update_policy+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/batch_job_definition.libsonnet b/5.x/_gen/resources/batch_job_definition.libsonnet index f5136871..f3385a6a 100644 --- a/5.x/_gen/resources/batch_job_definition.libsonnet +++ b/5.x/_gen/resources/batch_job_definition.libsonnet @@ -2,17 +2,167 @@ 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='batch_job_definition', url='', help='`batch_job_definition` represents the `aws_batch_job_definition` 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.batch_job_definition.new` injects a new `aws_batch_job_definition` 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.batch_job_definition.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.batch_job_definition` using the reference:\n\n $._ref.aws_batch_job_definition.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_batch_job_definition.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 - `container_properties` (`string`): Set the `container_properties` field on the resulting resource block. When `null`, the `container_properties` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `node_properties` (`string`): Set the `node_properties` field on the resulting resource block. When `null`, the `node_properties` field will be omitted from the resulting object.\n - `parameters` (`obj`): Set the `parameters` field on the resulting resource block. When `null`, the `parameters` field will be omitted from the resulting object.\n - `platform_capabilities` (`list`): Set the `platform_capabilities` field on the resulting resource block. When `null`, the `platform_capabilities` field will be omitted from the resulting object.\n - `propagate_tags` (`bool`): Set the `propagate_tags` field on the resulting resource block. When `null`, the `propagate_tags` 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `retry_strategy` (`list[obj]`): Set the `retry_strategy` field on the resulting resource block. When `null`, the `retry_strategy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.retry_strategy.new](#fn-retry_strategynew) constructor.\n - `timeout` (`list[obj]`): Set the `timeout` field on the resulting resource block. When `null`, the `timeout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.timeout.new](#fn-timeoutnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + eks_properties:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.new` constructs a new object with attributes and blocks configured for the `eks_properties`\nTerraform sub block.\n\n\n\n**Args**:\n - `pod_properties` (`list[obj]`): Set the `pod_properties` field on the resulting object. When `null`, the `pod_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.batch_job_definition.eks_properties.pod_properties.new](#fn-eks_propertiespod_propertiesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `eks_properties` sub block.\n', args=[]), + new( + pod_properties=null + ):: std.prune(a={ + pod_properties: pod_properties, + }), + pod_properties:: { + containers:: { + env:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.containers.env.new` constructs a new object with attributes and blocks configured for the `env`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `env` sub block.\n', args=[]), + new( + name, + value + ):: std.prune(a={ + name: name, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.containers.new` constructs a new object with attributes and blocks configured for the `containers`\nTerraform sub block.\n\n\n\n**Args**:\n - `args` (`list`): Set the `args` field on the resulting object. When `null`, the `args` field will be omitted from the resulting object.\n - `command` (`list`): Set the `command` field on the resulting object. When `null`, the `command` field will be omitted from the resulting object.\n - `image` (`string`): Set the `image` field on the resulting object.\n - `image_pull_policy` (`string`): Set the `image_pull_policy` field on the resulting object. When `null`, the `image_pull_policy` field will be omitted from 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 - `env` (`list[obj]`): Set the `env` field on the resulting object. When `null`, the `env` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.env.new](#fn-eks_propertieseks_propertiespod_propertiesenvnew) constructor.\n - `resources` (`list[obj]`): Set the `resources` field on the resulting object. When `null`, the `resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.resources.new](#fn-eks_propertieseks_propertiespod_propertiesresourcesnew) constructor.\n - `security_context` (`list[obj]`): Set the `security_context` field on the resulting object. When `null`, the `security_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.security_context.new](#fn-eks_propertieseks_propertiespod_propertiessecurity_contextnew) constructor.\n - `volume_mounts` (`list[obj]`): Set the `volume_mounts` field on the resulting object. When `null`, the `volume_mounts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.volume_mounts.new](#fn-eks_propertieseks_propertiespod_propertiesvolume_mountsnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `containers` sub block.\n', args=[]), + new( + image, + args=null, + command=null, + env=null, + image_pull_policy=null, + name=null, + resources=null, + security_context=null, + volume_mounts=null + ):: std.prune(a={ + args: args, + command: command, + env: env, + image: image, + image_pull_policy: image_pull_policy, + name: name, + resources: resources, + security_context: security_context, + volume_mounts: volume_mounts, + }), + resources:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.containers.resources.new` constructs a new object with attributes and blocks configured for the `resources`\nTerraform sub block.\n\n\n\n**Args**:\n - `limits` (`obj`): Set the `limits` field on the resulting object. When `null`, the `limits` field will be omitted from the resulting object.\n - `requests` (`obj`): Set the `requests` field on the resulting object. When `null`, the `requests` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `resources` sub block.\n', args=[]), + new( + limits=null, + requests=null + ):: std.prune(a={ + limits: limits, + requests: requests, + }), + }, + security_context:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.containers.security_context.new` constructs a new object with attributes and blocks configured for the `security_context`\nTerraform sub block.\n\n\n\n**Args**:\n - `privileged` (`bool`): Set the `privileged` field on the resulting object. When `null`, the `privileged` field will be omitted from the resulting object.\n - `read_only_root_file_system` (`bool`): Set the `read_only_root_file_system` field on the resulting object. When `null`, the `read_only_root_file_system` field will be omitted from the resulting object.\n - `run_as_group` (`number`): Set the `run_as_group` field on the resulting object. When `null`, the `run_as_group` field will be omitted from the resulting object.\n - `run_as_non_root` (`bool`): Set the `run_as_non_root` field on the resulting object. When `null`, the `run_as_non_root` field will be omitted from the resulting object.\n - `run_as_user` (`number`): Set the `run_as_user` field on the resulting object. When `null`, the `run_as_user` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `security_context` sub block.\n', args=[]), + new( + privileged=null, + read_only_root_file_system=null, + run_as_group=null, + run_as_non_root=null, + run_as_user=null + ):: std.prune(a={ + privileged: privileged, + read_only_root_file_system: read_only_root_file_system, + run_as_group: run_as_group, + run_as_non_root: run_as_non_root, + run_as_user: run_as_user, + }), + }, + volume_mounts:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.containers.volume_mounts.new` constructs a new object with attributes and blocks configured for the `volume_mounts`\nTerraform sub block.\n\n\n\n**Args**:\n - `mount_path` (`string`): Set the `mount_path` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `read_only` (`bool`): Set the `read_only` field on the resulting object. When `null`, the `read_only` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `volume_mounts` sub block.\n', args=[]), + new( + mount_path, + name, + read_only=null + ):: std.prune(a={ + mount_path: mount_path, + name: name, + read_only: read_only, + }), + }, + }, + metadata:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.metadata.new` constructs a new object with attributes and blocks configured for the `metadata`\nTerraform sub block.\n\n\n\n**Args**:\n - `labels` (`obj`): Set the `labels` field on the resulting object. When `null`, the `labels` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `metadata` sub block.\n', args=[]), + new( + labels=null + ):: std.prune(a={ + labels: labels, + }), + }, + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.new` constructs a new object with attributes and blocks configured for the `pod_properties`\nTerraform sub block.\n\n\n\n**Args**:\n - `dns_policy` (`string`): Set the `dns_policy` field on the resulting object. When `null`, the `dns_policy` field will be omitted from the resulting object.\n - `host_network` (`bool`): Set the `host_network` field on the resulting object. When `null`, the `host_network` field will be omitted from the resulting object.\n - `service_account_name` (`string`): Set the `service_account_name` field on the resulting object. When `null`, the `service_account_name` field will be omitted from the resulting object.\n - `containers` (`list[obj]`): Set the `containers` field on the resulting object. When `null`, the `containers` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.new](#fn-eks_propertieseks_propertiescontainersnew) constructor.\n - `metadata` (`list[obj]`): Set the `metadata` field on the resulting object. When `null`, the `metadata` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.metadata.new](#fn-eks_propertieseks_propertiesmetadatanew) constructor.\n - `volumes` (`list[obj]`): Set the `volumes` field on the resulting object. When `null`, the `volumes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.new](#fn-eks_propertieseks_propertiesvolumesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `pod_properties` sub block.\n', args=[]), + new( + containers=null, + dns_policy=null, + host_network=null, + metadata=null, + service_account_name=null, + volumes=null + ):: std.prune(a={ + containers: containers, + dns_policy: dns_policy, + host_network: host_network, + metadata: metadata, + service_account_name: service_account_name, + volumes: volumes, + }), + volumes:: { + empty_dir:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.volumes.empty_dir.new` constructs a new object with attributes and blocks configured for the `empty_dir`\nTerraform sub block.\n\n\n\n**Args**:\n - `medium` (`string`): Set the `medium` field on the resulting object. When `null`, the `medium` field will be omitted from the resulting object.\n - `size_limit` (`string`): Set the `size_limit` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `empty_dir` sub block.\n', args=[]), + new( + size_limit, + medium=null + ):: std.prune(a={ + medium: medium, + size_limit: size_limit, + }), + }, + host_path:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.volumes.host_path.new` constructs a new object with attributes and blocks configured for the `host_path`\nTerraform sub block.\n\n\n\n**Args**:\n - `path` (`string`): Set the `path` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `host_path` sub block.\n', args=[]), + new( + path + ):: std.prune(a={ + path: path, + }), + }, + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.volumes.new` constructs a new object with attributes and blocks configured for the `volumes`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `empty_dir` (`list[obj]`): Set the `empty_dir` field on the resulting object. When `null`, the `empty_dir` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.empty_dir.new](#fn-eks_propertieseks_propertiespod_propertiesempty_dirnew) constructor.\n - `host_path` (`list[obj]`): Set the `host_path` field on the resulting object. When `null`, the `host_path` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.host_path.new](#fn-eks_propertieseks_propertiespod_propertieshost_pathnew) constructor.\n - `secret` (`list[obj]`): Set the `secret` field on the resulting object. When `null`, the `secret` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.secret.new](#fn-eks_propertieseks_propertiespod_propertiessecretnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `volumes` sub block.\n', args=[]), + new( + empty_dir=null, + host_path=null, + name=null, + secret=null + ):: std.prune(a={ + empty_dir: empty_dir, + host_path: host_path, + name: name, + secret: secret, + }), + secret:: { + '#new':: d.fn(help='\n`aws.batch_job_definition.eks_properties.pod_properties.volumes.secret.new` constructs a new object with attributes and blocks configured for the `secret`\nTerraform sub block.\n\n\n\n**Args**:\n - `optional` (`bool`): Set the `optional` field on the resulting object. When `null`, the `optional` field will be omitted from the resulting object.\n - `secret_name` (`string`): Set the `secret_name` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `secret` sub block.\n', args=[]), + new( + secret_name, + optional=null + ):: std.prune(a={ + optional: optional, + secret_name: secret_name, + }), + }, + }, + }, + }, + '#new':: d.fn(help="\n`aws.batch_job_definition.new` injects a new `aws_batch_job_definition` 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.batch_job_definition.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.batch_job_definition` using the reference:\n\n $._ref.aws_batch_job_definition.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_batch_job_definition.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 - `container_properties` (`string`): Set the `container_properties` field on the resulting resource block. When `null`, the `container_properties` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `node_properties` (`string`): Set the `node_properties` field on the resulting resource block. When `null`, the `node_properties` field will be omitted from the resulting object.\n - `parameters` (`obj`): Set the `parameters` field on the resulting resource block. When `null`, the `parameters` field will be omitted from the resulting object.\n - `platform_capabilities` (`list`): Set the `platform_capabilities` field on the resulting resource block. When `null`, the `platform_capabilities` field will be omitted from the resulting object.\n - `propagate_tags` (`bool`): Set the `propagate_tags` field on the resulting resource block. When `null`, the `propagate_tags` field will be omitted from the resulting object.\n - `scheduling_priority` (`number`): Set the `scheduling_priority` field on the resulting resource block. When `null`, the `scheduling_priority` 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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `eks_properties` (`list[obj]`): Set the `eks_properties` field on the resulting resource block. When `null`, the `eks_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.batch_job_definition.eks_properties.new](#fn-eks_propertiesnew) constructor.\n - `retry_strategy` (`list[obj]`): Set the `retry_strategy` field on the resulting resource block. When `null`, the `retry_strategy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.retry_strategy.new](#fn-retry_strategynew) constructor.\n - `timeout` (`list[obj]`): Set the `timeout` field on the resulting resource block. When `null`, the `timeout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.timeout.new](#fn-timeoutnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, name, type, container_properties=null, + eks_properties=null, node_properties=null, parameters=null, platform_capabilities=null, propagate_tags=null, retry_strategy=null, + scheduling_priority=null, tags=null, tags_all=null, timeout=null, @@ -22,12 +172,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( container_properties=container_properties, + eks_properties=eks_properties, name=name, node_properties=node_properties, parameters=parameters, platform_capabilities=platform_capabilities, propagate_tags=propagate_tags, retry_strategy=retry_strategy, + scheduling_priority=scheduling_priority, tags=tags, tags_all=tags_all, timeout=timeout, @@ -35,27 +187,31 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.batch_job_definition.newAttrs` constructs a new object with attributes and blocks configured for the `batch_job_definition`\nTerraform resource.\n\nUnlike [aws.batch_job_definition.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 - `container_properties` (`string`): Set the `container_properties` field on the resulting object. When `null`, the `container_properties` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `node_properties` (`string`): Set the `node_properties` field on the resulting object. When `null`, the `node_properties` field will be omitted from the resulting object.\n - `parameters` (`obj`): Set the `parameters` field on the resulting object. When `null`, the `parameters` field will be omitted from the resulting object.\n - `platform_capabilities` (`list`): Set the `platform_capabilities` field on the resulting object. When `null`, the `platform_capabilities` field will be omitted from the resulting object.\n - `propagate_tags` (`bool`): Set the `propagate_tags` field on the resulting object. When `null`, the `propagate_tags` 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 - `type` (`string`): Set the `type` field on the resulting object.\n - `retry_strategy` (`list[obj]`): Set the `retry_strategy` field on the resulting object. When `null`, the `retry_strategy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.retry_strategy.new](#fn-retry_strategynew) constructor.\n - `timeout` (`list[obj]`): Set the `timeout` field on the resulting object. When `null`, the `timeout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.timeout.new](#fn-timeoutnew) 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 `batch_job_definition` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.batch_job_definition.newAttrs` constructs a new object with attributes and blocks configured for the `batch_job_definition`\nTerraform resource.\n\nUnlike [aws.batch_job_definition.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 - `container_properties` (`string`): Set the `container_properties` field on the resulting object. When `null`, the `container_properties` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `node_properties` (`string`): Set the `node_properties` field on the resulting object. When `null`, the `node_properties` field will be omitted from the resulting object.\n - `parameters` (`obj`): Set the `parameters` field on the resulting object. When `null`, the `parameters` field will be omitted from the resulting object.\n - `platform_capabilities` (`list`): Set the `platform_capabilities` field on the resulting object. When `null`, the `platform_capabilities` field will be omitted from the resulting object.\n - `propagate_tags` (`bool`): Set the `propagate_tags` field on the resulting object. When `null`, the `propagate_tags` field will be omitted from the resulting object.\n - `scheduling_priority` (`number`): Set the `scheduling_priority` field on the resulting object. When `null`, the `scheduling_priority` 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 - `type` (`string`): Set the `type` field on the resulting object.\n - `eks_properties` (`list[obj]`): Set the `eks_properties` field on the resulting object. When `null`, the `eks_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.batch_job_definition.eks_properties.new](#fn-eks_propertiesnew) constructor.\n - `retry_strategy` (`list[obj]`): Set the `retry_strategy` field on the resulting object. When `null`, the `retry_strategy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.retry_strategy.new](#fn-retry_strategynew) constructor.\n - `timeout` (`list[obj]`): Set the `timeout` field on the resulting object. When `null`, the `timeout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.timeout.new](#fn-timeoutnew) 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 `batch_job_definition` resource into the root Terraform configuration.\n', args=[]), newAttrs( name, type, container_properties=null, + eks_properties=null, node_properties=null, parameters=null, platform_capabilities=null, propagate_tags=null, retry_strategy=null, + scheduling_priority=null, tags=null, tags_all=null, timeout=null ):: std.prune(a={ container_properties: container_properties, + eks_properties: eks_properties, name: name, node_properties: node_properties, parameters: parameters, platform_capabilities: platform_capabilities, propagate_tags: propagate_tags, retry_strategy: retry_strategy, + scheduling_priority: scheduling_priority, tags: tags, tags_all: tags_all, timeout: timeout, @@ -103,6 +259,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withEksProperties':: d.fn(help='`aws.list[obj].withEksProperties` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the eks_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].withEksPropertiesMixin](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 `eks_properties` field.\n', args=[]), + withEksProperties(resourceLabel, value): { + resource+: { + aws_batch_job_definition+: { + [resourceLabel]+: { + eks_properties: value, + }, + }, + }, + }, + '#withEksPropertiesMixin':: d.fn(help='`aws.list[obj].withEksPropertiesMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the eks_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].withEksProperties](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 `eks_properties` field.\n', args=[]), + withEksPropertiesMixin(resourceLabel, value): { + resource+: { + aws_batch_job_definition+: { + [resourceLabel]+: { + eks_properties+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#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+: { @@ -173,6 +349,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withSchedulingPriority':: d.fn(help='`aws.number.withSchedulingPriority` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the scheduling_priority field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `scheduling_priority` field.\n', args=[]), + withSchedulingPriority(resourceLabel, value): { + resource+: { + aws_batch_job_definition+: { + [resourceLabel]+: { + scheduling_priority: 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+: { diff --git a/5.x/_gen/resources/cloud9_environment_ec2.libsonnet b/5.x/_gen/resources/cloud9_environment_ec2.libsonnet index fa33e4ec..152ae7cd 100644 --- a/5.x/_gen/resources/cloud9_environment_ec2.libsonnet +++ b/5.x/_gen/resources/cloud9_environment_ec2.libsonnet @@ -2,15 +2,15 @@ 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='cloud9_environment_ec2', url='', help='`cloud9_environment_ec2` represents the `aws_cloud9_environment_ec2` 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.cloud9_environment_ec2.new` injects a new `aws_cloud9_environment_ec2` 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.cloud9_environment_ec2.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.cloud9_environment_ec2` using the reference:\n\n $._ref.aws_cloud9_environment_ec2.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_cloud9_environment_ec2.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 - `automatic_stop_time_minutes` (`number`): Set the `automatic_stop_time_minutes` field on the resulting resource block. When `null`, the `automatic_stop_time_minutes` field will be omitted from the resulting object.\n - `connection_type` (`string`): Set the `connection_type` field on the resulting resource block. When `null`, the `connection_type` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `image_id` (`string`): Set the `image_id` field on the resulting resource block. When `null`, the `image_id` field will be omitted from the resulting object.\n - `instance_type` (`string`): Set the `instance_type` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `owner_arn` (`string`): Set the `owner_arn` field on the resulting resource block. When `null`, the `owner_arn` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting resource block. When `null`, the `subnet_id` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.cloud9_environment_ec2.new` injects a new `aws_cloud9_environment_ec2` 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.cloud9_environment_ec2.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.cloud9_environment_ec2` using the reference:\n\n $._ref.aws_cloud9_environment_ec2.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_cloud9_environment_ec2.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 - `automatic_stop_time_minutes` (`number`): Set the `automatic_stop_time_minutes` field on the resulting resource block. When `null`, the `automatic_stop_time_minutes` field will be omitted from the resulting object.\n - `connection_type` (`string`): Set the `connection_type` field on the resulting resource block. When `null`, the `connection_type` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `image_id` (`string`): Set the `image_id` field on the resulting resource block.\n - `instance_type` (`string`): Set the `instance_type` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `owner_arn` (`string`): Set the `owner_arn` field on the resulting resource block. When `null`, the `owner_arn` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting resource block. When `null`, the `subnet_id` 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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, + image_id, instance_type, name, automatic_stop_time_minutes=null, connection_type=null, description=null, - image_id=null, owner_arn=null, subnet_id=null, tags=null, @@ -33,14 +33,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.cloud9_environment_ec2.newAttrs` constructs a new object with attributes and blocks configured for the `cloud9_environment_ec2`\nTerraform resource.\n\nUnlike [aws.cloud9_environment_ec2.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 - `automatic_stop_time_minutes` (`number`): Set the `automatic_stop_time_minutes` field on the resulting object. When `null`, the `automatic_stop_time_minutes` field will be omitted from the resulting object.\n - `connection_type` (`string`): Set the `connection_type` field on the resulting object. When `null`, the `connection_type` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `image_id` (`string`): Set the `image_id` field on the resulting object. When `null`, the `image_id` field will be omitted from the resulting object.\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `owner_arn` (`string`): Set the `owner_arn` field on the resulting object. When `null`, the `owner_arn` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting object. When `null`, the `subnet_id` 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\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 `cloud9_environment_ec2` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.cloud9_environment_ec2.newAttrs` constructs a new object with attributes and blocks configured for the `cloud9_environment_ec2`\nTerraform resource.\n\nUnlike [aws.cloud9_environment_ec2.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 - `automatic_stop_time_minutes` (`number`): Set the `automatic_stop_time_minutes` field on the resulting object. When `null`, the `automatic_stop_time_minutes` field will be omitted from the resulting object.\n - `connection_type` (`string`): Set the `connection_type` field on the resulting object. When `null`, the `connection_type` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `image_id` (`string`): Set the `image_id` field on the resulting object.\n - `instance_type` (`string`): Set the `instance_type` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `owner_arn` (`string`): Set the `owner_arn` field on the resulting object. When `null`, the `owner_arn` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting object. When `null`, the `subnet_id` 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\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 `cloud9_environment_ec2` resource into the root Terraform configuration.\n', args=[]), newAttrs( + image_id, instance_type, name, automatic_stop_time_minutes=null, connection_type=null, description=null, - image_id=null, owner_arn=null, subnet_id=null, tags=null, diff --git a/5.x/_gen/resources/codepipeline.libsonnet b/5.x/_gen/resources/codepipeline.libsonnet index d5695521..92de335c 100644 --- a/5.x/_gen/resources/codepipeline.libsonnet +++ b/5.x/_gen/resources/codepipeline.libsonnet @@ -24,15 +24,17 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); type: type, }), }, - '#new':: d.fn(help="\n`aws.codepipeline.new` injects a new `aws_codepipeline` 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.codepipeline.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.codepipeline` using the reference:\n\n $._ref.aws_codepipeline.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_codepipeline.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 - `role_arn` (`string`): Set the `role_arn` 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 - `artifact_store` (`list[obj]`): Set the `artifact_store` field on the resulting resource block. When `null`, the `artifact_store` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.artifact_store.new](#fn-artifact_storenew) constructor.\n - `stage` (`list[obj]`): Set the `stage` field on the resulting resource block. When `null`, the `stage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.stage.new](#fn-stagenew) 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.codepipeline.new` injects a new `aws_codepipeline` 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.codepipeline.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.codepipeline` using the reference:\n\n $._ref.aws_codepipeline.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_codepipeline.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 - `pipeline_type` (`string`): Set the `pipeline_type` field on the resulting resource block. When `null`, the `pipeline_type` field will be omitted from the resulting object.\n - `role_arn` (`string`): Set the `role_arn` 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 - `artifact_store` (`list[obj]`): Set the `artifact_store` field on the resulting resource block. When `null`, the `artifact_store` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.artifact_store.new](#fn-artifact_storenew) constructor.\n - `stage` (`list[obj]`): Set the `stage` field on the resulting resource block. When `null`, the `stage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.stage.new](#fn-stagenew) constructor.\n - `variable` (`list[obj]`): Set the `variable` field on the resulting resource block. When `null`, the `variable` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.variable.new](#fn-variablenew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, name, role_arn, artifact_store=null, + pipeline_type=null, stage=null, tags=null, tags_all=null, + variable=null, _meta={} ):: tf.withResource( type='aws_codepipeline', @@ -40,28 +42,34 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); attrs=self.newAttrs( artifact_store=artifact_store, name=name, + pipeline_type=pipeline_type, role_arn=role_arn, stage=stage, tags=tags, - tags_all=tags_all + tags_all=tags_all, + variable=variable ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.codepipeline.newAttrs` constructs a new object with attributes and blocks configured for the `codepipeline`\nTerraform resource.\n\nUnlike [aws.codepipeline.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 - `role_arn` (`string`): Set the `role_arn` 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 - `artifact_store` (`list[obj]`): Set the `artifact_store` field on the resulting object. When `null`, the `artifact_store` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.artifact_store.new](#fn-artifact_storenew) constructor.\n - `stage` (`list[obj]`): Set the `stage` field on the resulting object. When `null`, the `stage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.stage.new](#fn-stagenew) 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 `codepipeline` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.codepipeline.newAttrs` constructs a new object with attributes and blocks configured for the `codepipeline`\nTerraform resource.\n\nUnlike [aws.codepipeline.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 - `pipeline_type` (`string`): Set the `pipeline_type` field on the resulting object. When `null`, the `pipeline_type` field will be omitted from the resulting object.\n - `role_arn` (`string`): Set the `role_arn` 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 - `artifact_store` (`list[obj]`): Set the `artifact_store` field on the resulting object. When `null`, the `artifact_store` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.artifact_store.new](#fn-artifact_storenew) constructor.\n - `stage` (`list[obj]`): Set the `stage` field on the resulting object. When `null`, the `stage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.stage.new](#fn-stagenew) constructor.\n - `variable` (`list[obj]`): Set the `variable` field on the resulting object. When `null`, the `variable` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.variable.new](#fn-variablenew) 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 `codepipeline` resource into the root Terraform configuration.\n', args=[]), newAttrs( name, role_arn, artifact_store=null, + pipeline_type=null, stage=null, tags=null, - tags_all=null + tags_all=null, + variable=null ):: std.prune(a={ artifact_store: artifact_store, name: name, + pipeline_type: pipeline_type, role_arn: role_arn, stage: stage, tags: tags, tags_all: tags_all, + variable: variable, }), stage:: { action:: { @@ -103,6 +111,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); name: name, }), }, + variable:: { + '#new':: d.fn(help='\n`aws.codepipeline.variable.new` constructs a new object with attributes and blocks configured for the `variable`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_value` (`string`): Set the `default_value` field on the resulting object. When `null`, the `default_value` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `variable` sub block.\n', args=[]), + new( + name, + default_value=null, + description=null + ):: std.prune(a={ + default_value: default_value, + description: description, + name: name, + }), + }, '#withArtifactStore':: d.fn(help='`aws.list[obj].withArtifactStore` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the artifact_store 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].withArtifactStoreMixin](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 `artifact_store` field.\n', args=[]), withArtifactStore(resourceLabel, value): { resource+: { @@ -133,6 +153,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withPipelineType':: d.fn(help='`aws.string.withPipelineType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the pipeline_type 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 `pipeline_type` field.\n', args=[]), + withPipelineType(resourceLabel, value): { + resource+: { + aws_codepipeline+: { + [resourceLabel]+: { + pipeline_type: value, + }, + }, + }, + }, '#withRoleArn':: d.fn(help='`aws.string.withRoleArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the role_arn 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 `role_arn` field.\n', args=[]), withRoleArn(resourceLabel, value): { resource+: { @@ -183,4 +213,24 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withVariable':: d.fn(help='`aws.list[obj].withVariable` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the variable 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].withVariableMixin](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 `variable` field.\n', args=[]), + withVariable(resourceLabel, value): { + resource+: { + aws_codepipeline+: { + [resourceLabel]+: { + variable: value, + }, + }, + }, + }, + '#withVariableMixin':: d.fn(help='`aws.list[obj].withVariableMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the variable 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].withVariable](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 `variable` field.\n', args=[]), + withVariableMixin(resourceLabel, value): { + resource+: { + aws_codepipeline+: { + [resourceLabel]+: { + variable+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/ebs_fast_snapshot_restore.libsonnet b/5.x/_gen/resources/ebs_fast_snapshot_restore.libsonnet new file mode 100644 index 00000000..d74ad25d --- /dev/null +++ b/5.x/_gen/resources/ebs_fast_snapshot_restore.libsonnet @@ -0,0 +1,78 @@ +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='ebs_fast_snapshot_restore', url='', help='`ebs_fast_snapshot_restore` represents the `aws_ebs_fast_snapshot_restore` 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.ebs_fast_snapshot_restore.new` injects a new `aws_ebs_fast_snapshot_restore` 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.ebs_fast_snapshot_restore.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.ebs_fast_snapshot_restore` using the reference:\n\n $._ref.aws_ebs_fast_snapshot_restore.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_ebs_fast_snapshot_restore.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_zone` (`string`): Set the `availability_zone` field on the resulting resource block.\n - `snapshot_id` (`string`): Set the `snapshot_id` 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.ebs_fast_snapshot_restore.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, + availability_zone, + snapshot_id, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_ebs_fast_snapshot_restore', + label=resourceLabel, + attrs=self.newAttrs(availability_zone=availability_zone, snapshot_id=snapshot_id, timeouts=timeouts), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.ebs_fast_snapshot_restore.newAttrs` constructs a new object with attributes and blocks configured for the `ebs_fast_snapshot_restore`\nTerraform resource.\n\nUnlike [aws.ebs_fast_snapshot_restore.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_zone` (`string`): Set the `availability_zone` field on the resulting object.\n - `snapshot_id` (`string`): Set the `snapshot_id` 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.ebs_fast_snapshot_restore.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 `ebs_fast_snapshot_restore` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + availability_zone, + snapshot_id, + timeouts=null + ):: std.prune(a={ + availability_zone: availability_zone, + snapshot_id: snapshot_id, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.ebs_fast_snapshot_restore.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` 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 + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withAvailabilityZone':: d.fn(help='`aws.string.withAvailabilityZone` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the availability_zone 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 `availability_zone` field.\n', args=[]), + withAvailabilityZone(resourceLabel, value): { + resource+: { + aws_ebs_fast_snapshot_restore+: { + [resourceLabel]+: { + availability_zone: value, + }, + }, + }, + }, + '#withSnapshotId':: d.fn(help='`aws.string.withSnapshotId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the snapshot_id 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 `snapshot_id` field.\n', args=[]), + withSnapshotId(resourceLabel, value): { + resource+: { + aws_ebs_fast_snapshot_restore+: { + [resourceLabel]+: { + snapshot_id: value, + }, + }, + }, + }, + '#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_ebs_fast_snapshot_restore+: { + [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_ebs_fast_snapshot_restore+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/efs_file_system.libsonnet b/5.x/_gen/resources/efs_file_system.libsonnet index 535a5f03..619989d1 100644 --- a/5.x/_gen/resources/efs_file_system.libsonnet +++ b/5.x/_gen/resources/efs_file_system.libsonnet @@ -3,16 +3,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='efs_file_system', url='', help='`efs_file_system` represents the `aws_efs_file_system` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), lifecycle_policy:: { - '#new':: d.fn(help='\n`aws.efs_file_system.lifecycle_policy.new` constructs a new object with attributes and blocks configured for the `lifecycle_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `transition_to_ia` (`string`): Set the `transition_to_ia` field on the resulting object. When `null`, the `transition_to_ia` field will be omitted from the resulting object.\n - `transition_to_primary_storage_class` (`string`): Set the `transition_to_primary_storage_class` field on the resulting object. When `null`, the `transition_to_primary_storage_class` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `lifecycle_policy` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.efs_file_system.lifecycle_policy.new` constructs a new object with attributes and blocks configured for the `lifecycle_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `transition_to_archive` (`string`): Set the `transition_to_archive` field on the resulting object. When `null`, the `transition_to_archive` field will be omitted from the resulting object.\n - `transition_to_ia` (`string`): Set the `transition_to_ia` field on the resulting object. When `null`, the `transition_to_ia` field will be omitted from the resulting object.\n - `transition_to_primary_storage_class` (`string`): Set the `transition_to_primary_storage_class` field on the resulting object. When `null`, the `transition_to_primary_storage_class` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `lifecycle_policy` sub block.\n', args=[]), new( + transition_to_archive=null, transition_to_ia=null, transition_to_primary_storage_class=null ):: std.prune(a={ + transition_to_archive: transition_to_archive, transition_to_ia: transition_to_ia, transition_to_primary_storage_class: transition_to_primary_storage_class, }), }, - '#new':: d.fn(help="\n`aws.efs_file_system.new` injects a new `aws_efs_file_system` 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.efs_file_system.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.efs_file_system` using the reference:\n\n $._ref.aws_efs_file_system.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_efs_file_system.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_zone_name` (`string`): Set the `availability_zone_name` field on the resulting resource block. When `null`, the `availability_zone_name` field will be omitted from the resulting object.\n - `creation_token` (`string`): Set the `creation_token` field on the resulting resource block. When `null`, the `creation_token` field will be omitted from the resulting object.\n - `encrypted` (`bool`): Set the `encrypted` field on the resulting resource block. When `null`, the `encrypted` 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 - `performance_mode` (`string`): Set the `performance_mode` field on the resulting resource block. When `null`, the `performance_mode` field will be omitted from the resulting object.\n - `provisioned_throughput_in_mibps` (`number`): Set the `provisioned_throughput_in_mibps` field on the resulting resource block. When `null`, the `provisioned_throughput_in_mibps` 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 - `throughput_mode` (`string`): Set the `throughput_mode` field on the resulting resource block. When `null`, the `throughput_mode` field will be omitted from the resulting object.\n - `lifecycle_policy` (`list[obj]`): Set the `lifecycle_policy` field on the resulting resource block. When `null`, the `lifecycle_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.efs_file_system.lifecycle_policy.new](#fn-lifecycle_policynew) 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.efs_file_system.new` injects a new `aws_efs_file_system` 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.efs_file_system.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.efs_file_system` using the reference:\n\n $._ref.aws_efs_file_system.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_efs_file_system.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_zone_name` (`string`): Set the `availability_zone_name` field on the resulting resource block. When `null`, the `availability_zone_name` field will be omitted from the resulting object.\n - `creation_token` (`string`): Set the `creation_token` field on the resulting resource block. When `null`, the `creation_token` field will be omitted from the resulting object.\n - `encrypted` (`bool`): Set the `encrypted` field on the resulting resource block. When `null`, the `encrypted` 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 - `performance_mode` (`string`): Set the `performance_mode` field on the resulting resource block. When `null`, the `performance_mode` field will be omitted from the resulting object.\n - `provisioned_throughput_in_mibps` (`number`): Set the `provisioned_throughput_in_mibps` field on the resulting resource block. When `null`, the `provisioned_throughput_in_mibps` 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 - `throughput_mode` (`string`): Set the `throughput_mode` field on the resulting resource block. When `null`, the `throughput_mode` field will be omitted from the resulting object.\n - `lifecycle_policy` (`list[obj]`): Set the `lifecycle_policy` field on the resulting resource block. When `null`, the `lifecycle_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.efs_file_system.lifecycle_policy.new](#fn-lifecycle_policynew) constructor.\n - `protection` (`list[obj]`): Set the `protection` field on the resulting resource block. When `null`, the `protection` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.efs_file_system.protection.new](#fn-protectionnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, availability_zone_name=null, @@ -21,6 +23,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kms_key_id=null, lifecycle_policy=null, performance_mode=null, + protection=null, provisioned_throughput_in_mibps=null, tags=null, tags_all=null, @@ -36,6 +39,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kms_key_id=kms_key_id, lifecycle_policy=lifecycle_policy, performance_mode=performance_mode, + protection=protection, provisioned_throughput_in_mibps=provisioned_throughput_in_mibps, tags=tags, tags_all=tags_all, @@ -43,7 +47,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.efs_file_system.newAttrs` constructs a new object with attributes and blocks configured for the `efs_file_system`\nTerraform resource.\n\nUnlike [aws.efs_file_system.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_zone_name` (`string`): Set the `availability_zone_name` field on the resulting object. When `null`, the `availability_zone_name` field will be omitted from the resulting object.\n - `creation_token` (`string`): Set the `creation_token` field on the resulting object. When `null`, the `creation_token` field will be omitted from the resulting object.\n - `encrypted` (`bool`): Set the `encrypted` field on the resulting object. When `null`, the `encrypted` 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 - `performance_mode` (`string`): Set the `performance_mode` field on the resulting object. When `null`, the `performance_mode` field will be omitted from the resulting object.\n - `provisioned_throughput_in_mibps` (`number`): Set the `provisioned_throughput_in_mibps` field on the resulting object. When `null`, the `provisioned_throughput_in_mibps` 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 - `throughput_mode` (`string`): Set the `throughput_mode` field on the resulting object. When `null`, the `throughput_mode` field will be omitted from the resulting object.\n - `lifecycle_policy` (`list[obj]`): Set the `lifecycle_policy` field on the resulting object. When `null`, the `lifecycle_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.efs_file_system.lifecycle_policy.new](#fn-lifecycle_policynew) 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 `efs_file_system` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.efs_file_system.newAttrs` constructs a new object with attributes and blocks configured for the `efs_file_system`\nTerraform resource.\n\nUnlike [aws.efs_file_system.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_zone_name` (`string`): Set the `availability_zone_name` field on the resulting object. When `null`, the `availability_zone_name` field will be omitted from the resulting object.\n - `creation_token` (`string`): Set the `creation_token` field on the resulting object. When `null`, the `creation_token` field will be omitted from the resulting object.\n - `encrypted` (`bool`): Set the `encrypted` field on the resulting object. When `null`, the `encrypted` 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 - `performance_mode` (`string`): Set the `performance_mode` field on the resulting object. When `null`, the `performance_mode` field will be omitted from the resulting object.\n - `provisioned_throughput_in_mibps` (`number`): Set the `provisioned_throughput_in_mibps` field on the resulting object. When `null`, the `provisioned_throughput_in_mibps` 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 - `throughput_mode` (`string`): Set the `throughput_mode` field on the resulting object. When `null`, the `throughput_mode` field will be omitted from the resulting object.\n - `lifecycle_policy` (`list[obj]`): Set the `lifecycle_policy` field on the resulting object. When `null`, the `lifecycle_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.efs_file_system.lifecycle_policy.new](#fn-lifecycle_policynew) constructor.\n - `protection` (`list[obj]`): Set the `protection` field on the resulting object. When `null`, the `protection` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.efs_file_system.protection.new](#fn-protectionnew) 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 `efs_file_system` resource into the root Terraform configuration.\n', args=[]), newAttrs( availability_zone_name=null, creation_token=null, @@ -51,6 +55,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kms_key_id=null, lifecycle_policy=null, performance_mode=null, + protection=null, provisioned_throughput_in_mibps=null, tags=null, tags_all=null, @@ -62,11 +67,20 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); kms_key_id: kms_key_id, lifecycle_policy: lifecycle_policy, performance_mode: performance_mode, + protection: protection, provisioned_throughput_in_mibps: provisioned_throughput_in_mibps, tags: tags, tags_all: tags_all, throughput_mode: throughput_mode, }), + protection:: { + '#new':: d.fn(help='\n`aws.efs_file_system.protection.new` constructs a new object with attributes and blocks configured for the `protection`\nTerraform sub block.\n\n\n\n**Args**:\n - `replication_overwrite` (`string`): Set the `replication_overwrite` field on the resulting object. When `null`, the `replication_overwrite` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `protection` sub block.\n', args=[]), + new( + replication_overwrite=null + ):: std.prune(a={ + replication_overwrite: replication_overwrite, + }), + }, '#withAvailabilityZoneName':: d.fn(help='`aws.string.withAvailabilityZoneName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the availability_zone_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 `availability_zone_name` field.\n', args=[]), withAvailabilityZoneName(resourceLabel, value): { resource+: { @@ -137,6 +151,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withProtection':: d.fn(help='`aws.list[obj].withProtection` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the protection 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].withProtectionMixin](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 `protection` field.\n', args=[]), + withProtection(resourceLabel, value): { + resource+: { + aws_efs_file_system+: { + [resourceLabel]+: { + protection: value, + }, + }, + }, + }, + '#withProtectionMixin':: d.fn(help='`aws.list[obj].withProtectionMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the protection 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].withProtection](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 `protection` field.\n', args=[]), + withProtectionMixin(resourceLabel, value): { + resource+: { + aws_efs_file_system+: { + [resourceLabel]+: { + protection+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withProvisionedThroughputInMibps':: d.fn(help='`aws.number.withProvisionedThroughputInMibps` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the provisioned_throughput_in_mibps field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `provisioned_throughput_in_mibps` field.\n', args=[]), withProvisionedThroughputInMibps(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/efs_replication_configuration.libsonnet b/5.x/_gen/resources/efs_replication_configuration.libsonnet index 21555567..0312b6cd 100644 --- a/5.x/_gen/resources/efs_replication_configuration.libsonnet +++ b/5.x/_gen/resources/efs_replication_configuration.libsonnet @@ -3,13 +3,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='efs_replication_configuration', url='', help='`efs_replication_configuration` represents the `aws_efs_replication_configuration` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), destination:: { - '#new':: d.fn(help='\n`aws.efs_replication_configuration.destination.new` constructs a new object with attributes and blocks configured for the `destination`\nTerraform sub block.\n\n\n\n**Args**:\n - `availability_zone_name` (`string`): Set the `availability_zone_name` field on the resulting object. When `null`, the `availability_zone_name` 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 - `region` (`string`): Set the `region` field on the resulting object. When `null`, the `region` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `destination` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.efs_replication_configuration.destination.new` constructs a new object with attributes and blocks configured for the `destination`\nTerraform sub block.\n\n\n\n**Args**:\n - `availability_zone_name` (`string`): Set the `availability_zone_name` field on the resulting object. When `null`, the `availability_zone_name` field will be omitted from the resulting object.\n - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object. When `null`, the `file_system_id` 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 - `region` (`string`): Set the `region` field on the resulting object. When `null`, the `region` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `destination` sub block.\n', args=[]), new( availability_zone_name=null, + file_system_id=null, kms_key_id=null, region=null ):: std.prune(a={ availability_zone_name: availability_zone_name, + file_system_id: file_system_id, kms_key_id: kms_key_id, region: region, }), diff --git a/5.x/_gen/resources/elasticache_serverless_cache.libsonnet b/5.x/_gen/resources/elasticache_serverless_cache.libsonnet new file mode 100644 index 00000000..def4b654 --- /dev/null +++ b/5.x/_gen/resources/elasticache_serverless_cache.libsonnet @@ -0,0 +1,276 @@ +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='elasticache_serverless_cache', url='', help='`elasticache_serverless_cache` represents the `aws_elasticache_serverless_cache` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + cache_usage_limits:: { + data_storage:: { + '#new':: d.fn(help='\n`aws.elasticache_serverless_cache.cache_usage_limits.data_storage.new` constructs a new object with attributes and blocks configured for the `data_storage`\nTerraform sub block.\n\n\n\n**Args**:\n - `maximum` (`number`): Set the `maximum` field on the resulting object.\n - `unit` (`string`): Set the `unit` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `data_storage` sub block.\n', args=[]), + new( + maximum, + unit + ):: std.prune(a={ + maximum: maximum, + unit: unit, + }), + }, + ecpu_per_second:: { + '#new':: d.fn(help='\n`aws.elasticache_serverless_cache.cache_usage_limits.ecpu_per_second.new` constructs a new object with attributes and blocks configured for the `ecpu_per_second`\nTerraform sub block.\n\n\n\n**Args**:\n - `maximum` (`number`): Set the `maximum` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ecpu_per_second` sub block.\n', args=[]), + new( + maximum + ):: std.prune(a={ + maximum: maximum, + }), + }, + '#new':: d.fn(help='\n`aws.elasticache_serverless_cache.cache_usage_limits.new` constructs a new object with attributes and blocks configured for the `cache_usage_limits`\nTerraform sub block.\n\n\n\n**Args**:\n - `data_storage` (`list[obj]`): Set the `data_storage` field on the resulting object. When `null`, the `data_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.data_storage.new](#fn-cache_usage_limitsdata_storagenew) constructor.\n - `ecpu_per_second` (`list[obj]`): Set the `ecpu_per_second` field on the resulting object. When `null`, the `ecpu_per_second` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.ecpu_per_second.new](#fn-cache_usage_limitsecpu_per_secondnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `cache_usage_limits` sub block.\n', args=[]), + new( + data_storage=null, + ecpu_per_second=null + ):: std.prune(a={ + data_storage: data_storage, + ecpu_per_second: ecpu_per_second, + }), + }, + '#new':: d.fn(help="\n`aws.elasticache_serverless_cache.new` injects a new `aws_elasticache_serverless_cache` 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.elasticache_serverless_cache.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.elasticache_serverless_cache` using the reference:\n\n $._ref.aws_elasticache_serverless_cache.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_elasticache_serverless_cache.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 - `daily_snapshot_time` (`string`): Set the `daily_snapshot_time` field on the resulting resource block. When `null`, the `daily_snapshot_time` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block.\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 - `major_engine_version` (`string`): Set the `major_engine_version` field on the resulting resource block. When `null`, the `major_engine_version` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `snapshot_arns_to_restore` (`list`): Set the `snapshot_arns_to_restore` field on the resulting resource block. When `null`, the `snapshot_arns_to_restore` field will be omitted from the resulting object.\n - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting resource block. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` 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 - `user_group_id` (`string`): Set the `user_group_id` field on the resulting resource block. When `null`, the `user_group_id` field will be omitted from the resulting object.\n - `cache_usage_limits` (`list[obj]`): Set the `cache_usage_limits` field on the resulting resource block. When `null`, the `cache_usage_limits` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.new](#fn-cache_usage_limitsnew) 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.elasticache_serverless_cache.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, + name, + cache_usage_limits=null, + daily_snapshot_time=null, + description=null, + kms_key_id=null, + major_engine_version=null, + security_group_ids=null, + snapshot_arns_to_restore=null, + snapshot_retention_limit=null, + subnet_ids=null, + tags=null, + timeouts=null, + user_group_id=null, + _meta={} + ):: tf.withResource( + type='aws_elasticache_serverless_cache', + label=resourceLabel, + attrs=self.newAttrs( + cache_usage_limits=cache_usage_limits, + daily_snapshot_time=daily_snapshot_time, + description=description, + engine=engine, + kms_key_id=kms_key_id, + major_engine_version=major_engine_version, + name=name, + security_group_ids=security_group_ids, + snapshot_arns_to_restore=snapshot_arns_to_restore, + snapshot_retention_limit=snapshot_retention_limit, + subnet_ids=subnet_ids, + tags=tags, + timeouts=timeouts, + user_group_id=user_group_id + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.elasticache_serverless_cache.newAttrs` constructs a new object with attributes and blocks configured for the `elasticache_serverless_cache`\nTerraform resource.\n\nUnlike [aws.elasticache_serverless_cache.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 - `daily_snapshot_time` (`string`): Set the `daily_snapshot_time` field on the resulting object. When `null`, the `daily_snapshot_time` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on 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 - `major_engine_version` (`string`): Set the `major_engine_version` field on the resulting object. When `null`, the `major_engine_version` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `snapshot_arns_to_restore` (`list`): Set the `snapshot_arns_to_restore` field on the resulting object. When `null`, the `snapshot_arns_to_restore` field will be omitted from the resulting object.\n - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting object. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` 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 - `user_group_id` (`string`): Set the `user_group_id` field on the resulting object. When `null`, the `user_group_id` field will be omitted from the resulting object.\n - `cache_usage_limits` (`list[obj]`): Set the `cache_usage_limits` field on the resulting object. When `null`, the `cache_usage_limits` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.new](#fn-cache_usage_limitsnew) 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.elasticache_serverless_cache.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 `elasticache_serverless_cache` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + engine, + name, + cache_usage_limits=null, + daily_snapshot_time=null, + description=null, + kms_key_id=null, + major_engine_version=null, + security_group_ids=null, + snapshot_arns_to_restore=null, + snapshot_retention_limit=null, + subnet_ids=null, + tags=null, + timeouts=null, + user_group_id=null + ):: std.prune(a={ + cache_usage_limits: cache_usage_limits, + daily_snapshot_time: daily_snapshot_time, + description: description, + engine: engine, + kms_key_id: kms_key_id, + major_engine_version: major_engine_version, + name: name, + security_group_ids: security_group_ids, + snapshot_arns_to_restore: snapshot_arns_to_restore, + snapshot_retention_limit: snapshot_retention_limit, + subnet_ids: subnet_ids, + tags: tags, + timeouts: timeouts, + user_group_id: user_group_id, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.elasticache_serverless_cache.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object.\n - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withCacheUsageLimits':: d.fn(help='`aws.list[obj].withCacheUsageLimits` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the cache_usage_limits 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].withCacheUsageLimitsMixin](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 `cache_usage_limits` field.\n', args=[]), + withCacheUsageLimits(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + cache_usage_limits: value, + }, + }, + }, + }, + '#withCacheUsageLimitsMixin':: d.fn(help='`aws.list[obj].withCacheUsageLimitsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the cache_usage_limits 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].withCacheUsageLimits](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 `cache_usage_limits` field.\n', args=[]), + withCacheUsageLimitsMixin(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + cache_usage_limits+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withDailySnapshotTime':: d.fn(help='`aws.string.withDailySnapshotTime` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the daily_snapshot_time 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 `daily_snapshot_time` field.\n', args=[]), + withDailySnapshotTime(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + daily_snapshot_time: value, + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withEngine':: d.fn(help='`aws.string.withEngine` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the engine 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 `engine` field.\n', args=[]), + withEngine(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + engine: value, + }, + }, + }, + }, + '#withKmsKeyId':: d.fn(help='`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_id 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 `kms_key_id` field.\n', args=[]), + withKmsKeyId(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + kms_key_id: value, + }, + }, + }, + }, + '#withMajorEngineVersion':: d.fn(help='`aws.string.withMajorEngineVersion` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the major_engine_version 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 `major_engine_version` field.\n', args=[]), + withMajorEngineVersion(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + major_engine_version: value, + }, + }, + }, + }, + '#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_elasticache_serverless_cache+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withSecurityGroupIds':: d.fn(help='`aws.list.withSecurityGroupIds` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the security_group_ids field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `security_group_ids` field.\n', args=[]), + withSecurityGroupIds(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + security_group_ids: value, + }, + }, + }, + }, + '#withSnapshotArnsToRestore':: d.fn(help='`aws.list.withSnapshotArnsToRestore` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the snapshot_arns_to_restore field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `snapshot_arns_to_restore` field.\n', args=[]), + withSnapshotArnsToRestore(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + snapshot_arns_to_restore: value, + }, + }, + }, + }, + '#withSnapshotRetentionLimit':: d.fn(help='`aws.number.withSnapshotRetentionLimit` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the snapshot_retention_limit field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `snapshot_retention_limit` field.\n', args=[]), + withSnapshotRetentionLimit(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + snapshot_retention_limit: value, + }, + }, + }, + }, + '#withSubnetIds':: d.fn(help='`aws.list.withSubnetIds` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the subnet_ids field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `subnet_ids` field.\n', args=[]), + withSubnetIds(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + subnet_ids: 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_elasticache_serverless_cache+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#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_elasticache_serverless_cache+: { + [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_elasticache_serverless_cache+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, + '#withUserGroupId':: d.fn(help='`aws.string.withUserGroupId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the user_group_id 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 `user_group_id` field.\n', args=[]), + withUserGroupId(resourceLabel, value): { + resource+: { + aws_elasticache_serverless_cache+: { + [resourceLabel]+: { + user_group_id: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/fsx_ontap_file_system.libsonnet b/5.x/_gen/resources/fsx_ontap_file_system.libsonnet index 67da6add..4b542fb6 100644 --- a/5.x/_gen/resources/fsx_ontap_file_system.libsonnet +++ b/5.x/_gen/resources/fsx_ontap_file_system.libsonnet @@ -12,18 +12,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); mode: mode, }), }, - '#new':: d.fn(help="\n`aws.fsx_ontap_file_system.new` injects a new `aws_fsx_ontap_file_system` 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.fsx_ontap_file_system.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.fsx_ontap_file_system` using the reference:\n\n $._ref.aws_fsx_ontap_file_system.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_fsx_ontap_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting resource block. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting resource block. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting resource block.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting resource block. When `null`, the `endpoint_ip_address_range` field will be omitted from the resulting object.\n - `fsx_admin_password` (`string`): Set the `fsx_admin_password` field on the resulting resource block. When `null`, the `fsx_admin_password` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting resource block.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting resource block. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting resource block. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting resource block.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting resource block. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting resource block. When `null`, the `disk_iops_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.fsx_ontap_file_system.disk_iops_configuration.new](#fn-disk_iops_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.fsx_ontap_file_system.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.fsx_ontap_file_system.new` injects a new `aws_fsx_ontap_file_system` 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.fsx_ontap_file_system.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.fsx_ontap_file_system` using the reference:\n\n $._ref.aws_fsx_ontap_file_system.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_fsx_ontap_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting resource block. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting resource block. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting resource block.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting resource block. When `null`, the `endpoint_ip_address_range` field will be omitted from the resulting object.\n - `fsx_admin_password` (`string`): Set the `fsx_admin_password` field on the resulting resource block. When `null`, the `fsx_admin_password` field will be omitted from the resulting object.\n - `ha_pairs` (`number`): Set the `ha_pairs` field on the resulting resource block. When `null`, the `ha_pairs` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting resource block.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting resource block. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting resource block. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting resource block. When `null`, the `throughput_capacity` field will be omitted from the resulting object.\n - `throughput_capacity_per_ha_pair` (`number`): Set the `throughput_capacity_per_ha_pair` field on the resulting resource block. When `null`, the `throughput_capacity_per_ha_pair` field will be omitted from the resulting object.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting resource block. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting resource block. When `null`, the `disk_iops_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.fsx_ontap_file_system.disk_iops_configuration.new](#fn-disk_iops_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.fsx_ontap_file_system.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, deployment_type, preferred_subnet_id, subnet_ids, - throughput_capacity, automatic_backup_retention_days=null, daily_automatic_backup_start_time=null, disk_iops_configuration=null, endpoint_ip_address_range=null, fsx_admin_password=null, + ha_pairs=null, kms_key_id=null, route_table_ids=null, security_group_ids=null, @@ -31,6 +31,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); storage_type=null, tags=null, tags_all=null, + throughput_capacity=null, + throughput_capacity_per_ha_pair=null, timeouts=null, weekly_maintenance_start_time=null, _meta={} @@ -44,6 +46,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); disk_iops_configuration=disk_iops_configuration, endpoint_ip_address_range=endpoint_ip_address_range, fsx_admin_password=fsx_admin_password, + ha_pairs=ha_pairs, kms_key_id=kms_key_id, preferred_subnet_id=preferred_subnet_id, route_table_ids=route_table_ids, @@ -54,22 +57,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags=tags, tags_all=tags_all, throughput_capacity=throughput_capacity, + throughput_capacity_per_ha_pair=throughput_capacity_per_ha_pair, timeouts=timeouts, weekly_maintenance_start_time=weekly_maintenance_start_time ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.fsx_ontap_file_system.newAttrs` constructs a new object with attributes and blocks configured for the `fsx_ontap_file_system`\nTerraform resource.\n\nUnlike [aws.fsx_ontap_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting object. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting object. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting object.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting object. When `null`, the `endpoint_ip_address_range` field will be omitted from the resulting object.\n - `fsx_admin_password` (`string`): Set the `fsx_admin_password` field on the resulting object. When `null`, the `fsx_admin_password` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting object.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting object. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting object. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting object.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting object. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting object. When `null`, the `disk_iops_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.fsx_ontap_file_system.disk_iops_configuration.new](#fn-disk_iops_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.fsx_ontap_file_system.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 `fsx_ontap_file_system` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.fsx_ontap_file_system.newAttrs` constructs a new object with attributes and blocks configured for the `fsx_ontap_file_system`\nTerraform resource.\n\nUnlike [aws.fsx_ontap_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting object. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting object. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting object.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting object. When `null`, the `endpoint_ip_address_range` field will be omitted from the resulting object.\n - `fsx_admin_password` (`string`): Set the `fsx_admin_password` field on the resulting object. When `null`, the `fsx_admin_password` field will be omitted from the resulting object.\n - `ha_pairs` (`number`): Set the `ha_pairs` field on the resulting object. When `null`, the `ha_pairs` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting object.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting object. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting object. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting object. When `null`, the `throughput_capacity` field will be omitted from the resulting object.\n - `throughput_capacity_per_ha_pair` (`number`): Set the `throughput_capacity_per_ha_pair` field on the resulting object. When `null`, the `throughput_capacity_per_ha_pair` field will be omitted from the resulting object.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting object. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting object. When `null`, the `disk_iops_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.fsx_ontap_file_system.disk_iops_configuration.new](#fn-disk_iops_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.fsx_ontap_file_system.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 `fsx_ontap_file_system` resource into the root Terraform configuration.\n', args=[]), newAttrs( deployment_type, preferred_subnet_id, subnet_ids, - throughput_capacity, automatic_backup_retention_days=null, daily_automatic_backup_start_time=null, disk_iops_configuration=null, endpoint_ip_address_range=null, fsx_admin_password=null, + ha_pairs=null, kms_key_id=null, route_table_ids=null, security_group_ids=null, @@ -77,6 +81,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); storage_type=null, tags=null, tags_all=null, + throughput_capacity=null, + throughput_capacity_per_ha_pair=null, timeouts=null, weekly_maintenance_start_time=null ):: std.prune(a={ @@ -86,6 +92,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); disk_iops_configuration: disk_iops_configuration, endpoint_ip_address_range: endpoint_ip_address_range, fsx_admin_password: fsx_admin_password, + ha_pairs: ha_pairs, kms_key_id: kms_key_id, preferred_subnet_id: preferred_subnet_id, route_table_ids: route_table_ids, @@ -96,6 +103,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags: tags, tags_all: tags_all, throughput_capacity: throughput_capacity, + throughput_capacity_per_ha_pair: throughput_capacity_per_ha_pair, timeouts: timeouts, weekly_maintenance_start_time: weekly_maintenance_start_time, }), @@ -181,6 +189,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withHaPairs':: d.fn(help='`aws.number.withHaPairs` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the ha_pairs field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `ha_pairs` field.\n', args=[]), + withHaPairs(resourceLabel, value): { + resource+: { + aws_fsx_ontap_file_system+: { + [resourceLabel]+: { + ha_pairs: value, + }, + }, + }, + }, '#withKmsKeyId':: d.fn(help='`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_id 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 `kms_key_id` field.\n', args=[]), withKmsKeyId(resourceLabel, value): { resource+: { @@ -281,6 +299,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withThroughputCapacityPerHaPair':: d.fn(help='`aws.number.withThroughputCapacityPerHaPair` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the throughput_capacity_per_ha_pair field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `throughput_capacity_per_ha_pair` field.\n', args=[]), + withThroughputCapacityPerHaPair(resourceLabel, value): { + resource+: { + aws_fsx_ontap_file_system+: { + [resourceLabel]+: { + throughput_capacity_per_ha_pair: value, + }, + }, + }, + }, '#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+: { diff --git a/5.x/_gen/resources/glue_catalog_table.libsonnet b/5.x/_gen/resources/glue_catalog_table.libsonnet index 039caad5..66603c14 100644 --- a/5.x/_gen/resources/glue_catalog_table.libsonnet +++ b/5.x/_gen/resources/glue_catalog_table.libsonnet @@ -222,15 +222,17 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, target_table:: { - '#new':: d.fn(help='\n`aws.glue_catalog_table.target_table.new` constructs a new object with attributes and blocks configured for the `target_table`\nTerraform sub block.\n\n\n\n**Args**:\n - `catalog_id` (`string`): Set the `catalog_id` field on the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `target_table` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.glue_catalog_table.target_table.new` constructs a new object with attributes and blocks configured for the `target_table`\nTerraform sub block.\n\n\n\n**Args**:\n - `catalog_id` (`string`): Set the `catalog_id` field on the resulting object.\n - `database_name` (`string`): Set the `database_name` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `region` (`string`): Set the `region` field on the resulting object. When `null`, the `region` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `target_table` sub block.\n', args=[]), new( catalog_id, database_name, - name + name, + region=null ):: std.prune(a={ catalog_id: catalog_id, database_name: database_name, name: name, + region: region, }), }, '#withCatalogId':: d.fn(help='`aws.string.withCatalogId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the catalog_id 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 `catalog_id` field.\n', args=[]), diff --git a/5.x/_gen/resources/glue_classifier.libsonnet b/5.x/_gen/resources/glue_classifier.libsonnet index 6ff9fca2..36188fee 100644 --- a/5.x/_gen/resources/glue_classifier.libsonnet +++ b/5.x/_gen/resources/glue_classifier.libsonnet @@ -3,7 +3,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); { '#':: d.pkg(name='glue_classifier', url='', help='`glue_classifier` represents the `aws_glue_classifier` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), csv_classifier:: { - '#new':: d.fn(help='\n`aws.glue_classifier.csv_classifier.new` constructs a new object with attributes and blocks configured for the `csv_classifier`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_single_column` (`bool`): Set the `allow_single_column` field on the resulting object. When `null`, the `allow_single_column` field will be omitted from the resulting object.\n - `contains_header` (`string`): Set the `contains_header` field on the resulting object. When `null`, the `contains_header` field will be omitted from the resulting object.\n - `custom_datatype_configured` (`bool`): Set the `custom_datatype_configured` field on the resulting object. When `null`, the `custom_datatype_configured` field will be omitted from the resulting object.\n - `custom_datatypes` (`list`): Set the `custom_datatypes` field on the resulting object. When `null`, the `custom_datatypes` field will be omitted from the resulting object.\n - `delimiter` (`string`): Set the `delimiter` field on the resulting object. When `null`, the `delimiter` field will be omitted from the resulting object.\n - `disable_value_trimming` (`bool`): Set the `disable_value_trimming` field on the resulting object. When `null`, the `disable_value_trimming` field will be omitted from the resulting object.\n - `header` (`list`): Set the `header` field on the resulting object. When `null`, the `header` field will be omitted from the resulting object.\n - `quote_symbol` (`string`): Set the `quote_symbol` field on the resulting object. When `null`, the `quote_symbol` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `csv_classifier` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.glue_classifier.csv_classifier.new` constructs a new object with attributes and blocks configured for the `csv_classifier`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_single_column` (`bool`): Set the `allow_single_column` field on the resulting object. When `null`, the `allow_single_column` field will be omitted from the resulting object.\n - `contains_header` (`string`): Set the `contains_header` field on the resulting object. When `null`, the `contains_header` field will be omitted from the resulting object.\n - `custom_datatype_configured` (`bool`): Set the `custom_datatype_configured` field on the resulting object. When `null`, the `custom_datatype_configured` field will be omitted from the resulting object.\n - `custom_datatypes` (`list`): Set the `custom_datatypes` field on the resulting object. When `null`, the `custom_datatypes` field will be omitted from the resulting object.\n - `delimiter` (`string`): Set the `delimiter` field on the resulting object. When `null`, the `delimiter` field will be omitted from the resulting object.\n - `disable_value_trimming` (`bool`): Set the `disable_value_trimming` field on the resulting object. When `null`, the `disable_value_trimming` field will be omitted from the resulting object.\n - `header` (`list`): Set the `header` field on the resulting object. When `null`, the `header` field will be omitted from the resulting object.\n - `quote_symbol` (`string`): Set the `quote_symbol` field on the resulting object. When `null`, the `quote_symbol` field will be omitted from the resulting object.\n - `serde` (`string`): Set the `serde` field on the resulting object. When `null`, the `serde` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `csv_classifier` sub block.\n', args=[]), new( allow_single_column=null, contains_header=null, @@ -12,7 +12,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); delimiter=null, disable_value_trimming=null, header=null, - quote_symbol=null + quote_symbol=null, + serde=null ):: std.prune(a={ allow_single_column: allow_single_column, contains_header: contains_header, @@ -22,6 +23,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); disable_value_trimming: disable_value_trimming, header: header, quote_symbol: quote_symbol, + serde: serde, }), }, grok_classifier:: { diff --git a/5.x/_gen/resources/imagebuilder_workflow.libsonnet b/5.x/_gen/resources/imagebuilder_workflow.libsonnet new file mode 100644 index 00000000..365dbfbe --- /dev/null +++ b/5.x/_gen/resources/imagebuilder_workflow.libsonnet @@ -0,0 +1,160 @@ +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='imagebuilder_workflow', url='', help='`imagebuilder_workflow` represents the `aws_imagebuilder_workflow` 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.imagebuilder_workflow.new` injects a new `aws_imagebuilder_workflow` 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.imagebuilder_workflow.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.imagebuilder_workflow` using the reference:\n\n $._ref.aws_imagebuilder_workflow.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_imagebuilder_workflow.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 - `change_description` (`string`): Set the `change_description` field on the resulting resource block. When `null`, the `change_description` field will be omitted from the resulting object.\n - `data` (`string`): Set the `data` field on the resulting resource block. When `null`, the `data` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` 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 - `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 - `type` (`string`): Set the `type` field on the resulting resource block.\n - `uri` (`string`): Set the `uri` field on the resulting resource block. When `null`, the `uri` field will be omitted from the resulting object.\n - `version` (`string`): Set the `version` 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, + name, + type, + version, + change_description=null, + data=null, + description=null, + kms_key_id=null, + tags=null, + tags_all=null, + uri=null, + _meta={} + ):: tf.withResource( + type='aws_imagebuilder_workflow', + label=resourceLabel, + attrs=self.newAttrs( + change_description=change_description, + data=data, + description=description, + kms_key_id=kms_key_id, + name=name, + tags=tags, + tags_all=tags_all, + type=type, + uri=uri, + version=version + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.imagebuilder_workflow.newAttrs` constructs a new object with attributes and blocks configured for the `imagebuilder_workflow`\nTerraform resource.\n\nUnlike [aws.imagebuilder_workflow.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 - `change_description` (`string`): Set the `change_description` field on the resulting object. When `null`, the `change_description` field will be omitted from the resulting object.\n - `data` (`string`): Set the `data` field on the resulting object. When `null`, the `data` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` 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 - `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 - `type` (`string`): Set the `type` field on the resulting object.\n - `uri` (`string`): Set the `uri` field on the resulting object. When `null`, the `uri` field will be omitted from the resulting object.\n - `version` (`string`): Set the `version` 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 `imagebuilder_workflow` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + name, + type, + version, + change_description=null, + data=null, + description=null, + kms_key_id=null, + tags=null, + tags_all=null, + uri=null + ):: std.prune(a={ + change_description: change_description, + data: data, + description: description, + kms_key_id: kms_key_id, + name: name, + tags: tags, + tags_all: tags_all, + type: type, + uri: uri, + version: version, + }), + '#withChangeDescription':: d.fn(help='`aws.string.withChangeDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the change_description 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 `change_description` field.\n', args=[]), + withChangeDescription(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + change_description: value, + }, + }, + }, + }, + '#withData':: d.fn(help='`aws.string.withData` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the data 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 `data` field.\n', args=[]), + withData(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + data: value, + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withKmsKeyId':: d.fn(help='`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_id 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 `kms_key_id` field.\n', args=[]), + withKmsKeyId(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + kms_key_id: value, + }, + }, + }, + }, + '#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_imagebuilder_workflow+: { + [resourceLabel]+: { + name: 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_imagebuilder_workflow+: { + [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_imagebuilder_workflow+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#withType':: d.fn(help='`aws.string.withType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the type 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 `type` field.\n', args=[]), + withType(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + type: value, + }, + }, + }, + }, + '#withUri':: d.fn(help='`aws.string.withUri` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the uri 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 `uri` field.\n', args=[]), + withUri(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + uri: value, + }, + }, + }, + }, + '#withVersion':: d.fn(help='`aws.string.withVersion` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the version 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 `version` field.\n', args=[]), + withVersion(resourceLabel, value): { + resource+: { + aws_imagebuilder_workflow+: { + [resourceLabel]+: { + version: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/kinesis_firehose_delivery_stream.libsonnet b/5.x/_gen/resources/kinesis_firehose_delivery_stream.libsonnet index a35f923f..82a30b74 100644 --- a/5.x/_gen/resources/kinesis_firehose_delivery_stream.libsonnet +++ b/5.x/_gen/resources/kinesis_firehose_delivery_stream.libsonnet @@ -640,7 +640,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); log_stream_name: log_stream_name, }), }, - '#new':: d.fn(help='\n`aws.kinesis_firehose_delivery_stream.opensearch_configuration.new` constructs a new object with attributes and blocks configured for the `opensearch_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `buffering_interval` (`number`): Set the `buffering_interval` field on the resulting object. When `null`, the `buffering_interval` field will be omitted from the resulting object.\n - `buffering_size` (`number`): Set the `buffering_size` field on the resulting object. When `null`, the `buffering_size` field will be omitted from the resulting object.\n - `cluster_endpoint` (`string`): Set the `cluster_endpoint` field on the resulting object. When `null`, the `cluster_endpoint` field will be omitted from the resulting object.\n - `domain_arn` (`string`): Set the `domain_arn` field on the resulting object. When `null`, the `domain_arn` field will be omitted from the resulting object.\n - `index_name` (`string`): Set the `index_name` field on the resulting object.\n - `index_rotation_period` (`string`): Set the `index_rotation_period` field on the resulting object. When `null`, the `index_rotation_period` field will be omitted from the resulting object.\n - `retry_duration` (`number`): Set the `retry_duration` field on the resulting object. When `null`, the `retry_duration` field will be omitted from the resulting object.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting object.\n - `s3_backup_mode` (`string`): Set the `s3_backup_mode` field on the resulting object. When `null`, the `s3_backup_mode` field will be omitted from the resulting object.\n - `type_name` (`string`): Set the `type_name` field on the resulting object. When `null`, the `type_name` field will be omitted from the resulting object.\n - `cloudwatch_logging_options` (`list[obj]`): Set the `cloudwatch_logging_options` field on the resulting object. When `null`, the `cloudwatch_logging_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.kinesis_firehose_delivery_stream.opensearch_configuration.cloudwatch_logging_options.new](#fn-opensearch_configurationcloudwatch_logging_optionsnew) constructor.\n - `processing_configuration` (`list[obj]`): Set the `processing_configuration` field on the resulting object. When `null`, the `processing_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.kinesis_firehose_delivery_stream.opensearch_configuration.processing_configuration.new](#fn-opensearch_configurationprocessing_configurationnew) constructor.\n - `s3_configuration` (`list[obj]`): Set the `s3_configuration` field on the resulting object. When `null`, the `s3_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.kinesis_firehose_delivery_stream.opensearch_configuration.s3_configuration.new](#fn-opensearch_configurations3_configurationnew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.kinesis_firehose_delivery_stream.opensearch_configuration.vpc_config.new](#fn-opensearch_configurationvpc_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `opensearch_configuration` sub block.\n', args=[]), + document_id_options:: { + '#new':: d.fn(help='\n`aws.kinesis_firehose_delivery_stream.opensearch_configuration.document_id_options.new` constructs a new object with attributes and blocks configured for the `document_id_options`\nTerraform sub block.\n\n\n\n**Args**:\n - `default_document_id_format` (`string`): Set the `default_document_id_format` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `document_id_options` sub block.\n', args=[]), + new( + default_document_id_format + ):: std.prune(a={ + default_document_id_format: default_document_id_format, + }), + }, + '#new':: d.fn(help='\n`aws.kinesis_firehose_delivery_stream.opensearch_configuration.new` constructs a new object with attributes and blocks configured for the `opensearch_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `buffering_interval` (`number`): Set the `buffering_interval` field on the resulting object. When `null`, the `buffering_interval` field will be omitted from the resulting object.\n - `buffering_size` (`number`): Set the `buffering_size` field on the resulting object. When `null`, the `buffering_size` field will be omitted from the resulting object.\n - `cluster_endpoint` (`string`): Set the `cluster_endpoint` field on the resulting object. When `null`, the `cluster_endpoint` field will be omitted from the resulting object.\n - `domain_arn` (`string`): Set the `domain_arn` field on the resulting object. When `null`, the `domain_arn` field will be omitted from the resulting object.\n - `index_name` (`string`): Set the `index_name` field on the resulting object.\n - `index_rotation_period` (`string`): Set the `index_rotation_period` field on the resulting object. When `null`, the `index_rotation_period` field will be omitted from the resulting object.\n - `retry_duration` (`number`): Set the `retry_duration` field on the resulting object. When `null`, the `retry_duration` field will be omitted from the resulting object.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting object.\n - `s3_backup_mode` (`string`): Set the `s3_backup_mode` field on the resulting object. When `null`, the `s3_backup_mode` field will be omitted from the resulting object.\n - `type_name` (`string`): Set the `type_name` field on the resulting object. When `null`, the `type_name` field will be omitted from the resulting object.\n - `cloudwatch_logging_options` (`list[obj]`): Set the `cloudwatch_logging_options` field on the resulting object. When `null`, the `cloudwatch_logging_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.kinesis_firehose_delivery_stream.opensearch_configuration.cloudwatch_logging_options.new](#fn-opensearch_configurationcloudwatch_logging_optionsnew) constructor.\n - `document_id_options` (`list[obj]`): Set the `document_id_options` field on the resulting object. When `null`, the `document_id_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.kinesis_firehose_delivery_stream.opensearch_configuration.document_id_options.new](#fn-opensearch_configurationdocument_id_optionsnew) constructor.\n - `processing_configuration` (`list[obj]`): Set the `processing_configuration` field on the resulting object. When `null`, the `processing_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.kinesis_firehose_delivery_stream.opensearch_configuration.processing_configuration.new](#fn-opensearch_configurationprocessing_configurationnew) constructor.\n - `s3_configuration` (`list[obj]`): Set the `s3_configuration` field on the resulting object. When `null`, the `s3_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.kinesis_firehose_delivery_stream.opensearch_configuration.s3_configuration.new](#fn-opensearch_configurations3_configurationnew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.kinesis_firehose_delivery_stream.opensearch_configuration.vpc_config.new](#fn-opensearch_configurationvpc_confignew) constructor.\n\n**Returns**:\n - An attribute object that represents the `opensearch_configuration` sub block.\n', args=[]), new( index_name, role_arn, @@ -648,6 +656,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); buffering_size=null, cloudwatch_logging_options=null, cluster_endpoint=null, + document_id_options=null, domain_arn=null, index_rotation_period=null, processing_configuration=null, @@ -661,6 +670,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); buffering_size: buffering_size, cloudwatch_logging_options: cloudwatch_logging_options, cluster_endpoint: cluster_endpoint, + document_id_options: document_id_options, domain_arn: domain_arn, index_name: index_name, index_rotation_period: index_rotation_period, @@ -1040,10 +1050,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); log_stream_name: log_stream_name, }), }, - '#new':: d.fn(help='\n`aws.kinesis_firehose_delivery_stream.splunk_configuration.new` constructs a new object with attributes and blocks configured for the `splunk_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `hec_acknowledgment_timeout` (`number`): Set the `hec_acknowledgment_timeout` field on the resulting object. When `null`, the `hec_acknowledgment_timeout` field will be omitted from the resulting object.\n - `hec_endpoint` (`string`): Set the `hec_endpoint` field on the resulting object.\n - `hec_endpoint_type` (`string`): Set the `hec_endpoint_type` field on the resulting object. When `null`, the `hec_endpoint_type` field will be omitted from the resulting object.\n - `hec_token` (`string`): Set the `hec_token` field on the resulting object.\n - `retry_duration` (`number`): Set the `retry_duration` field on the resulting object. When `null`, the `retry_duration` field will be omitted from the resulting object.\n - `s3_backup_mode` (`string`): Set the `s3_backup_mode` field on the resulting object. When `null`, the `s3_backup_mode` field will be omitted from the resulting object.\n - `cloudwatch_logging_options` (`list[obj]`): Set the `cloudwatch_logging_options` field on the resulting object. When `null`, the `cloudwatch_logging_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.kinesis_firehose_delivery_stream.splunk_configuration.cloudwatch_logging_options.new](#fn-splunk_configurationcloudwatch_logging_optionsnew) constructor.\n - `processing_configuration` (`list[obj]`): Set the `processing_configuration` field on the resulting object. When `null`, the `processing_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.kinesis_firehose_delivery_stream.splunk_configuration.processing_configuration.new](#fn-splunk_configurationprocessing_configurationnew) constructor.\n - `s3_configuration` (`list[obj]`): Set the `s3_configuration` field on the resulting object. When `null`, the `s3_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.kinesis_firehose_delivery_stream.splunk_configuration.s3_configuration.new](#fn-splunk_configurations3_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `splunk_configuration` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.kinesis_firehose_delivery_stream.splunk_configuration.new` constructs a new object with attributes and blocks configured for the `splunk_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `buffering_interval` (`number`): Set the `buffering_interval` field on the resulting object. When `null`, the `buffering_interval` field will be omitted from the resulting object.\n - `buffering_size` (`number`): Set the `buffering_size` field on the resulting object. When `null`, the `buffering_size` field will be omitted from the resulting object.\n - `hec_acknowledgment_timeout` (`number`): Set the `hec_acknowledgment_timeout` field on the resulting object. When `null`, the `hec_acknowledgment_timeout` field will be omitted from the resulting object.\n - `hec_endpoint` (`string`): Set the `hec_endpoint` field on the resulting object.\n - `hec_endpoint_type` (`string`): Set the `hec_endpoint_type` field on the resulting object. When `null`, the `hec_endpoint_type` field will be omitted from the resulting object.\n - `hec_token` (`string`): Set the `hec_token` field on the resulting object.\n - `retry_duration` (`number`): Set the `retry_duration` field on the resulting object. When `null`, the `retry_duration` field will be omitted from the resulting object.\n - `s3_backup_mode` (`string`): Set the `s3_backup_mode` field on the resulting object. When `null`, the `s3_backup_mode` field will be omitted from the resulting object.\n - `cloudwatch_logging_options` (`list[obj]`): Set the `cloudwatch_logging_options` field on the resulting object. When `null`, the `cloudwatch_logging_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.kinesis_firehose_delivery_stream.splunk_configuration.cloudwatch_logging_options.new](#fn-splunk_configurationcloudwatch_logging_optionsnew) constructor.\n - `processing_configuration` (`list[obj]`): Set the `processing_configuration` field on the resulting object. When `null`, the `processing_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.kinesis_firehose_delivery_stream.splunk_configuration.processing_configuration.new](#fn-splunk_configurationprocessing_configurationnew) constructor.\n - `s3_configuration` (`list[obj]`): Set the `s3_configuration` field on the resulting object. When `null`, the `s3_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.kinesis_firehose_delivery_stream.splunk_configuration.s3_configuration.new](#fn-splunk_configurations3_configurationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `splunk_configuration` sub block.\n', args=[]), new( hec_endpoint, hec_token, + buffering_interval=null, + buffering_size=null, cloudwatch_logging_options=null, hec_acknowledgment_timeout=null, hec_endpoint_type=null, @@ -1052,6 +1064,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); s3_backup_mode=null, s3_configuration=null ):: std.prune(a={ + buffering_interval: buffering_interval, + buffering_size: buffering_size, cloudwatch_logging_options: cloudwatch_logging_options, hec_acknowledgment_timeout: hec_acknowledgment_timeout, hec_endpoint: hec_endpoint, diff --git a/5.x/_gen/resources/kinesis_resource_policy.libsonnet b/5.x/_gen/resources/kinesis_resource_policy.libsonnet new file mode 100644 index 00000000..bb618159 --- /dev/null +++ b/5.x/_gen/resources/kinesis_resource_policy.libsonnet @@ -0,0 +1,45 @@ +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='kinesis_resource_policy', url='', help='`kinesis_resource_policy` represents the `aws_kinesis_resource_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.kinesis_resource_policy.new` injects a new `aws_kinesis_resource_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.kinesis_resource_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.kinesis_resource_policy` using the reference:\n\n $._ref.aws_kinesis_resource_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_kinesis_resource_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 - `policy` (`string`): Set the `policy` field on the resulting resource block.\n - `resource_arn` (`string`): Set the `resource_arn` 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, + policy, + resource_arn, + _meta={} + ):: tf.withResource( + type='aws_kinesis_resource_policy', + label=resourceLabel, + attrs=self.newAttrs(policy=policy, resource_arn=resource_arn), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.kinesis_resource_policy.newAttrs` constructs a new object with attributes and blocks configured for the `kinesis_resource_policy`\nTerraform resource.\n\nUnlike [aws.kinesis_resource_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 - `policy` (`string`): Set the `policy` field on the resulting object.\n - `resource_arn` (`string`): Set the `resource_arn` 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 `kinesis_resource_policy` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + policy, + resource_arn + ):: std.prune(a={ + policy: policy, + resource_arn: resource_arn, + }), + '#withPolicy':: d.fn(help='`aws.string.withPolicy` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the policy 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 `policy` field.\n', args=[]), + withPolicy(resourceLabel, value): { + resource+: { + aws_kinesis_resource_policy+: { + [resourceLabel]+: { + policy: value, + }, + }, + }, + }, + '#withResourceArn':: d.fn(help='`aws.string.withResourceArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the resource_arn 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 `resource_arn` field.\n', args=[]), + withResourceArn(resourceLabel, value): { + resource+: { + aws_kinesis_resource_policy+: { + [resourceLabel]+: { + resource_arn: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/kms_key.libsonnet b/5.x/_gen/resources/kms_key.libsonnet index aa713f1d..1dcf6bfb 100644 --- a/5.x/_gen/resources/kms_key.libsonnet +++ b/5.x/_gen/resources/kms_key.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='kms_key', url='', help='`kms_key` represents the `aws_kms_key` 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.kms_key.new` injects a new `aws_kms_key` 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.kms_key.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.kms_key` using the reference:\n\n $._ref.aws_kms_key.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_kms_key.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 - `bypass_policy_lockout_safety_check` (`bool`): Set the `bypass_policy_lockout_safety_check` field on the resulting resource block. When `null`, the `bypass_policy_lockout_safety_check` field will be omitted from the resulting object.\n - `custom_key_store_id` (`string`): Set the `custom_key_store_id` field on the resulting resource block. When `null`, the `custom_key_store_id` field will be omitted from the resulting object.\n - `customer_master_key_spec` (`string`): Set the `customer_master_key_spec` field on the resulting resource block. When `null`, the `customer_master_key_spec` field will be omitted from the resulting object.\n - `deletion_window_in_days` (`number`): Set the `deletion_window_in_days` field on the resulting resource block. When `null`, the `deletion_window_in_days` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `enable_key_rotation` (`bool`): Set the `enable_key_rotation` field on the resulting resource block. When `null`, the `enable_key_rotation` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting resource block. When `null`, the `is_enabled` field will be omitted from the resulting object.\n - `key_usage` (`string`): Set the `key_usage` field on the resulting resource block. When `null`, the `key_usage` field will be omitted from the resulting object.\n - `multi_region` (`bool`): Set the `multi_region` field on the resulting resource block. When `null`, the `multi_region` field will be omitted from the resulting object.\n - `policy` (`string`): Set the `policy` field on the resulting resource block. When `null`, the `policy` 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 - `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.kms_key.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.kms_key.new` injects a new `aws_kms_key` 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.kms_key.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.kms_key` using the reference:\n\n $._ref.aws_kms_key.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_kms_key.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 - `bypass_policy_lockout_safety_check` (`bool`): Set the `bypass_policy_lockout_safety_check` field on the resulting resource block. When `null`, the `bypass_policy_lockout_safety_check` field will be omitted from the resulting object.\n - `custom_key_store_id` (`string`): Set the `custom_key_store_id` field on the resulting resource block. When `null`, the `custom_key_store_id` field will be omitted from the resulting object.\n - `customer_master_key_spec` (`string`): Set the `customer_master_key_spec` field on the resulting resource block. When `null`, the `customer_master_key_spec` field will be omitted from the resulting object.\n - `deletion_window_in_days` (`number`): Set the `deletion_window_in_days` field on the resulting resource block. When `null`, the `deletion_window_in_days` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `enable_key_rotation` (`bool`): Set the `enable_key_rotation` field on the resulting resource block. When `null`, the `enable_key_rotation` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting resource block. When `null`, the `is_enabled` field will be omitted from the resulting object.\n - `key_usage` (`string`): Set the `key_usage` field on the resulting resource block. When `null`, the `key_usage` field will be omitted from the resulting object.\n - `multi_region` (`bool`): Set the `multi_region` field on the resulting resource block. When `null`, the `multi_region` field will be omitted from the resulting object.\n - `policy` (`string`): Set the `policy` field on the resulting resource block. When `null`, the `policy` 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 - `xks_key_id` (`string`): Set the `xks_key_id` field on the resulting resource block. When `null`, the `xks_key_id` field will be omitted from the resulting object.\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.kms_key.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, bypass_policy_lockout_safety_check=null, @@ -18,6 +18,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags=null, tags_all=null, timeouts=null, + xks_key_id=null, _meta={} ):: tf.withResource( type='aws_kms_key', @@ -35,11 +36,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); policy=policy, tags=tags, tags_all=tags_all, - timeouts=timeouts + timeouts=timeouts, + xks_key_id=xks_key_id ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.kms_key.newAttrs` constructs a new object with attributes and blocks configured for the `kms_key`\nTerraform resource.\n\nUnlike [aws.kms_key.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 - `bypass_policy_lockout_safety_check` (`bool`): Set the `bypass_policy_lockout_safety_check` field on the resulting object. When `null`, the `bypass_policy_lockout_safety_check` field will be omitted from the resulting object.\n - `custom_key_store_id` (`string`): Set the `custom_key_store_id` field on the resulting object. When `null`, the `custom_key_store_id` field will be omitted from the resulting object.\n - `customer_master_key_spec` (`string`): Set the `customer_master_key_spec` field on the resulting object. When `null`, the `customer_master_key_spec` field will be omitted from the resulting object.\n - `deletion_window_in_days` (`number`): Set the `deletion_window_in_days` field on the resulting object. When `null`, the `deletion_window_in_days` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `enable_key_rotation` (`bool`): Set the `enable_key_rotation` field on the resulting object. When `null`, the `enable_key_rotation` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting object. When `null`, the `is_enabled` field will be omitted from the resulting object.\n - `key_usage` (`string`): Set the `key_usage` field on the resulting object. When `null`, the `key_usage` field will be omitted from the resulting object.\n - `multi_region` (`bool`): Set the `multi_region` field on the resulting object. When `null`, the `multi_region` field will be omitted from the resulting object.\n - `policy` (`string`): Set the `policy` field on the resulting object. When `null`, the `policy` 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 - `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.kms_key.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 `kms_key` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.kms_key.newAttrs` constructs a new object with attributes and blocks configured for the `kms_key`\nTerraform resource.\n\nUnlike [aws.kms_key.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 - `bypass_policy_lockout_safety_check` (`bool`): Set the `bypass_policy_lockout_safety_check` field on the resulting object. When `null`, the `bypass_policy_lockout_safety_check` field will be omitted from the resulting object.\n - `custom_key_store_id` (`string`): Set the `custom_key_store_id` field on the resulting object. When `null`, the `custom_key_store_id` field will be omitted from the resulting object.\n - `customer_master_key_spec` (`string`): Set the `customer_master_key_spec` field on the resulting object. When `null`, the `customer_master_key_spec` field will be omitted from the resulting object.\n - `deletion_window_in_days` (`number`): Set the `deletion_window_in_days` field on the resulting object. When `null`, the `deletion_window_in_days` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `enable_key_rotation` (`bool`): Set the `enable_key_rotation` field on the resulting object. When `null`, the `enable_key_rotation` field will be omitted from the resulting object.\n - `is_enabled` (`bool`): Set the `is_enabled` field on the resulting object. When `null`, the `is_enabled` field will be omitted from the resulting object.\n - `key_usage` (`string`): Set the `key_usage` field on the resulting object. When `null`, the `key_usage` field will be omitted from the resulting object.\n - `multi_region` (`bool`): Set the `multi_region` field on the resulting object. When `null`, the `multi_region` field will be omitted from the resulting object.\n - `policy` (`string`): Set the `policy` field on the resulting object. When `null`, the `policy` 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 - `xks_key_id` (`string`): Set the `xks_key_id` field on the resulting object. When `null`, the `xks_key_id` field will be omitted from 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.kms_key.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 `kms_key` resource into the root Terraform configuration.\n', args=[]), newAttrs( bypass_policy_lockout_safety_check=null, custom_key_store_id=null, @@ -53,7 +55,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); policy=null, tags=null, tags_all=null, - timeouts=null + timeouts=null, + xks_key_id=null ):: std.prune(a={ bypass_policy_lockout_safety_check: bypass_policy_lockout_safety_check, custom_key_store_id: custom_key_store_id, @@ -68,6 +71,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags: tags, tags_all: tags_all, timeouts: timeouts, + xks_key_id: xks_key_id, }), timeouts:: { '#new':: d.fn(help='\n`aws.kms_key.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), @@ -217,4 +221,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withXksKeyId':: d.fn(help='`aws.string.withXksKeyId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the xks_key_id 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 `xks_key_id` field.\n', args=[]), + withXksKeyId(resourceLabel, value): { + resource+: { + aws_kms_key+: { + [resourceLabel]+: { + xks_key_id: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/lambda_function.libsonnet b/5.x/_gen/resources/lambda_function.libsonnet index feef8762..6ed33558 100644 --- a/5.x/_gen/resources/lambda_function.libsonnet +++ b/5.x/_gen/resources/lambda_function.libsonnet @@ -48,7 +48,21 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); working_directory: working_directory, }), }, - '#new':: d.fn(help="\n`aws.lambda_function.new` injects a new `aws_lambda_function` 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.lambda_function.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lambda_function` using the reference:\n\n $._ref.aws_lambda_function.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lambda_function.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 - `architectures` (`list`): Set the `architectures` field on the resulting resource block. When `null`, the `architectures` field will be omitted from the resulting object.\n - `code_signing_config_arn` (`string`): Set the `code_signing_config_arn` field on the resulting resource block. When `null`, the `code_signing_config_arn` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `filename` (`string`): Set the `filename` field on the resulting resource block. When `null`, the `filename` field will be omitted from the resulting object.\n - `function_name` (`string`): Set the `function_name` field on the resulting resource block.\n - `handler` (`string`): Set the `handler` field on the resulting resource block. When `null`, the `handler` field will be omitted from the resulting object.\n - `image_uri` (`string`): Set the `image_uri` field on the resulting resource block. When `null`, the `image_uri` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `layers` (`list`): Set the `layers` field on the resulting resource block. When `null`, the `layers` field will be omitted from the resulting object.\n - `memory_size` (`number`): Set the `memory_size` field on the resulting resource block. When `null`, the `memory_size` field will be omitted from the resulting object.\n - `package_type` (`string`): Set the `package_type` field on the resulting resource block. When `null`, the `package_type` field will be omitted from the resulting object.\n - `publish` (`bool`): Set the `publish` field on the resulting resource block. When `null`, the `publish` field will be omitted from the resulting object.\n - `replace_security_groups_on_destroy` (`bool`): Set the `replace_security_groups_on_destroy` field on the resulting resource block. When `null`, the `replace_security_groups_on_destroy` field will be omitted from the resulting object.\n - `replacement_security_group_ids` (`list`): Set the `replacement_security_group_ids` field on the resulting resource block. When `null`, the `replacement_security_group_ids` field will be omitted from the resulting object.\n - `reserved_concurrent_executions` (`number`): Set the `reserved_concurrent_executions` field on the resulting resource block. When `null`, the `reserved_concurrent_executions` field will be omitted from the resulting object.\n - `role` (`string`): Set the `role` field on the resulting resource block.\n - `runtime` (`string`): Set the `runtime` field on the resulting resource block. When `null`, the `runtime` field will be omitted from the resulting object.\n - `s3_bucket` (`string`): Set the `s3_bucket` field on the resulting resource block. When `null`, the `s3_bucket` field will be omitted from the resulting object.\n - `s3_key` (`string`): Set the `s3_key` field on the resulting resource block. When `null`, the `s3_key` field will be omitted from the resulting object.\n - `s3_object_version` (`string`): Set the `s3_object_version` field on the resulting resource block. When `null`, the `s3_object_version` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting resource block. When `null`, the `skip_destroy` field will be omitted from the resulting object.\n - `source_code_hash` (`string`): Set the `source_code_hash` field on the resulting resource block. When `null`, the `source_code_hash` 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 - `timeout` (`number`): Set the `timeout` field on the resulting resource block. When `null`, the `timeout` field will be omitted from the resulting object.\n - `dead_letter_config` (`list[obj]`): Set the `dead_letter_config` field on the resulting resource block. When `null`, the `dead_letter_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.lambda_function.dead_letter_config.new](#fn-dead_letter_confignew) constructor.\n - `environment` (`list[obj]`): Set the `environment` field on the resulting resource block. When `null`, the `environment` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.environment.new](#fn-environmentnew) constructor.\n - `ephemeral_storage` (`list[obj]`): Set the `ephemeral_storage` field on the resulting resource block. When `null`, the `ephemeral_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.ephemeral_storage.new](#fn-ephemeral_storagenew) constructor.\n - `file_system_config` (`list[obj]`): Set the `file_system_config` field on the resulting resource block. When `null`, the `file_system_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.lambda_function.file_system_config.new](#fn-file_system_confignew) constructor.\n - `image_config` (`list[obj]`): Set the `image_config` field on the resulting resource block. When `null`, the `image_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.lambda_function.image_config.new](#fn-image_confignew) constructor.\n - `snap_start` (`list[obj]`): Set the `snap_start` field on the resulting resource block. When `null`, the `snap_start` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.snap_start.new](#fn-snap_startnew) 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.lambda_function.timeouts.new](#fn-timeoutsnew) constructor.\n - `tracing_config` (`list[obj]`): Set the `tracing_config` field on the resulting resource block. When `null`, the `tracing_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.lambda_function.tracing_config.new](#fn-tracing_confignew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting resource block. When `null`, the `vpc_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.lambda_function.vpc_config.new](#fn-vpc_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + logging_config:: { + '#new':: d.fn(help='\n`aws.lambda_function.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 - `application_log_level` (`string`): Set the `application_log_level` field on the resulting object. When `null`, the `application_log_level` field will be omitted from the resulting object.\n - `log_format` (`string`): Set the `log_format` field on the resulting object.\n - `log_group` (`string`): Set the `log_group` field on the resulting object. When `null`, the `log_group` field will be omitted from the resulting object.\n - `system_log_level` (`string`): Set the `system_log_level` field on the resulting object. When `null`, the `system_log_level` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `logging_config` sub block.\n', args=[]), + new( + log_format, + application_log_level=null, + log_group=null, + system_log_level=null + ):: std.prune(a={ + application_log_level: application_log_level, + log_format: log_format, + log_group: log_group, + system_log_level: system_log_level, + }), + }, + '#new':: d.fn(help="\n`aws.lambda_function.new` injects a new `aws_lambda_function` 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.lambda_function.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lambda_function` using the reference:\n\n $._ref.aws_lambda_function.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lambda_function.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 - `architectures` (`list`): Set the `architectures` field on the resulting resource block. When `null`, the `architectures` field will be omitted from the resulting object.\n - `code_signing_config_arn` (`string`): Set the `code_signing_config_arn` field on the resulting resource block. When `null`, the `code_signing_config_arn` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `filename` (`string`): Set the `filename` field on the resulting resource block. When `null`, the `filename` field will be omitted from the resulting object.\n - `function_name` (`string`): Set the `function_name` field on the resulting resource block.\n - `handler` (`string`): Set the `handler` field on the resulting resource block. When `null`, the `handler` field will be omitted from the resulting object.\n - `image_uri` (`string`): Set the `image_uri` field on the resulting resource block. When `null`, the `image_uri` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `layers` (`list`): Set the `layers` field on the resulting resource block. When `null`, the `layers` field will be omitted from the resulting object.\n - `memory_size` (`number`): Set the `memory_size` field on the resulting resource block. When `null`, the `memory_size` field will be omitted from the resulting object.\n - `package_type` (`string`): Set the `package_type` field on the resulting resource block. When `null`, the `package_type` field will be omitted from the resulting object.\n - `publish` (`bool`): Set the `publish` field on the resulting resource block. When `null`, the `publish` field will be omitted from the resulting object.\n - `replace_security_groups_on_destroy` (`bool`): Set the `replace_security_groups_on_destroy` field on the resulting resource block. When `null`, the `replace_security_groups_on_destroy` field will be omitted from the resulting object.\n - `replacement_security_group_ids` (`list`): Set the `replacement_security_group_ids` field on the resulting resource block. When `null`, the `replacement_security_group_ids` field will be omitted from the resulting object.\n - `reserved_concurrent_executions` (`number`): Set the `reserved_concurrent_executions` field on the resulting resource block. When `null`, the `reserved_concurrent_executions` field will be omitted from the resulting object.\n - `role` (`string`): Set the `role` field on the resulting resource block.\n - `runtime` (`string`): Set the `runtime` field on the resulting resource block. When `null`, the `runtime` field will be omitted from the resulting object.\n - `s3_bucket` (`string`): Set the `s3_bucket` field on the resulting resource block. When `null`, the `s3_bucket` field will be omitted from the resulting object.\n - `s3_key` (`string`): Set the `s3_key` field on the resulting resource block. When `null`, the `s3_key` field will be omitted from the resulting object.\n - `s3_object_version` (`string`): Set the `s3_object_version` field on the resulting resource block. When `null`, the `s3_object_version` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting resource block. When `null`, the `skip_destroy` field will be omitted from the resulting object.\n - `source_code_hash` (`string`): Set the `source_code_hash` field on the resulting resource block. When `null`, the `source_code_hash` 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 - `timeout` (`number`): Set the `timeout` field on the resulting resource block. When `null`, the `timeout` field will be omitted from the resulting object.\n - `dead_letter_config` (`list[obj]`): Set the `dead_letter_config` field on the resulting resource block. When `null`, the `dead_letter_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.lambda_function.dead_letter_config.new](#fn-dead_letter_confignew) constructor.\n - `environment` (`list[obj]`): Set the `environment` field on the resulting resource block. When `null`, the `environment` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.environment.new](#fn-environmentnew) constructor.\n - `ephemeral_storage` (`list[obj]`): Set the `ephemeral_storage` field on the resulting resource block. When `null`, the `ephemeral_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.ephemeral_storage.new](#fn-ephemeral_storagenew) constructor.\n - `file_system_config` (`list[obj]`): Set the `file_system_config` field on the resulting resource block. When `null`, the `file_system_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.lambda_function.file_system_config.new](#fn-file_system_confignew) constructor.\n - `image_config` (`list[obj]`): Set the `image_config` field on the resulting resource block. When `null`, the `image_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.lambda_function.image_config.new](#fn-image_confignew) constructor.\n - `logging_config` (`list[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.lambda_function.logging_config.new](#fn-logging_confignew) constructor.\n - `snap_start` (`list[obj]`): Set the `snap_start` field on the resulting resource block. When `null`, the `snap_start` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.snap_start.new](#fn-snap_startnew) 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.lambda_function.timeouts.new](#fn-timeoutsnew) constructor.\n - `tracing_config` (`list[obj]`): Set the `tracing_config` field on the resulting resource block. When `null`, the `tracing_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.lambda_function.tracing_config.new](#fn-tracing_confignew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting resource block. When `null`, the `vpc_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.lambda_function.vpc_config.new](#fn-vpc_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, function_name, @@ -66,6 +80,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); image_uri=null, kms_key_arn=null, layers=null, + logging_config=null, memory_size=null, package_type=null, publish=null, @@ -104,6 +119,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); image_uri=image_uri, kms_key_arn=kms_key_arn, layers=layers, + logging_config=logging_config, memory_size=memory_size, package_type=package_type, publish=publish, @@ -127,7 +143,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.lambda_function.newAttrs` constructs a new object with attributes and blocks configured for the `lambda_function`\nTerraform resource.\n\nUnlike [aws.lambda_function.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 - `architectures` (`list`): Set the `architectures` field on the resulting object. When `null`, the `architectures` field will be omitted from the resulting object.\n - `code_signing_config_arn` (`string`): Set the `code_signing_config_arn` field on the resulting object. When `null`, the `code_signing_config_arn` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `filename` (`string`): Set the `filename` field on the resulting object. When `null`, the `filename` field will be omitted from the resulting object.\n - `function_name` (`string`): Set the `function_name` field on the resulting object.\n - `handler` (`string`): Set the `handler` field on the resulting object. When `null`, the `handler` field will be omitted from the resulting object.\n - `image_uri` (`string`): Set the `image_uri` field on the resulting object. When `null`, the `image_uri` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `layers` (`list`): Set the `layers` field on the resulting object. When `null`, the `layers` field will be omitted from the resulting object.\n - `memory_size` (`number`): Set the `memory_size` field on the resulting object. When `null`, the `memory_size` field will be omitted from the resulting object.\n - `package_type` (`string`): Set the `package_type` field on the resulting object. When `null`, the `package_type` field will be omitted from the resulting object.\n - `publish` (`bool`): Set the `publish` field on the resulting object. When `null`, the `publish` field will be omitted from the resulting object.\n - `replace_security_groups_on_destroy` (`bool`): Set the `replace_security_groups_on_destroy` field on the resulting object. When `null`, the `replace_security_groups_on_destroy` field will be omitted from the resulting object.\n - `replacement_security_group_ids` (`list`): Set the `replacement_security_group_ids` field on the resulting object. When `null`, the `replacement_security_group_ids` field will be omitted from the resulting object.\n - `reserved_concurrent_executions` (`number`): Set the `reserved_concurrent_executions` field on the resulting object. When `null`, the `reserved_concurrent_executions` field will be omitted from the resulting object.\n - `role` (`string`): Set the `role` field on the resulting object.\n - `runtime` (`string`): Set the `runtime` field on the resulting object. When `null`, the `runtime` field will be omitted from the resulting object.\n - `s3_bucket` (`string`): Set the `s3_bucket` field on the resulting object. When `null`, the `s3_bucket` field will be omitted from the resulting object.\n - `s3_key` (`string`): Set the `s3_key` field on the resulting object. When `null`, the `s3_key` field will be omitted from the resulting object.\n - `s3_object_version` (`string`): Set the `s3_object_version` field on the resulting object. When `null`, the `s3_object_version` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting object. When `null`, the `skip_destroy` field will be omitted from the resulting object.\n - `source_code_hash` (`string`): Set the `source_code_hash` field on the resulting object. When `null`, the `source_code_hash` 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 - `timeout` (`number`): Set the `timeout` field on the resulting object. When `null`, the `timeout` field will be omitted from the resulting object.\n - `dead_letter_config` (`list[obj]`): Set the `dead_letter_config` field on the resulting object. When `null`, the `dead_letter_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.lambda_function.dead_letter_config.new](#fn-dead_letter_confignew) constructor.\n - `environment` (`list[obj]`): Set the `environment` field on the resulting object. When `null`, the `environment` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.environment.new](#fn-environmentnew) constructor.\n - `ephemeral_storage` (`list[obj]`): Set the `ephemeral_storage` field on the resulting object. When `null`, the `ephemeral_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.ephemeral_storage.new](#fn-ephemeral_storagenew) constructor.\n - `file_system_config` (`list[obj]`): Set the `file_system_config` field on the resulting object. When `null`, the `file_system_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.lambda_function.file_system_config.new](#fn-file_system_confignew) constructor.\n - `image_config` (`list[obj]`): Set the `image_config` field on the resulting object. When `null`, the `image_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.lambda_function.image_config.new](#fn-image_confignew) constructor.\n - `snap_start` (`list[obj]`): Set the `snap_start` field on the resulting object. When `null`, the `snap_start` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.snap_start.new](#fn-snap_startnew) 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.lambda_function.timeouts.new](#fn-timeoutsnew) constructor.\n - `tracing_config` (`list[obj]`): Set the `tracing_config` field on the resulting object. When `null`, the `tracing_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.lambda_function.tracing_config.new](#fn-tracing_confignew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.lambda_function.vpc_config.new](#fn-vpc_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 `lambda_function` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.lambda_function.newAttrs` constructs a new object with attributes and blocks configured for the `lambda_function`\nTerraform resource.\n\nUnlike [aws.lambda_function.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 - `architectures` (`list`): Set the `architectures` field on the resulting object. When `null`, the `architectures` field will be omitted from the resulting object.\n - `code_signing_config_arn` (`string`): Set the `code_signing_config_arn` field on the resulting object. When `null`, the `code_signing_config_arn` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `filename` (`string`): Set the `filename` field on the resulting object. When `null`, the `filename` field will be omitted from the resulting object.\n - `function_name` (`string`): Set the `function_name` field on the resulting object.\n - `handler` (`string`): Set the `handler` field on the resulting object. When `null`, the `handler` field will be omitted from the resulting object.\n - `image_uri` (`string`): Set the `image_uri` field on the resulting object. When `null`, the `image_uri` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `layers` (`list`): Set the `layers` field on the resulting object. When `null`, the `layers` field will be omitted from the resulting object.\n - `memory_size` (`number`): Set the `memory_size` field on the resulting object. When `null`, the `memory_size` field will be omitted from the resulting object.\n - `package_type` (`string`): Set the `package_type` field on the resulting object. When `null`, the `package_type` field will be omitted from the resulting object.\n - `publish` (`bool`): Set the `publish` field on the resulting object. When `null`, the `publish` field will be omitted from the resulting object.\n - `replace_security_groups_on_destroy` (`bool`): Set the `replace_security_groups_on_destroy` field on the resulting object. When `null`, the `replace_security_groups_on_destroy` field will be omitted from the resulting object.\n - `replacement_security_group_ids` (`list`): Set the `replacement_security_group_ids` field on the resulting object. When `null`, the `replacement_security_group_ids` field will be omitted from the resulting object.\n - `reserved_concurrent_executions` (`number`): Set the `reserved_concurrent_executions` field on the resulting object. When `null`, the `reserved_concurrent_executions` field will be omitted from the resulting object.\n - `role` (`string`): Set the `role` field on the resulting object.\n - `runtime` (`string`): Set the `runtime` field on the resulting object. When `null`, the `runtime` field will be omitted from the resulting object.\n - `s3_bucket` (`string`): Set the `s3_bucket` field on the resulting object. When `null`, the `s3_bucket` field will be omitted from the resulting object.\n - `s3_key` (`string`): Set the `s3_key` field on the resulting object. When `null`, the `s3_key` field will be omitted from the resulting object.\n - `s3_object_version` (`string`): Set the `s3_object_version` field on the resulting object. When `null`, the `s3_object_version` field will be omitted from the resulting object.\n - `skip_destroy` (`bool`): Set the `skip_destroy` field on the resulting object. When `null`, the `skip_destroy` field will be omitted from the resulting object.\n - `source_code_hash` (`string`): Set the `source_code_hash` field on the resulting object. When `null`, the `source_code_hash` 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 - `timeout` (`number`): Set the `timeout` field on the resulting object. When `null`, the `timeout` field will be omitted from the resulting object.\n - `dead_letter_config` (`list[obj]`): Set the `dead_letter_config` field on the resulting object. When `null`, the `dead_letter_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.lambda_function.dead_letter_config.new](#fn-dead_letter_confignew) constructor.\n - `environment` (`list[obj]`): Set the `environment` field on the resulting object. When `null`, the `environment` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.environment.new](#fn-environmentnew) constructor.\n - `ephemeral_storage` (`list[obj]`): Set the `ephemeral_storage` field on the resulting object. When `null`, the `ephemeral_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.ephemeral_storage.new](#fn-ephemeral_storagenew) constructor.\n - `file_system_config` (`list[obj]`): Set the `file_system_config` field on the resulting object. When `null`, the `file_system_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.lambda_function.file_system_config.new](#fn-file_system_confignew) constructor.\n - `image_config` (`list[obj]`): Set the `image_config` field on the resulting object. When `null`, the `image_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.lambda_function.image_config.new](#fn-image_confignew) constructor.\n - `logging_config` (`list[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.lambda_function.logging_config.new](#fn-logging_confignew) constructor.\n - `snap_start` (`list[obj]`): Set the `snap_start` field on the resulting object. When `null`, the `snap_start` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.snap_start.new](#fn-snap_startnew) 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.lambda_function.timeouts.new](#fn-timeoutsnew) constructor.\n - `tracing_config` (`list[obj]`): Set the `tracing_config` field on the resulting object. When `null`, the `tracing_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.lambda_function.tracing_config.new](#fn-tracing_confignew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.lambda_function.vpc_config.new](#fn-vpc_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 `lambda_function` resource into the root Terraform configuration.\n', args=[]), newAttrs( function_name, role, @@ -144,6 +160,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); image_uri=null, kms_key_arn=null, layers=null, + logging_config=null, memory_size=null, package_type=null, publish=null, @@ -178,6 +195,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); image_uri: image_uri, kms_key_arn: kms_key_arn, layers: layers, + logging_config: logging_config, memory_size: memory_size, package_type: package_type, publish: publish, @@ -429,6 +447,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withLoggingConfig':: d.fn(help='`aws.list[obj].withLoggingConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the logging_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].withLoggingConfigMixin](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 `logging_config` field.\n', args=[]), + withLoggingConfig(resourceLabel, value): { + resource+: { + aws_lambda_function+: { + [resourceLabel]+: { + logging_config: value, + }, + }, + }, + }, + '#withLoggingConfigMixin':: d.fn(help='`aws.list[obj].withLoggingConfigMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the logging_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].withLoggingConfig](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 `logging_config` field.\n', args=[]), + withLoggingConfigMixin(resourceLabel, value): { + resource+: { + aws_lambda_function+: { + [resourceLabel]+: { + logging_config+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withMemorySize':: d.fn(help='`aws.number.withMemorySize` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the memory_size field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `memory_size` field.\n', args=[]), withMemorySize(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/lb_target_group.libsonnet b/5.x/_gen/resources/lb_target_group.libsonnet index 8757a519..1552f36c 100644 --- a/5.x/_gen/resources/lb_target_group.libsonnet +++ b/5.x/_gen/resources/lb_target_group.libsonnet @@ -26,7 +26,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); unhealthy_threshold: unhealthy_threshold, }), }, - '#new':: d.fn(help="\n`aws.lb_target_group.new` injects a new `aws_lb_target_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.lb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb_target_group` using the reference:\n\n $._ref.aws_lb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting resource block. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting resource block. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting resource block. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting resource block. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting resource block. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object.\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 - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting resource block. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting resource block. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting resource block. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting resource block. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting resource block. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting resource block. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting resource block. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting resource block. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting resource block. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting resource block. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_health_state.new](#fn-target_health_statenew) 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.lb_target_group.new` injects a new `aws_lb_target_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.lb_target_group.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lb_target_group` using the reference:\n\n $._ref.aws_lb_target_group.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting resource block. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting resource block. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting resource block. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting resource block. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting resource block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting resource block. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object.\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 - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting resource block. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting resource block. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting resource block. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting resource block. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting resource block. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting resource block. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting resource block. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting resource block. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting resource block. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting resource block. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting resource block. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_health_state.new](#fn-target_health_statenew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, connection_termination=null, @@ -35,6 +35,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type=null, lambda_multi_value_headers_enabled=null, load_balancing_algorithm_type=null, + load_balancing_anomaly_mitigation=null, load_balancing_cross_zone_enabled=null, name=null, name_prefix=null, @@ -62,6 +63,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type=ip_address_type, lambda_multi_value_headers_enabled=lambda_multi_value_headers_enabled, load_balancing_algorithm_type=load_balancing_algorithm_type, + load_balancing_anomaly_mitigation=load_balancing_anomaly_mitigation, load_balancing_cross_zone_enabled=load_balancing_cross_zone_enabled, name=name, name_prefix=name_prefix, @@ -81,7 +83,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.lb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `lb_target_group`\nTerraform resource.\n\nUnlike [aws.lb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting object. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting object. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting object. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting object. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting object. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from 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 - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting object. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting object. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting object. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting object. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting object. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting object. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting object. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting object. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting object. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting object. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_health_state.new](#fn-target_health_statenew) 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 `lb_target_group` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.lb_target_group.newAttrs` constructs a new object with attributes and blocks configured for the `lb_target_group`\nTerraform resource.\n\nUnlike [aws.lb_target_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 - `connection_termination` (`bool`): Set the `connection_termination` field on the resulting object. When `null`, the `connection_termination` field will be omitted from the resulting object.\n - `deregistration_delay` (`string`): Set the `deregistration_delay` field on the resulting object. When `null`, the `deregistration_delay` field will be omitted from the resulting object.\n - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object.\n - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting object. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object.\n - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting object. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object.\n - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object.\n - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting object. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from 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 - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object.\n - `preserve_client_ip` (`string`): Set the `preserve_client_ip` field on the resulting object. When `null`, the `preserve_client_ip` field will be omitted from the resulting object.\n - `protocol` (`string`): Set the `protocol` field on the resulting object. When `null`, the `protocol` field will be omitted from the resulting object.\n - `protocol_version` (`string`): Set the `protocol_version` field on the resulting object. When `null`, the `protocol_version` field will be omitted from the resulting object.\n - `proxy_protocol_v2` (`bool`): Set the `proxy_protocol_v2` field on the resulting object. When `null`, the `proxy_protocol_v2` field will be omitted from the resulting object.\n - `slow_start` (`number`): Set the `slow_start` field on the resulting object. When `null`, the `slow_start` 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 - `target_type` (`string`): Set the `target_type` field on the resulting object. When `null`, the `target_type` field will be omitted from the resulting object.\n - `vpc_id` (`string`): Set the `vpc_id` field on the resulting object. When `null`, the `vpc_id` field will be omitted from the resulting object.\n - `health_check` (`list[obj]`): Set the `health_check` field on the resulting object. When `null`, the `health_check` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.health_check.new](#fn-health_checknew) constructor.\n - `stickiness` (`list[obj]`): Set the `stickiness` field on the resulting object. When `null`, the `stickiness` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.stickiness.new](#fn-stickinessnew) constructor.\n - `target_failover` (`list[obj]`): Set the `target_failover` field on the resulting object. When `null`, the `target_failover` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_failover.new](#fn-target_failovernew) constructor.\n - `target_health_state` (`list[obj]`): Set the `target_health_state` field on the resulting object. When `null`, the `target_health_state` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lb_target_group.target_health_state.new](#fn-target_health_statenew) 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 `lb_target_group` resource into the root Terraform configuration.\n', args=[]), newAttrs( connection_termination=null, deregistration_delay=null, @@ -89,6 +91,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type=null, lambda_multi_value_headers_enabled=null, load_balancing_algorithm_type=null, + load_balancing_anomaly_mitigation=null, load_balancing_cross_zone_enabled=null, name=null, name_prefix=null, @@ -112,6 +115,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ip_address_type: ip_address_type, lambda_multi_value_headers_enabled: lambda_multi_value_headers_enabled, load_balancing_algorithm_type: load_balancing_algorithm_type, + load_balancing_anomaly_mitigation: load_balancing_anomaly_mitigation, load_balancing_cross_zone_enabled: load_balancing_cross_zone_enabled, name: name, name_prefix: name_prefix, @@ -231,6 +235,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withLoadBalancingAnomalyMitigation':: d.fn(help='`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the load_balancing_anomaly_mitigation 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 `load_balancing_anomaly_mitigation` field.\n', args=[]), + withLoadBalancingAnomalyMitigation(resourceLabel, value): { + resource+: { + aws_lb_target_group+: { + [resourceLabel]+: { + load_balancing_anomaly_mitigation: value, + }, + }, + }, + }, '#withLoadBalancingCrossZoneEnabled':: d.fn(help='`aws.string.withLoadBalancingCrossZoneEnabled` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the load_balancing_cross_zone_enabled 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 `load_balancing_cross_zone_enabled` field.\n', args=[]), withLoadBalancingCrossZoneEnabled(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/neptune_cluster.libsonnet b/5.x/_gen/resources/neptune_cluster.libsonnet index 07b79ee5..7a1c4d65 100644 --- a/5.x/_gen/resources/neptune_cluster.libsonnet +++ b/5.x/_gen/resources/neptune_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='neptune_cluster', url='', help='`neptune_cluster` represents the `aws_neptune_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.neptune_cluster.new` injects a new `aws_neptune_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.neptune_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.neptune_cluster` using the reference:\n\n $._ref.aws_neptune_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_neptune_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 - `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 - `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 - `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 - `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_cloudwatch_logs_exports` (`list`): Set the `enable_cloudwatch_logs_exports` field on the resulting resource block. When `null`, the `enable_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block. When `null`, the `engine` 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 - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `neptune_cluster_parameter_group_name` (`string`): Set the `neptune_cluster_parameter_group_name` field on the resulting resource block. When `null`, the `neptune_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_instance_parameter_group_name` (`string`): Set the `neptune_instance_parameter_group_name` field on the resulting resource block. When `null`, the `neptune_instance_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_subnet_group_name` (`string`): Set the `neptune_subnet_group_name` field on the resulting resource block. When `null`, the `neptune_subnet_group_name` 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 - `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 - `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 - `serverless_v2_scaling_configuration` (`list[obj]`): Set the `serverless_v2_scaling_configuration` field on the resulting resource block. When `null`, the `serverless_v2_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.neptune_cluster.serverless_v2_scaling_configuration.new](#fn-serverless_v2_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.neptune_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.neptune_cluster.new` injects a new `aws_neptune_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.neptune_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.neptune_cluster` using the reference:\n\n $._ref.aws_neptune_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_neptune_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 - `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 - `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 - `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 - `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_cloudwatch_logs_exports` (`list`): Set the `enable_cloudwatch_logs_exports` field on the resulting resource block. When `null`, the `enable_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting resource block. When `null`, the `engine` 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 - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `neptune_cluster_parameter_group_name` (`string`): Set the `neptune_cluster_parameter_group_name` field on the resulting resource block. When `null`, the `neptune_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_instance_parameter_group_name` (`string`): Set the `neptune_instance_parameter_group_name` field on the resulting resource block. When `null`, the `neptune_instance_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_subnet_group_name` (`string`): Set the `neptune_subnet_group_name` field on the resulting resource block. When `null`, the `neptune_subnet_group_name` 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 - `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 - `serverless_v2_scaling_configuration` (`list[obj]`): Set the `serverless_v2_scaling_configuration` field on the resulting resource block. When `null`, the `serverless_v2_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.neptune_cluster.serverless_v2_scaling_configuration.new](#fn-serverless_v2_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.neptune_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, allow_major_version_upgrade=null, @@ -32,6 +32,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot=null, snapshot_identifier=null, storage_encrypted=null, + storage_type=null, tags=null, tags_all=null, timeouts=null, @@ -68,6 +69,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot=skip_final_snapshot, snapshot_identifier=snapshot_identifier, storage_encrypted=storage_encrypted, + storage_type=storage_type, tags=tags, tags_all=tags_all, timeouts=timeouts, @@ -75,7 +77,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.neptune_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `neptune_cluster`\nTerraform resource.\n\nUnlike [aws.neptune_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 - `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 - `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 - `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 - `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_cloudwatch_logs_exports` (`list`): Set the `enable_cloudwatch_logs_exports` field on the resulting object. When `null`, the `enable_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting object. When `null`, the `engine` 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 - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `neptune_cluster_parameter_group_name` (`string`): Set the `neptune_cluster_parameter_group_name` field on the resulting object. When `null`, the `neptune_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_instance_parameter_group_name` (`string`): Set the `neptune_instance_parameter_group_name` field on the resulting object. When `null`, the `neptune_instance_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_subnet_group_name` (`string`): Set the `neptune_subnet_group_name` field on the resulting object. When `null`, the `neptune_subnet_group_name` 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 - `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 - `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 - `serverless_v2_scaling_configuration` (`list[obj]`): Set the `serverless_v2_scaling_configuration` field on the resulting object. When `null`, the `serverless_v2_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.neptune_cluster.serverless_v2_scaling_configuration.new](#fn-serverless_v2_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.neptune_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 `neptune_cluster` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.neptune_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `neptune_cluster`\nTerraform resource.\n\nUnlike [aws.neptune_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 - `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 - `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 - `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 - `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_cloudwatch_logs_exports` (`list`): Set the `enable_cloudwatch_logs_exports` field on the resulting object. When `null`, the `enable_cloudwatch_logs_exports` field will be omitted from the resulting object.\n - `engine` (`string`): Set the `engine` field on the resulting object. When `null`, the `engine` 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 - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` field will be omitted from the resulting object.\n - `neptune_cluster_parameter_group_name` (`string`): Set the `neptune_cluster_parameter_group_name` field on the resulting object. When `null`, the `neptune_cluster_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_instance_parameter_group_name` (`string`): Set the `neptune_instance_parameter_group_name` field on the resulting object. When `null`, the `neptune_instance_parameter_group_name` field will be omitted from the resulting object.\n - `neptune_subnet_group_name` (`string`): Set the `neptune_subnet_group_name` field on the resulting object. When `null`, the `neptune_subnet_group_name` 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 - `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 - `serverless_v2_scaling_configuration` (`list[obj]`): Set the `serverless_v2_scaling_configuration` field on the resulting object. When `null`, the `serverless_v2_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.neptune_cluster.serverless_v2_scaling_configuration.new](#fn-serverless_v2_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.neptune_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 `neptune_cluster` resource into the root Terraform configuration.\n', args=[]), newAttrs( allow_major_version_upgrade=null, apply_immediately=null, @@ -104,6 +106,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot=null, snapshot_identifier=null, storage_encrypted=null, + storage_type=null, tags=null, tags_all=null, timeouts=null, @@ -136,6 +139,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); skip_final_snapshot: skip_final_snapshot, snapshot_identifier: snapshot_identifier, storage_encrypted: storage_encrypted, + storage_type: storage_type, tags: tags, tags_all: tags_all, timeouts: timeouts, @@ -443,6 +447,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withStorageType':: d.fn(help='`aws.string.withStorageType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the storage_type 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 `storage_type` field.\n', args=[]), + withStorageType(resourceLabel, value): { + resource+: { + aws_neptune_cluster+: { + [resourceLabel]+: { + storage_type: 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+: { diff --git a/5.x/_gen/resources/networkfirewall_firewall.libsonnet b/5.x/_gen/resources/networkfirewall_firewall.libsonnet index 4a510ded..8a24f5f9 100644 --- a/5.x/_gen/resources/networkfirewall_firewall.libsonnet +++ b/5.x/_gen/resources/networkfirewall_firewall.libsonnet @@ -12,7 +12,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); type: type, }), }, - '#new':: d.fn(help="\n`aws.networkfirewall_firewall.new` injects a new `aws_networkfirewall_firewall` 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.networkfirewall_firewall.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.networkfirewall_firewall` using the reference:\n\n $._ref.aws_networkfirewall_firewall.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_networkfirewall_firewall.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 - `delete_protection` (`bool`): Set the `delete_protection` field on the resulting resource block. When `null`, the `delete_protection` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `firewall_policy_arn` (`string`): Set the `firewall_policy_arn` field on the resulting resource block.\n - `firewall_policy_change_protection` (`bool`): Set the `firewall_policy_change_protection` field on the resulting resource block. When `null`, the `firewall_policy_change_protection` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `subnet_change_protection` (`bool`): Set the `subnet_change_protection` field on the resulting resource block. When `null`, the `subnet_change_protection` 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_id` (`string`): Set the `vpc_id` field on the resulting resource block.\n - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting resource block. When `null`, the `encryption_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.networkfirewall_firewall.encryption_configuration.new](#fn-encryption_configurationnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall.subnet_mapping.new](#fn-subnet_mappingnew) 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.networkfirewall_firewall.new` injects a new `aws_networkfirewall_firewall` 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.networkfirewall_firewall.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.networkfirewall_firewall` using the reference:\n\n $._ref.aws_networkfirewall_firewall.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_networkfirewall_firewall.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 - `delete_protection` (`bool`): Set the `delete_protection` field on the resulting resource block. When `null`, the `delete_protection` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `firewall_policy_arn` (`string`): Set the `firewall_policy_arn` field on the resulting resource block.\n - `firewall_policy_change_protection` (`bool`): Set the `firewall_policy_change_protection` field on the resulting resource block. When `null`, the `firewall_policy_change_protection` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `subnet_change_protection` (`bool`): Set the `subnet_change_protection` field on the resulting resource block. When `null`, the `subnet_change_protection` 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_id` (`string`): Set the `vpc_id` field on the resulting resource block.\n - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting resource block. When `null`, the `encryption_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.networkfirewall_firewall.encryption_configuration.new](#fn-encryption_configurationnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall.subnet_mapping.new](#fn-subnet_mappingnew) 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.networkfirewall_firewall.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, firewall_policy_arn, @@ -26,6 +26,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_mapping=null, tags=null, tags_all=null, + timeouts=null, _meta={} ):: tf.withResource( type='aws_networkfirewall_firewall', @@ -41,11 +42,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_mapping=subnet_mapping, tags=tags, tags_all=tags_all, + timeouts=timeouts, vpc_id=vpc_id ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.networkfirewall_firewall.newAttrs` constructs a new object with attributes and blocks configured for the `networkfirewall_firewall`\nTerraform resource.\n\nUnlike [aws.networkfirewall_firewall.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 - `delete_protection` (`bool`): Set the `delete_protection` field on the resulting object. When `null`, the `delete_protection` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `firewall_policy_arn` (`string`): Set the `firewall_policy_arn` field on the resulting object.\n - `firewall_policy_change_protection` (`bool`): Set the `firewall_policy_change_protection` field on the resulting object. When `null`, the `firewall_policy_change_protection` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `subnet_change_protection` (`bool`): Set the `subnet_change_protection` field on the resulting object. When `null`, the `subnet_change_protection` 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_id` (`string`): Set the `vpc_id` field on the resulting object.\n - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting object. When `null`, the `encryption_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.networkfirewall_firewall.encryption_configuration.new](#fn-encryption_configurationnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall.subnet_mapping.new](#fn-subnet_mappingnew) 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 `networkfirewall_firewall` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.networkfirewall_firewall.newAttrs` constructs a new object with attributes and blocks configured for the `networkfirewall_firewall`\nTerraform resource.\n\nUnlike [aws.networkfirewall_firewall.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 - `delete_protection` (`bool`): Set the `delete_protection` field on the resulting object. When `null`, the `delete_protection` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `firewall_policy_arn` (`string`): Set the `firewall_policy_arn` field on the resulting object.\n - `firewall_policy_change_protection` (`bool`): Set the `firewall_policy_change_protection` field on the resulting object. When `null`, the `firewall_policy_change_protection` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `subnet_change_protection` (`bool`): Set the `subnet_change_protection` field on the resulting object. When `null`, the `subnet_change_protection` 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_id` (`string`): Set the `vpc_id` field on the resulting object.\n - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting object. When `null`, the `encryption_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.networkfirewall_firewall.encryption_configuration.new](#fn-encryption_configurationnew) constructor.\n - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall.subnet_mapping.new](#fn-subnet_mappingnew) 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.networkfirewall_firewall.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 `networkfirewall_firewall` resource into the root Terraform configuration.\n', args=[]), newAttrs( firewall_policy_arn, name, @@ -57,7 +59,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_change_protection=null, subnet_mapping=null, tags=null, - tags_all=null + tags_all=null, + timeouts=null ):: std.prune(a={ delete_protection: delete_protection, description: description, @@ -69,6 +72,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_mapping: subnet_mapping, tags: tags, tags_all: tags_all, + timeouts: timeouts, vpc_id: vpc_id, }), subnet_mapping:: { @@ -81,6 +85,18 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_id: subnet_id, }), }, + timeouts:: { + '#new':: d.fn(help='\n`aws.networkfirewall_firewall.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( + create=null, + delete=null, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, '#withDeleteProtection':: d.fn(help='`aws.bool.withDeleteProtection` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the delete_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 `delete_protection` field.\n', args=[]), withDeleteProtection(resourceLabel, value): { resource+: { @@ -201,6 +217,26 @@ 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_networkfirewall_firewall+: { + [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_networkfirewall_firewall+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, '#withVpcId':: d.fn(help='`aws.string.withVpcId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the vpc_id 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 `vpc_id` field.\n', args=[]), withVpcId(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/networkfirewall_firewall_policy.libsonnet b/5.x/_gen/resources/networkfirewall_firewall_policy.libsonnet index 01df8811..01d9f9ee 100644 --- a/5.x/_gen/resources/networkfirewall_firewall_policy.libsonnet +++ b/5.x/_gen/resources/networkfirewall_firewall_policy.libsonnet @@ -13,7 +13,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, firewall_policy:: { - '#new':: d.fn(help='\n`aws.networkfirewall_firewall_policy.firewall_policy.new` constructs a new object with attributes and blocks configured for the `firewall_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `stateful_default_actions` (`list`): Set the `stateful_default_actions` field on the resulting object. When `null`, the `stateful_default_actions` field will be omitted from the resulting object.\n - `stateless_default_actions` (`list`): Set the `stateless_default_actions` field on the resulting object.\n - `stateless_fragment_default_actions` (`list`): Set the `stateless_fragment_default_actions` field on the resulting object.\n - `policy_variables` (`list[obj]`): Set the `policy_variables` field on the resulting object. When `null`, the `policy_variables` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.policy_variables.new](#fn-firewall_policypolicy_variablesnew) constructor.\n - `stateful_engine_options` (`list[obj]`): Set the `stateful_engine_options` field on the resulting object. When `null`, the `stateful_engine_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.networkfirewall_firewall_policy.firewall_policy.stateful_engine_options.new](#fn-firewall_policystateful_engine_optionsnew) constructor.\n - `stateful_rule_group_reference` (`list[obj]`): Set the `stateful_rule_group_reference` field on the resulting object. When `null`, the `stateful_rule_group_reference` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateful_rule_group_reference.new](#fn-firewall_policystateful_rule_group_referencenew) constructor.\n - `stateless_custom_action` (`list[obj]`): Set the `stateless_custom_action` field on the resulting object. When `null`, the `stateless_custom_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateless_custom_action.new](#fn-firewall_policystateless_custom_actionnew) constructor.\n - `stateless_rule_group_reference` (`list[obj]`): Set the `stateless_rule_group_reference` field on the resulting object. When `null`, the `stateless_rule_group_reference` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateless_rule_group_reference.new](#fn-firewall_policystateless_rule_group_referencenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `firewall_policy` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.networkfirewall_firewall_policy.firewall_policy.new` constructs a new object with attributes and blocks configured for the `firewall_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `stateful_default_actions` (`list`): Set the `stateful_default_actions` field on the resulting object. When `null`, the `stateful_default_actions` field will be omitted from the resulting object.\n - `stateless_default_actions` (`list`): Set the `stateless_default_actions` field on the resulting object.\n - `stateless_fragment_default_actions` (`list`): Set the `stateless_fragment_default_actions` field on the resulting object.\n - `tls_inspection_configuration_arn` (`string`): Set the `tls_inspection_configuration_arn` field on the resulting object. When `null`, the `tls_inspection_configuration_arn` field will be omitted from the resulting object.\n - `policy_variables` (`list[obj]`): Set the `policy_variables` field on the resulting object. When `null`, the `policy_variables` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.policy_variables.new](#fn-firewall_policypolicy_variablesnew) constructor.\n - `stateful_engine_options` (`list[obj]`): Set the `stateful_engine_options` field on the resulting object. When `null`, the `stateful_engine_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.networkfirewall_firewall_policy.firewall_policy.stateful_engine_options.new](#fn-firewall_policystateful_engine_optionsnew) constructor.\n - `stateful_rule_group_reference` (`list[obj]`): Set the `stateful_rule_group_reference` field on the resulting object. When `null`, the `stateful_rule_group_reference` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateful_rule_group_reference.new](#fn-firewall_policystateful_rule_group_referencenew) constructor.\n - `stateless_custom_action` (`list[obj]`): Set the `stateless_custom_action` field on the resulting object. When `null`, the `stateless_custom_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateless_custom_action.new](#fn-firewall_policystateless_custom_actionnew) constructor.\n - `stateless_rule_group_reference` (`list[obj]`): Set the `stateless_rule_group_reference` field on the resulting object. When `null`, the `stateless_rule_group_reference` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateless_rule_group_reference.new](#fn-firewall_policystateless_rule_group_referencenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `firewall_policy` sub block.\n', args=[]), new( stateless_default_actions, stateless_fragment_default_actions, @@ -22,7 +22,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); stateful_engine_options=null, stateful_rule_group_reference=null, stateless_custom_action=null, - stateless_rule_group_reference=null + stateless_rule_group_reference=null, + tls_inspection_configuration_arn=null ):: std.prune(a={ policy_variables: policy_variables, stateful_default_actions: stateful_default_actions, @@ -32,6 +33,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); stateless_default_actions: stateless_default_actions, stateless_fragment_default_actions: stateless_fragment_default_actions, stateless_rule_group_reference: stateless_rule_group_reference, + tls_inspection_configuration_arn: tls_inspection_configuration_arn, }), policy_variables:: { '#new':: d.fn(help='\n`aws.networkfirewall_firewall_policy.firewall_policy.policy_variables.new` constructs a new object with attributes and blocks configured for the `policy_variables`\nTerraform sub block.\n\n\n\n**Args**:\n - `rule_variables` (`list[obj]`): Set the `rule_variables` field on the resulting object. When `null`, the `rule_variables` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.policy_variables.rule_variables.new](#fn-firewall_policyfirewall_policyrule_variablesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `policy_variables` sub block.\n', args=[]), diff --git a/5.x/_gen/resources/prometheus_scraper.libsonnet b/5.x/_gen/resources/prometheus_scraper.libsonnet new file mode 100644 index 00000000..6ea70d31 --- /dev/null +++ b/5.x/_gen/resources/prometheus_scraper.libsonnet @@ -0,0 +1,180 @@ +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='prometheus_scraper', url='', help='`prometheus_scraper` represents the `aws_prometheus_scraper` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + destination:: { + amp:: { + '#new':: d.fn(help='\n`aws.prometheus_scraper.destination.amp.new` constructs a new object with attributes and blocks configured for the `amp`\nTerraform sub block.\n\n\n\n**Args**:\n - `workspace_arn` (`string`): Set the `workspace_arn` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `amp` sub block.\n', args=[]), + new( + workspace_arn + ):: std.prune(a={ + workspace_arn: workspace_arn, + }), + }, + '#new':: d.fn(help='\n`aws.prometheus_scraper.destination.new` constructs a new object with attributes and blocks configured for the `destination`\nTerraform sub block.\n\n\n\n**Args**:\n - `amp` (`list[obj]`): Set the `amp` field on the resulting object. When `null`, the `amp` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.destination.amp.new](#fn-destinationampnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `destination` sub block.\n', args=[]), + new( + amp=null + ):: std.prune(a={ + amp: amp, + }), + }, + '#new':: d.fn(help="\n`aws.prometheus_scraper.new` injects a new `aws_prometheus_scraper` 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.prometheus_scraper.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.prometheus_scraper` using the reference:\n\n $._ref.aws_prometheus_scraper.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_prometheus_scraper.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 - `alias` (`string`): Set the `alias` field on the resulting resource block. When `null`, the `alias` field will be omitted from the resulting object.\n - `scrape_configuration` (`string`): Set the `scrape_configuration` 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 - `destination` (`list[obj]`): Set the `destination` field on the resulting resource block. When `null`, the `destination` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.destination.new](#fn-destinationnew) constructor.\n - `source` (`list[obj]`): Set the `source` field on the resulting resource block. When `null`, the `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.prometheus_scraper.source.new](#fn-sourcenew) 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.prometheus_scraper.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, + scrape_configuration, + alias=null, + destination=null, + source=null, + tags=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_prometheus_scraper', + label=resourceLabel, + attrs=self.newAttrs( + alias=alias, + destination=destination, + scrape_configuration=scrape_configuration, + source=source, + tags=tags, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.prometheus_scraper.newAttrs` constructs a new object with attributes and blocks configured for the `prometheus_scraper`\nTerraform resource.\n\nUnlike [aws.prometheus_scraper.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 - `alias` (`string`): Set the `alias` field on the resulting object. When `null`, the `alias` field will be omitted from the resulting object.\n - `scrape_configuration` (`string`): Set the `scrape_configuration` 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 - `destination` (`list[obj]`): Set the `destination` field on the resulting object. When `null`, the `destination` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.destination.new](#fn-destinationnew) constructor.\n - `source` (`list[obj]`): Set the `source` field on the resulting object. When `null`, the `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.prometheus_scraper.source.new](#fn-sourcenew) 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.prometheus_scraper.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 `prometheus_scraper` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + scrape_configuration, + alias=null, + destination=null, + source=null, + tags=null, + timeouts=null + ):: std.prune(a={ + alias: alias, + destination: destination, + scrape_configuration: scrape_configuration, + source: source, + tags: tags, + timeouts: timeouts, + }), + source:: { + eks:: { + '#new':: d.fn(help='\n`aws.prometheus_scraper.source.eks.new` constructs a new object with attributes and blocks configured for the `eks`\nTerraform sub block.\n\n\n\n**Args**:\n - `cluster_arn` (`string`): Set the `cluster_arn` field on the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `eks` sub block.\n', args=[]), + new( + cluster_arn, + subnet_ids, + security_group_ids=null + ):: std.prune(a={ + cluster_arn: cluster_arn, + security_group_ids: security_group_ids, + subnet_ids: subnet_ids, + }), + }, + '#new':: d.fn(help='\n`aws.prometheus_scraper.source.new` constructs a new object with attributes and blocks configured for the `source`\nTerraform sub block.\n\n\n\n**Args**:\n - `eks` (`list[obj]`): Set the `eks` field on the resulting object. When `null`, the `eks` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.source.eks.new](#fn-sourceeksnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `source` sub block.\n', args=[]), + new( + eks=null + ):: std.prune(a={ + eks: eks, + }), + }, + timeouts:: { + '#new':: d.fn(help='\n`aws.prometheus_scraper.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` 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 + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withAlias':: d.fn(help='`aws.string.withAlias` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the alias 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 `alias` field.\n', args=[]), + withAlias(resourceLabel, value): { + resource+: { + aws_prometheus_scraper+: { + [resourceLabel]+: { + alias: value, + }, + }, + }, + }, + '#withDestination':: d.fn(help='`aws.list[obj].withDestination` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the destination 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].withDestinationMixin](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 `destination` field.\n', args=[]), + withDestination(resourceLabel, value): { + resource+: { + aws_prometheus_scraper+: { + [resourceLabel]+: { + destination: value, + }, + }, + }, + }, + '#withDestinationMixin':: d.fn(help='`aws.list[obj].withDestinationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the destination 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].withDestination](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 `destination` field.\n', args=[]), + withDestinationMixin(resourceLabel, value): { + resource+: { + aws_prometheus_scraper+: { + [resourceLabel]+: { + destination+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withScrapeConfiguration':: d.fn(help='`aws.string.withScrapeConfiguration` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the scrape_configuration 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 `scrape_configuration` field.\n', args=[]), + withScrapeConfiguration(resourceLabel, value): { + resource+: { + aws_prometheus_scraper+: { + [resourceLabel]+: { + scrape_configuration: value, + }, + }, + }, + }, + '#withSource':: d.fn(help='`aws.list[obj].withSource` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the source 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].withSourceMixin](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 `source` field.\n', args=[]), + withSource(resourceLabel, value): { + resource+: { + aws_prometheus_scraper+: { + [resourceLabel]+: { + source: value, + }, + }, + }, + }, + '#withSourceMixin':: d.fn(help='`aws.list[obj].withSourceMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the source 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].withSource](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 `source` field.\n', args=[]), + withSourceMixin(resourceLabel, value): { + resource+: { + aws_prometheus_scraper+: { + [resourceLabel]+: { + source+: 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_prometheus_scraper+: { + [resourceLabel]+: { + tags: value, + }, + }, + }, + }, + '#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_prometheus_scraper+: { + [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_prometheus_scraper+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/prometheus_workspace.libsonnet b/5.x/_gen/resources/prometheus_workspace.libsonnet index f9a944a6..249b3dc1 100644 --- a/5.x/_gen/resources/prometheus_workspace.libsonnet +++ b/5.x/_gen/resources/prometheus_workspace.libsonnet @@ -10,10 +10,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); log_group_arn: log_group_arn, }), }, - '#new':: d.fn(help="\n`aws.prometheus_workspace.new` injects a new `aws_prometheus_workspace` 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.prometheus_workspace.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.prometheus_workspace` using the reference:\n\n $._ref.aws_prometheus_workspace.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_prometheus_workspace.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 - `alias` (`string`): Set the `alias` field on the resulting resource block. When `null`, the `alias` 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 - `logging_configuration` (`list[obj]`): Set the `logging_configuration` field on the resulting resource block. When `null`, the `logging_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.prometheus_workspace.logging_configuration.new](#fn-logging_configurationnew) 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.prometheus_workspace.new` injects a new `aws_prometheus_workspace` 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.prometheus_workspace.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.prometheus_workspace` using the reference:\n\n $._ref.aws_prometheus_workspace.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_prometheus_workspace.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 - `alias` (`string`): Set the `alias` field on the resulting resource block. When `null`, the `alias` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` 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 - `logging_configuration` (`list[obj]`): Set the `logging_configuration` field on the resulting resource block. When `null`, the `logging_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.prometheus_workspace.logging_configuration.new](#fn-logging_configurationnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, alias=null, + kms_key_arn=null, logging_configuration=null, tags=null, tags_all=null, @@ -23,20 +24,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( alias=alias, + kms_key_arn=kms_key_arn, logging_configuration=logging_configuration, tags=tags, tags_all=tags_all ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.prometheus_workspace.newAttrs` constructs a new object with attributes and blocks configured for the `prometheus_workspace`\nTerraform resource.\n\nUnlike [aws.prometheus_workspace.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 - `alias` (`string`): Set the `alias` field on the resulting object. When `null`, the `alias` 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 - `logging_configuration` (`list[obj]`): Set the `logging_configuration` field on the resulting object. When `null`, the `logging_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.prometheus_workspace.logging_configuration.new](#fn-logging_configurationnew) 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 `prometheus_workspace` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.prometheus_workspace.newAttrs` constructs a new object with attributes and blocks configured for the `prometheus_workspace`\nTerraform resource.\n\nUnlike [aws.prometheus_workspace.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 - `alias` (`string`): Set the `alias` field on the resulting object. When `null`, the `alias` field will be omitted from the resulting object.\n - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` 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 - `logging_configuration` (`list[obj]`): Set the `logging_configuration` field on the resulting object. When `null`, the `logging_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.prometheus_workspace.logging_configuration.new](#fn-logging_configurationnew) 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 `prometheus_workspace` resource into the root Terraform configuration.\n', args=[]), newAttrs( alias=null, + kms_key_arn=null, logging_configuration=null, tags=null, tags_all=null ):: std.prune(a={ alias: alias, + kms_key_arn: kms_key_arn, logging_configuration: logging_configuration, tags: tags, tags_all: tags_all, @@ -51,6 +55,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withKmsKeyArn':: d.fn(help='`aws.string.withKmsKeyArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_arn 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 `kms_key_arn` field.\n', args=[]), + withKmsKeyArn(resourceLabel, value): { + resource+: { + aws_prometheus_workspace+: { + [resourceLabel]+: { + kms_key_arn: value, + }, + }, + }, + }, '#withLoggingConfiguration':: d.fn(help='`aws.list[obj].withLoggingConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the logging_configuration 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].withLoggingConfigurationMixin](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 `logging_configuration` field.\n', args=[]), withLoggingConfiguration(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/redshiftserverless_workgroup.libsonnet b/5.x/_gen/resources/redshiftserverless_workgroup.libsonnet index 99d530bb..6302a10d 100644 --- a/5.x/_gen/resources/redshiftserverless_workgroup.libsonnet +++ b/5.x/_gen/resources/redshiftserverless_workgroup.libsonnet @@ -12,7 +12,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); parameter_value: parameter_value, }), }, - '#new':: d.fn(help="\n`aws.redshiftserverless_workgroup.new` injects a new `aws_redshiftserverless_workgroup` 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.redshiftserverless_workgroup.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.redshiftserverless_workgroup` using the reference:\n\n $._ref.aws_redshiftserverless_workgroup.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_redshiftserverless_workgroup.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 - `base_capacity` (`number`): Set the `base_capacity` field on the resulting resource block. When `null`, the `base_capacity` field will be omitted from the resulting object.\n - `enhanced_vpc_routing` (`bool`): Set the `enhanced_vpc_routing` field on the resulting resource block. When `null`, the `enhanced_vpc_routing` field will be omitted from the resulting object.\n - `namespace_name` (`string`): Set the `namespace_name` field on the resulting resource block.\n - `publicly_accessible` (`bool`): Set the `publicly_accessible` field on the resulting resource block. When `null`, the `publicly_accessible` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` 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 - `workgroup_name` (`string`): Set the `workgroup_name` field on the resulting resource block.\n - `config_parameter` (`list[obj]`): Set the `config_parameter` field on the resulting resource block. When `null`, the `config_parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.redshiftserverless_workgroup.config_parameter.new](#fn-config_parameternew) 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.redshiftserverless_workgroup.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.redshiftserverless_workgroup.new` injects a new `aws_redshiftserverless_workgroup` 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.redshiftserverless_workgroup.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.redshiftserverless_workgroup` using the reference:\n\n $._ref.aws_redshiftserverless_workgroup.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_redshiftserverless_workgroup.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 - `base_capacity` (`number`): Set the `base_capacity` field on the resulting resource block. When `null`, the `base_capacity` field will be omitted from the resulting object.\n - `enhanced_vpc_routing` (`bool`): Set the `enhanced_vpc_routing` field on the resulting resource block. When `null`, the `enhanced_vpc_routing` field will be omitted from the resulting object.\n - `namespace_name` (`string`): Set the `namespace_name` field on the resulting resource block.\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 - `publicly_accessible` (`bool`): Set the `publicly_accessible` field on the resulting resource block. When `null`, the `publicly_accessible` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` 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 - `workgroup_name` (`string`): Set the `workgroup_name` field on the resulting resource block.\n - `config_parameter` (`list[obj]`): Set the `config_parameter` field on the resulting resource block. When `null`, the `config_parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.redshiftserverless_workgroup.config_parameter.new](#fn-config_parameternew) 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.redshiftserverless_workgroup.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, namespace_name, @@ -20,6 +20,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); base_capacity=null, config_parameter=null, enhanced_vpc_routing=null, + port=null, publicly_accessible=null, security_group_ids=null, subnet_ids=null, @@ -35,6 +36,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); config_parameter=config_parameter, enhanced_vpc_routing=enhanced_vpc_routing, namespace_name=namespace_name, + port=port, publicly_accessible=publicly_accessible, security_group_ids=security_group_ids, subnet_ids=subnet_ids, @@ -45,13 +47,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.redshiftserverless_workgroup.newAttrs` constructs a new object with attributes and blocks configured for the `redshiftserverless_workgroup`\nTerraform resource.\n\nUnlike [aws.redshiftserverless_workgroup.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 - `base_capacity` (`number`): Set the `base_capacity` field on the resulting object. When `null`, the `base_capacity` field will be omitted from the resulting object.\n - `enhanced_vpc_routing` (`bool`): Set the `enhanced_vpc_routing` field on the resulting object. When `null`, the `enhanced_vpc_routing` field will be omitted from the resulting object.\n - `namespace_name` (`string`): Set the `namespace_name` field on the resulting object.\n - `publicly_accessible` (`bool`): Set the `publicly_accessible` field on the resulting object. When `null`, the `publicly_accessible` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` 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 - `workgroup_name` (`string`): Set the `workgroup_name` field on the resulting object.\n - `config_parameter` (`list[obj]`): Set the `config_parameter` field on the resulting object. When `null`, the `config_parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.redshiftserverless_workgroup.config_parameter.new](#fn-config_parameternew) 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.redshiftserverless_workgroup.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 `redshiftserverless_workgroup` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.redshiftserverless_workgroup.newAttrs` constructs a new object with attributes and blocks configured for the `redshiftserverless_workgroup`\nTerraform resource.\n\nUnlike [aws.redshiftserverless_workgroup.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 - `base_capacity` (`number`): Set the `base_capacity` field on the resulting object. When `null`, the `base_capacity` field will be omitted from the resulting object.\n - `enhanced_vpc_routing` (`bool`): Set the `enhanced_vpc_routing` field on the resulting object. When `null`, the `enhanced_vpc_routing` field will be omitted from the resulting object.\n - `namespace_name` (`string`): Set the `namespace_name` field on 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 - `publicly_accessible` (`bool`): Set the `publicly_accessible` field on the resulting object. When `null`, the `publicly_accessible` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` 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 - `workgroup_name` (`string`): Set the `workgroup_name` field on the resulting object.\n - `config_parameter` (`list[obj]`): Set the `config_parameter` field on the resulting object. When `null`, the `config_parameter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.redshiftserverless_workgroup.config_parameter.new](#fn-config_parameternew) 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.redshiftserverless_workgroup.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 `redshiftserverless_workgroup` resource into the root Terraform configuration.\n', args=[]), newAttrs( namespace_name, workgroup_name, base_capacity=null, config_parameter=null, enhanced_vpc_routing=null, + port=null, publicly_accessible=null, security_group_ids=null, subnet_ids=null, @@ -63,6 +66,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); config_parameter: config_parameter, enhanced_vpc_routing: enhanced_vpc_routing, namespace_name: namespace_name, + port: port, publicly_accessible: publicly_accessible, security_group_ids: security_group_ids, subnet_ids: subnet_ids, @@ -133,6 +137,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withPort':: d.fn(help='`aws.number.withPort` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the port field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `port` field.\n', args=[]), + withPort(resourceLabel, value): { + resource+: { + aws_redshiftserverless_workgroup+: { + [resourceLabel]+: { + port: value, + }, + }, + }, + }, '#withPubliclyAccessible':: d.fn(help='`aws.bool.withPubliclyAccessible` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the publicly_accessible 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 `publicly_accessible` field.\n', args=[]), withPubliclyAccessible(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/route53_resolver_endpoint.libsonnet b/5.x/_gen/resources/route53_resolver_endpoint.libsonnet index fa704d9d..819a2777 100644 --- a/5.x/_gen/resources/route53_resolver_endpoint.libsonnet +++ b/5.x/_gen/resources/route53_resolver_endpoint.libsonnet @@ -12,13 +12,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_id: subnet_id, }), }, - '#new':: d.fn(help="\n`aws.route53_resolver_endpoint.new` injects a new `aws_route53_resolver_endpoint` 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.route53_resolver_endpoint.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.route53_resolver_endpoint` using the reference:\n\n $._ref.aws_route53_resolver_endpoint.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_route53_resolver_endpoint.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 - `direction` (`string`): Set the `direction` 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 - `security_group_ids` (`list`): Set the `security_group_ids` 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 - `ip_address` (`list[obj]`): Set the `ip_address` field on the resulting resource block. When `null`, the `ip_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53_resolver_endpoint.ip_address.new](#fn-ip_addressnew) 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.route53_resolver_endpoint.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.route53_resolver_endpoint.new` injects a new `aws_route53_resolver_endpoint` 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.route53_resolver_endpoint.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.route53_resolver_endpoint` using the reference:\n\n $._ref.aws_route53_resolver_endpoint.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_route53_resolver_endpoint.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 - `direction` (`string`): Set the `direction` 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 - `protocols` (`list`): Set the `protocols` field on the resulting resource block. When `null`, the `protocols` field will be omitted from the resulting object.\n - `resolver_endpoint_type` (`string`): Set the `resolver_endpoint_type` field on the resulting resource block. When `null`, the `resolver_endpoint_type` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` 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 - `ip_address` (`list[obj]`): Set the `ip_address` field on the resulting resource block. When `null`, the `ip_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53_resolver_endpoint.ip_address.new](#fn-ip_addressnew) 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.route53_resolver_endpoint.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, direction, security_group_ids, ip_address=null, name=null, + protocols=null, + resolver_endpoint_type=null, tags=null, tags_all=null, timeouts=null, @@ -30,6 +32,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); direction=direction, ip_address=ip_address, name=name, + protocols=protocols, + resolver_endpoint_type=resolver_endpoint_type, security_group_ids=security_group_ids, tags=tags, tags_all=tags_all, @@ -37,12 +41,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.route53_resolver_endpoint.newAttrs` constructs a new object with attributes and blocks configured for the `route53_resolver_endpoint`\nTerraform resource.\n\nUnlike [aws.route53_resolver_endpoint.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 - `direction` (`string`): Set the `direction` 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 - `security_group_ids` (`list`): Set the `security_group_ids` 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 - `ip_address` (`list[obj]`): Set the `ip_address` field on the resulting object. When `null`, the `ip_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53_resolver_endpoint.ip_address.new](#fn-ip_addressnew) 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.route53_resolver_endpoint.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 `route53_resolver_endpoint` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.route53_resolver_endpoint.newAttrs` constructs a new object with attributes and blocks configured for the `route53_resolver_endpoint`\nTerraform resource.\n\nUnlike [aws.route53_resolver_endpoint.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 - `direction` (`string`): Set the `direction` 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 - `protocols` (`list`): Set the `protocols` field on the resulting object. When `null`, the `protocols` field will be omitted from the resulting object.\n - `resolver_endpoint_type` (`string`): Set the `resolver_endpoint_type` field on the resulting object. When `null`, the `resolver_endpoint_type` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` 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 - `ip_address` (`list[obj]`): Set the `ip_address` field on the resulting object. When `null`, the `ip_address` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53_resolver_endpoint.ip_address.new](#fn-ip_addressnew) 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.route53_resolver_endpoint.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 `route53_resolver_endpoint` resource into the root Terraform configuration.\n', args=[]), newAttrs( direction, security_group_ids, ip_address=null, name=null, + protocols=null, + resolver_endpoint_type=null, tags=null, tags_all=null, timeouts=null @@ -50,6 +56,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); direction: direction, ip_address: ip_address, name: name, + protocols: protocols, + resolver_endpoint_type: resolver_endpoint_type, security_group_ids: security_group_ids, tags: tags, tags_all: tags_all, @@ -107,6 +115,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withProtocols':: d.fn(help='`aws.list.withProtocols` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the protocols field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `protocols` field.\n', args=[]), + withProtocols(resourceLabel, value): { + resource+: { + aws_route53_resolver_endpoint+: { + [resourceLabel]+: { + protocols: value, + }, + }, + }, + }, + '#withResolverEndpointType':: d.fn(help='`aws.string.withResolverEndpointType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the resolver_endpoint_type 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 `resolver_endpoint_type` field.\n', args=[]), + withResolverEndpointType(resourceLabel, value): { + resource+: { + aws_route53_resolver_endpoint+: { + [resourceLabel]+: { + resolver_endpoint_type: value, + }, + }, + }, + }, '#withSecurityGroupIds':: d.fn(help='`aws.list.withSecurityGroupIds` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the security_group_ids field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `security_group_ids` field.\n', args=[]), withSecurityGroupIds(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/securitylake_aws_log_source.libsonnet b/5.x/_gen/resources/securitylake_aws_log_source.libsonnet new file mode 100644 index 00000000..4e7c3ca3 --- /dev/null +++ b/5.x/_gen/resources/securitylake_aws_log_source.libsonnet @@ -0,0 +1,56 @@ +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='securitylake_aws_log_source', url='', help='`securitylake_aws_log_source` represents the `aws_securitylake_aws_log_source` 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.securitylake_aws_log_source.new` injects a new `aws_securitylake_aws_log_source` 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.securitylake_aws_log_source.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.securitylake_aws_log_source` using the reference:\n\n $._ref.aws_securitylake_aws_log_source.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_securitylake_aws_log_source.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 - `source` (`list[obj]`): Set the `source` field on the resulting resource block. When `null`, the `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.securitylake_aws_log_source.source.new](#fn-sourcenew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + source=null, + _meta={} + ):: tf.withResource( + type='aws_securitylake_aws_log_source', + label=resourceLabel, + attrs=self.newAttrs(source=source), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.securitylake_aws_log_source.newAttrs` constructs a new object with attributes and blocks configured for the `securitylake_aws_log_source`\nTerraform resource.\n\nUnlike [aws.securitylake_aws_log_source.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 - `source` (`list[obj]`): Set the `source` field on the resulting object. When `null`, the `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.securitylake_aws_log_source.source.new](#fn-sourcenew) 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 `securitylake_aws_log_source` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + source=null + ):: std.prune(a={ + source: source, + }), + source:: { + '#new':: d.fn(help='\n`aws.securitylake_aws_log_source.source.new` constructs a new object with attributes and blocks configured for the `source`\nTerraform sub block.\n\n\n\n**Args**:\n - `accounts` (`list`): Set the `accounts` field on the resulting object. When `null`, the `accounts` field will be omitted from the resulting object.\n - `regions` (`list`): Set the `regions` field on the resulting object.\n - `source_name` (`string`): Set the `source_name` field on the resulting object.\n - `source_version` (`string`): Set the `source_version` field on the resulting object. When `null`, the `source_version` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `source` sub block.\n', args=[]), + new( + regions, + source_name, + accounts=null, + source_version=null + ):: std.prune(a={ + accounts: accounts, + regions: regions, + source_name: source_name, + source_version: source_version, + }), + }, + '#withSource':: d.fn(help='`aws.list[obj].withSource` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the source 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].withSourceMixin](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 `source` field.\n', args=[]), + withSource(resourceLabel, value): { + resource+: { + aws_securitylake_aws_log_source+: { + [resourceLabel]+: { + source: value, + }, + }, + }, + }, + '#withSourceMixin':: d.fn(help='`aws.list[obj].withSourceMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the source 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].withSource](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 `source` field.\n', args=[]), + withSourceMixin(resourceLabel, value): { + resource+: { + aws_securitylake_aws_log_source+: { + [resourceLabel]+: { + source+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/ssoadmin_application_access_scope.libsonnet b/5.x/_gen/resources/ssoadmin_application_access_scope.libsonnet new file mode 100644 index 00000000..c2d875c8 --- /dev/null +++ b/5.x/_gen/resources/ssoadmin_application_access_scope.libsonnet @@ -0,0 +1,58 @@ +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='ssoadmin_application_access_scope', url='', help='`ssoadmin_application_access_scope` represents the `aws_ssoadmin_application_access_scope` 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.ssoadmin_application_access_scope.new` injects a new `aws_ssoadmin_application_access_scope` 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.ssoadmin_application_access_scope.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.ssoadmin_application_access_scope` using the reference:\n\n $._ref.aws_ssoadmin_application_access_scope.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_ssoadmin_application_access_scope.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 - `application_arn` (`string`): Set the `application_arn` field on the resulting resource block.\n - `authorized_targets` (`list`): Set the `authorized_targets` field on the resulting resource block. When `null`, the `authorized_targets` field will be omitted from the resulting object.\n - `scope` (`string`): Set the `scope` 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, + application_arn, + scope, + authorized_targets=null, + _meta={} + ):: tf.withResource( + type='aws_ssoadmin_application_access_scope', + label=resourceLabel, + attrs=self.newAttrs(application_arn=application_arn, authorized_targets=authorized_targets, scope=scope), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.ssoadmin_application_access_scope.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_access_scope`\nTerraform resource.\n\nUnlike [aws.ssoadmin_application_access_scope.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 - `application_arn` (`string`): Set the `application_arn` field on the resulting object.\n - `authorized_targets` (`list`): Set the `authorized_targets` field on the resulting object. When `null`, the `authorized_targets` field will be omitted from the resulting object.\n - `scope` (`string`): Set the `scope` 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 `ssoadmin_application_access_scope` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + application_arn, + scope, + authorized_targets=null + ):: std.prune(a={ + application_arn: application_arn, + authorized_targets: authorized_targets, + scope: scope, + }), + '#withApplicationArn':: d.fn(help='`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the application_arn 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 `application_arn` field.\n', args=[]), + withApplicationArn(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_access_scope+: { + [resourceLabel]+: { + application_arn: value, + }, + }, + }, + }, + '#withAuthorizedTargets':: d.fn(help='`aws.list.withAuthorizedTargets` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the authorized_targets field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `authorized_targets` field.\n', args=[]), + withAuthorizedTargets(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_access_scope+: { + [resourceLabel]+: { + authorized_targets: value, + }, + }, + }, + }, + '#withScope':: d.fn(help='`aws.string.withScope` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the scope 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 `scope` field.\n', args=[]), + withScope(resourceLabel, value): { + resource+: { + aws_ssoadmin_application_access_scope+: { + [resourceLabel]+: { + scope: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/verifiedaccess_endpoint.libsonnet b/5.x/_gen/resources/verifiedaccess_endpoint.libsonnet index 97f54d9a..317192cb 100644 --- a/5.x/_gen/resources/verifiedaccess_endpoint.libsonnet +++ b/5.x/_gen/resources/verifiedaccess_endpoint.libsonnet @@ -28,7 +28,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); protocol: protocol, }), }, - '#new':: d.fn(help="\n`aws.verifiedaccess_endpoint.new` injects a new `aws_verifiedaccess_endpoint` 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.verifiedaccess_endpoint.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.verifiedaccess_endpoint` using the reference:\n\n $._ref.aws_verifiedaccess_endpoint.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_verifiedaccess_endpoint.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 - `application_domain` (`string`): Set the `application_domain` field on the resulting resource block.\n - `attachment_type` (`string`): Set the `attachment_type` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `domain_certificate_arn` (`string`): Set the `domain_certificate_arn` field on the resulting resource block.\n - `endpoint_domain_prefix` (`string`): Set the `endpoint_domain_prefix` field on the resulting resource block.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting resource block.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` 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 - `verified_access_group_id` (`string`): Set the `verified_access_group_id` field on the resulting resource block.\n - `load_balancer_options` (`list[obj]`): Set the `load_balancer_options` field on the resulting resource block. When `null`, the `load_balancer_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.verifiedaccess_endpoint.load_balancer_options.new](#fn-load_balancer_optionsnew) constructor.\n - `network_interface_options` (`list[obj]`): Set the `network_interface_options` field on the resulting resource block. When `null`, the `network_interface_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.verifiedaccess_endpoint.network_interface_options.new](#fn-network_interface_optionsnew) constructor.\n - `sse_specification` (`list[obj]`): Set the `sse_specification` field on the resulting resource block. When `null`, the `sse_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedaccess_endpoint.sse_specification.new](#fn-sse_specificationnew) 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.verifiedaccess_endpoint.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.verifiedaccess_endpoint.new` injects a new `aws_verifiedaccess_endpoint` 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.verifiedaccess_endpoint.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.verifiedaccess_endpoint` using the reference:\n\n $._ref.aws_verifiedaccess_endpoint.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_verifiedaccess_endpoint.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 - `application_domain` (`string`): Set the `application_domain` field on the resulting resource block.\n - `attachment_type` (`string`): Set the `attachment_type` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `domain_certificate_arn` (`string`): Set the `domain_certificate_arn` field on the resulting resource block.\n - `endpoint_domain_prefix` (`string`): Set the `endpoint_domain_prefix` field on the resulting resource block.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting resource block.\n - `policy_document` (`string`): Set the `policy_document` field on the resulting resource block. When `null`, the `policy_document` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` 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 - `verified_access_group_id` (`string`): Set the `verified_access_group_id` field on the resulting resource block.\n - `load_balancer_options` (`list[obj]`): Set the `load_balancer_options` field on the resulting resource block. When `null`, the `load_balancer_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.verifiedaccess_endpoint.load_balancer_options.new](#fn-load_balancer_optionsnew) constructor.\n - `network_interface_options` (`list[obj]`): Set the `network_interface_options` field on the resulting resource block. When `null`, the `network_interface_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.verifiedaccess_endpoint.network_interface_options.new](#fn-network_interface_optionsnew) constructor.\n - `sse_specification` (`list[obj]`): Set the `sse_specification` field on the resulting resource block. When `null`, the `sse_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedaccess_endpoint.sse_specification.new](#fn-sse_specificationnew) 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.verifiedaccess_endpoint.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, application_domain, @@ -40,6 +40,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); description=null, load_balancer_options=null, network_interface_options=null, + policy_document=null, security_group_ids=null, sse_specification=null, tags=null, @@ -58,6 +59,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); endpoint_type=endpoint_type, load_balancer_options=load_balancer_options, network_interface_options=network_interface_options, + policy_document=policy_document, security_group_ids=security_group_ids, sse_specification=sse_specification, tags=tags, @@ -67,7 +69,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.verifiedaccess_endpoint.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedaccess_endpoint`\nTerraform resource.\n\nUnlike [aws.verifiedaccess_endpoint.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 - `application_domain` (`string`): Set the `application_domain` field on the resulting object.\n - `attachment_type` (`string`): Set the `attachment_type` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `domain_certificate_arn` (`string`): Set the `domain_certificate_arn` field on the resulting object.\n - `endpoint_domain_prefix` (`string`): Set the `endpoint_domain_prefix` field on the resulting object.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` 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 - `verified_access_group_id` (`string`): Set the `verified_access_group_id` field on the resulting object.\n - `load_balancer_options` (`list[obj]`): Set the `load_balancer_options` field on the resulting object. When `null`, the `load_balancer_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.verifiedaccess_endpoint.load_balancer_options.new](#fn-load_balancer_optionsnew) constructor.\n - `network_interface_options` (`list[obj]`): Set the `network_interface_options` field on the resulting object. When `null`, the `network_interface_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.verifiedaccess_endpoint.network_interface_options.new](#fn-network_interface_optionsnew) constructor.\n - `sse_specification` (`list[obj]`): Set the `sse_specification` field on the resulting object. When `null`, the `sse_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedaccess_endpoint.sse_specification.new](#fn-sse_specificationnew) 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.verifiedaccess_endpoint.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 `verifiedaccess_endpoint` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.verifiedaccess_endpoint.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedaccess_endpoint`\nTerraform resource.\n\nUnlike [aws.verifiedaccess_endpoint.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 - `application_domain` (`string`): Set the `application_domain` field on the resulting object.\n - `attachment_type` (`string`): Set the `attachment_type` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `domain_certificate_arn` (`string`): Set the `domain_certificate_arn` field on the resulting object.\n - `endpoint_domain_prefix` (`string`): Set the `endpoint_domain_prefix` field on the resulting object.\n - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting object.\n - `policy_document` (`string`): Set the `policy_document` field on the resulting object. When `null`, the `policy_document` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` 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 - `verified_access_group_id` (`string`): Set the `verified_access_group_id` field on the resulting object.\n - `load_balancer_options` (`list[obj]`): Set the `load_balancer_options` field on the resulting object. When `null`, the `load_balancer_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.verifiedaccess_endpoint.load_balancer_options.new](#fn-load_balancer_optionsnew) constructor.\n - `network_interface_options` (`list[obj]`): Set the `network_interface_options` field on the resulting object. When `null`, the `network_interface_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.verifiedaccess_endpoint.network_interface_options.new](#fn-network_interface_optionsnew) constructor.\n - `sse_specification` (`list[obj]`): Set the `sse_specification` field on the resulting object. When `null`, the `sse_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedaccess_endpoint.sse_specification.new](#fn-sse_specificationnew) 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.verifiedaccess_endpoint.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 `verifiedaccess_endpoint` resource into the root Terraform configuration.\n', args=[]), newAttrs( application_domain, attachment_type, @@ -78,6 +80,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); description=null, load_balancer_options=null, network_interface_options=null, + policy_document=null, security_group_ids=null, sse_specification=null, tags=null, @@ -92,6 +95,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); endpoint_type: endpoint_type, load_balancer_options: load_balancer_options, network_interface_options: network_interface_options, + policy_document: policy_document, security_group_ids: security_group_ids, sse_specification: sse_specification, tags: tags, @@ -221,6 +225,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withPolicyDocument':: d.fn(help='`aws.string.withPolicyDocument` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the policy_document 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 `policy_document` field.\n', args=[]), + withPolicyDocument(resourceLabel, value): { + resource+: { + aws_verifiedaccess_endpoint+: { + [resourceLabel]+: { + policy_document: value, + }, + }, + }, + }, '#withSecurityGroupIds':: d.fn(help='`aws.list.withSecurityGroupIds` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the security_group_ids field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `security_group_ids` field.\n', args=[]), withSecurityGroupIds(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/verifiedpermissions_policy_store.libsonnet b/5.x/_gen/resources/verifiedpermissions_policy_store.libsonnet new file mode 100644 index 00000000..2117c60d --- /dev/null +++ b/5.x/_gen/resources/verifiedpermissions_policy_store.libsonnet @@ -0,0 +1,63 @@ +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='verifiedpermissions_policy_store', url='', help='`verifiedpermissions_policy_store` represents the `aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new` injects a new `aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.verifiedpermissions_policy_store` using the reference:\n\n $._ref.aws_verifiedpermissions_policy_store.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_verifiedpermissions_policy_store.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `validation_settings` (`list[obj]`): Set the `validation_settings` field on the resulting resource block. When `null`, the `validation_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_policy_store.validation_settings.new](#fn-validation_settingsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + description=null, + validation_settings=null, + _meta={} + ):: tf.withResource( + type='aws_verifiedpermissions_policy_store', + label=resourceLabel, + attrs=self.newAttrs(description=description, validation_settings=validation_settings), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.verifiedpermissions_policy_store.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_policy_store`\nTerraform resource.\n\nUnlike [aws.verifiedpermissions_policy_store.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `validation_settings` (`list[obj]`): Set the `validation_settings` field on the resulting object. When `null`, the `validation_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_policy_store.validation_settings.new](#fn-validation_settingsnew) 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 `verifiedpermissions_policy_store` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + description=null, + validation_settings=null + ):: std.prune(a={ + description: description, + validation_settings: validation_settings, + }), + validation_settings:: { + '#new':: d.fn(help='\n`aws.verifiedpermissions_policy_store.validation_settings.new` constructs a new object with attributes and blocks configured for the `validation_settings`\nTerraform sub block.\n\n\n\n**Args**:\n - `mode` (`string`): Set the `mode` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `validation_settings` sub block.\n', args=[]), + new( + mode + ):: std.prune(a={ + mode: mode, + }), + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_policy_store+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withValidationSettings':: d.fn(help='`aws.list[obj].withValidationSettings` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the validation_settings 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].withValidationSettingsMixin](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 `validation_settings` field.\n', args=[]), + withValidationSettings(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_policy_store+: { + [resourceLabel]+: { + validation_settings: value, + }, + }, + }, + }, + '#withValidationSettingsMixin':: d.fn(help='`aws.list[obj].withValidationSettingsMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the validation_settings 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].withValidationSettings](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 `validation_settings` field.\n', args=[]), + withValidationSettingsMixin(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_policy_store+: { + [resourceLabel]+: { + validation_settings+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/verifiedpermissions_policy_template.libsonnet b/5.x/_gen/resources/verifiedpermissions_policy_template.libsonnet new file mode 100644 index 00000000..9312e91f --- /dev/null +++ b/5.x/_gen/resources/verifiedpermissions_policy_template.libsonnet @@ -0,0 +1,58 @@ +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='verifiedpermissions_policy_template', url='', help='`verifiedpermissions_policy_template` represents the `aws_verifiedpermissions_policy_template` 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.verifiedpermissions_policy_template.new` injects a new `aws_verifiedpermissions_policy_template` 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.verifiedpermissions_policy_template.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.verifiedpermissions_policy_template` using the reference:\n\n $._ref.aws_verifiedpermissions_policy_template.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_verifiedpermissions_policy_template.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting resource block.\n - `statement` (`string`): Set the `statement` 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, + policy_store_id, + statement, + description=null, + _meta={} + ):: tf.withResource( + type='aws_verifiedpermissions_policy_template', + label=resourceLabel, + attrs=self.newAttrs(description=description, policy_store_id=policy_store_id, statement=statement), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.verifiedpermissions_policy_template.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_policy_template`\nTerraform resource.\n\nUnlike [aws.verifiedpermissions_policy_template.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting object.\n - `statement` (`string`): Set the `statement` 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 `verifiedpermissions_policy_template` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + policy_store_id, + statement, + description=null + ):: std.prune(a={ + description: description, + policy_store_id: policy_store_id, + statement: statement, + }), + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_policy_template+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withPolicyStoreId':: d.fn(help='`aws.string.withPolicyStoreId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the policy_store_id 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 `policy_store_id` field.\n', args=[]), + withPolicyStoreId(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_policy_template+: { + [resourceLabel]+: { + policy_store_id: value, + }, + }, + }, + }, + '#withStatement':: d.fn(help='`aws.string.withStatement` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the statement 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 `statement` field.\n', args=[]), + withStatement(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_policy_template+: { + [resourceLabel]+: { + statement: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/verifiedpermissions_schema.libsonnet b/5.x/_gen/resources/verifiedpermissions_schema.libsonnet new file mode 100644 index 00000000..cbc947d9 --- /dev/null +++ b/5.x/_gen/resources/verifiedpermissions_schema.libsonnet @@ -0,0 +1,63 @@ +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='verifiedpermissions_schema', url='', help='`verifiedpermissions_schema` represents the `aws_verifiedpermissions_schema` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + definition:: { + '#new':: d.fn(help='\n`aws.verifiedpermissions_schema.definition.new` constructs a new object with attributes and blocks configured for the `definition`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `definition` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + '#new':: d.fn(help="\n`aws.verifiedpermissions_schema.new` injects a new `aws_verifiedpermissions_schema` 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.verifiedpermissions_schema.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.verifiedpermissions_schema` using the reference:\n\n $._ref.aws_verifiedpermissions_schema.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_verifiedpermissions_schema.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 - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting resource block.\n - `definition` (`obj`): Set the `definition` field on the resulting resource block. When `null`, the `definition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_schema.definition.new](#fn-definitionnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + new( + resourceLabel, + policy_store_id, + definition=null, + _meta={} + ):: tf.withResource( + type='aws_verifiedpermissions_schema', + label=resourceLabel, + attrs=self.newAttrs(definition=definition, policy_store_id=policy_store_id), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.verifiedpermissions_schema.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_schema`\nTerraform resource.\n\nUnlike [aws.verifiedpermissions_schema.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 - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting object.\n - `definition` (`obj`): Set the `definition` field on the resulting object. When `null`, the `definition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_schema.definition.new](#fn-definitionnew) 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 `verifiedpermissions_schema` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + policy_store_id, + definition=null + ):: std.prune(a={ + definition: definition, + policy_store_id: policy_store_id, + }), + '#withDefinition':: d.fn(help='`aws.obj.withDefinition` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the definition 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.withDefinitionMixin](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 `definition` field.\n', args=[]), + withDefinition(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_schema+: { + [resourceLabel]+: { + definition: value, + }, + }, + }, + }, + '#withDefinitionMixin':: d.fn(help='`aws.obj.withDefinitionMixin` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the definition 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.withDefinition](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 `definition` field.\n', args=[]), + withDefinitionMixin(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_schema+: { + [resourceLabel]+: { + definition+: value, + }, + }, + }, + }, + '#withPolicyStoreId':: d.fn(help='`aws.string.withPolicyStoreId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the policy_store_id 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 `policy_store_id` field.\n', args=[]), + withPolicyStoreId(resourceLabel, value): { + resource+: { + aws_verifiedpermissions_schema+: { + [resourceLabel]+: { + policy_store_id: value, + }, + }, + }, + }, +} diff --git a/docs/5.x/README.md b/docs/5.x/README.md index 76ad8263..eb18f203 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -408,6 +408,7 @@ project. * [dynamodb_tag](dynamodb_tag.md) * [ebs_default_kms_key](ebs_default_kms_key.md) * [ebs_encryption_by_default](ebs_encryption_by_default.md) +* [ebs_fast_snapshot_restore](ebs_fast_snapshot_restore.md) * [ebs_snapshot](ebs_snapshot.md) * [ebs_snapshot_copy](ebs_snapshot_copy.md) * [ebs_snapshot_import](ebs_snapshot_import.md) @@ -495,6 +496,7 @@ project. * [elasticache_global_replication_group](elasticache_global_replication_group.md) * [elasticache_parameter_group](elasticache_parameter_group.md) * [elasticache_replication_group](elasticache_replication_group.md) +* [elasticache_serverless_cache](elasticache_serverless_cache.md) * [elasticache_subnet_group](elasticache_subnet_group.md) * [elasticache_user](elasticache_user.md) * [elasticache_user_group](elasticache_user_group.md) @@ -630,6 +632,7 @@ project. * [imagebuilder_image_pipeline](imagebuilder_image_pipeline.md) * [imagebuilder_image_recipe](imagebuilder_image_recipe.md) * [imagebuilder_infrastructure_configuration](imagebuilder_infrastructure_configuration.md) +* [imagebuilder_workflow](imagebuilder_workflow.md) * [inspector2_delegated_admin_account](inspector2_delegated_admin_account.md) * [inspector2_enabler](inspector2_enabler.md) * [inspector2_member_association](inspector2_member_association.md) @@ -676,6 +679,7 @@ project. * [keyspaces_table](keyspaces_table.md) * [kinesis_analytics_application](kinesis_analytics_application.md) * [kinesis_firehose_delivery_stream](kinesis_firehose_delivery_stream.md) +* [kinesis_resource_policy](kinesis_resource_policy.md) * [kinesis_stream](kinesis_stream.md) * [kinesis_stream_consumer](kinesis_stream_consumer.md) * [kinesis_video_stream](kinesis_video_stream.md) @@ -893,6 +897,7 @@ project. * [placement_group](placement_group.md) * [prometheus_alert_manager_definition](prometheus_alert_manager_definition.md) * [prometheus_rule_group_namespace](prometheus_rule_group_namespace.md) +* [prometheus_scraper](prometheus_scraper.md) * [prometheus_workspace](prometheus_workspace.md) * [provider](provider.md) * [proxy_protocol_policy](proxy_protocol_policy.md) @@ -1093,6 +1098,7 @@ project. * [securityhub_product_subscription](securityhub_product_subscription.md) * [securityhub_standards_control](securityhub_standards_control.md) * [securityhub_standards_subscription](securityhub_standards_subscription.md) +* [securitylake_aws_log_source](securitylake_aws_log_source.md) * [securitylake_data_lake](securitylake_data_lake.md) * [serverlessapplicationrepository_cloudformation_stack](serverlessapplicationrepository_cloudformation_stack.md) * [service_discovery_http_namespace](service_discovery_http_namespace.md) @@ -1185,6 +1191,7 @@ project. * [ssmincidents_response_plan](ssmincidents_response_plan.md) * [ssoadmin_account_assignment](ssoadmin_account_assignment.md) * [ssoadmin_application](ssoadmin_application.md) +* [ssoadmin_application_access_scope](ssoadmin_application_access_scope.md) * [ssoadmin_application_assignment](ssoadmin_application_assignment.md) * [ssoadmin_application_assignment_configuration](ssoadmin_application_assignment_configuration.md) * [ssoadmin_customer_managed_policy_attachment](ssoadmin_customer_managed_policy_attachment.md) @@ -1231,6 +1238,9 @@ project. * [verifiedaccess_instance_logging_configuration](verifiedaccess_instance_logging_configuration.md) * [verifiedaccess_instance_trust_provider_attachment](verifiedaccess_instance_trust_provider_attachment.md) * [verifiedaccess_trust_provider](verifiedaccess_trust_provider.md) +* [verifiedpermissions_policy_store](verifiedpermissions_policy_store.md) +* [verifiedpermissions_policy_template](verifiedpermissions_policy_template.md) +* [verifiedpermissions_schema](verifiedpermissions_schema.md) * [volume_attachment](volume_attachment.md) * [vpc](vpc.md) * [vpc_dhcp_options](vpc_dhcp_options.md) diff --git a/docs/5.x/alb_target_group.md b/docs/5.x/alb_target_group.md index 0089ee77..9139b831 100644 --- a/docs/5.x/alb_target_group.md +++ b/docs/5.x/alb_target_group.md @@ -22,6 +22,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withIpAddressType()`](#fn-withipaddresstype) * [`fn withLambdaMultiValueHeadersEnabled()`](#fn-withlambdamultivalueheadersenabled) * [`fn withLoadBalancingAlgorithmType()`](#fn-withloadbalancingalgorithmtype) +* [`fn withLoadBalancingAnomalyMitigation()`](#fn-withloadbalancinganomalymitigation) * [`fn withLoadBalancingCrossZoneEnabled()`](#fn-withloadbalancingcrosszoneenabled) * [`fn withName()`](#fn-withname) * [`fn withNamePrefix()`](#fn-withnameprefix) @@ -84,6 +85,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object. - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting resource block. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object. - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting resource block. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting resource block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting resource block. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object. - `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. @@ -129,6 +131,7 @@ injecting into a complete block. - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object. - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting object. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object. - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting object. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting object. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. - `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. @@ -268,6 +271,22 @@ Terraform resource block to set or update the load_balancing_algorithm_type fiel - `value` (`string`): The value to set for the `load_balancing_algorithm_type` field. +### fn withLoadBalancingAnomalyMitigation + +```ts +withLoadBalancingAnomalyMitigation() +``` + +`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the load_balancing_anomaly_mitigation field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `load_balancing_anomaly_mitigation` field. + + ### fn withLoadBalancingCrossZoneEnabled ```ts diff --git a/docs/5.x/appflow_flow.md b/docs/5.x/appflow_flow.md index e9da5856..a2b5bc42 100644 --- a/docs/5.x/appflow_flow.md +++ b/docs/5.x/appflow_flow.md @@ -868,6 +868,7 @@ Terraform sub block. **Args**: - `aggregation_type` (`string`): Set the `aggregation_type` field on the resulting object. When `null`, the `aggregation_type` field will be omitted from the resulting object. + - `target_file_size` (`number`): Set the `target_file_size` field on the resulting object. When `null`, the `target_file_size` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `aggregation_config` sub block. diff --git a/docs/5.x/autoscaling_group.md b/docs/5.x/autoscaling_group.md index 00034b58..c0828bb7 100644 --- a/docs/5.x/autoscaling_group.md +++ b/docs/5.x/autoscaling_group.md @@ -1181,6 +1181,7 @@ Terraform sub block. - `checkpoint_delay` (`string`): Set the `checkpoint_delay` field on the resulting object. When `null`, the `checkpoint_delay` field will be omitted from the resulting object. - `checkpoint_percentages` (`list`): Set the `checkpoint_percentages` field on the resulting object. When `null`, the `checkpoint_percentages` field will be omitted from the resulting object. - `instance_warmup` (`string`): Set the `instance_warmup` field on the resulting object. When `null`, the `instance_warmup` field will be omitted from the resulting object. + - `max_healthy_percentage` (`number`): Set the `max_healthy_percentage` field on the resulting object. When `null`, the `max_healthy_percentage` field will be omitted from the resulting object. - `min_healthy_percentage` (`number`): Set the `min_healthy_percentage` field on the resulting object. When `null`, the `min_healthy_percentage` field will be omitted from the resulting object. - `scale_in_protected_instances` (`string`): Set the `scale_in_protected_instances` field on the resulting object. When `null`, the `scale_in_protected_instances` field will be omitted from the resulting object. - `skip_matching` (`bool`): Set the `skip_matching` field on the resulting object. When `null`, the `skip_matching` field will be omitted from the resulting object. diff --git a/docs/5.x/batch_compute_environment.md b/docs/5.x/batch_compute_environment.md index 94cb2abd..8cf83cf1 100644 --- a/docs/5.x/batch_compute_environment.md +++ b/docs/5.x/batch_compute_environment.md @@ -26,6 +26,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withType()`](#fn-withtype) +* [`fn withUpdatePolicy()`](#fn-withupdatepolicy) +* [`fn withUpdatePolicyMixin()`](#fn-withupdatepolicymixin) * [`obj compute_resources`](#obj-compute_resources) * [`fn new()`](#fn-compute_resourcesnew) * [`obj compute_resources.ec2_configuration`](#obj-compute_resourcesec2_configuration) @@ -34,6 +36,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-compute_resourceslaunch_templatenew) * [`obj eks_configuration`](#obj-eks_configuration) * [`fn new()`](#fn-eks_configurationnew) +* [`obj update_policy`](#obj-update_policy) + * [`fn new()`](#fn-update_policynew) ## Fields @@ -73,6 +77,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `type` (`string`): Set the `type` field on the resulting resource block. - `compute_resources` (`list[obj]`): Set the `compute_resources` field on the resulting resource block. When `null`, the `compute_resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_compute_environment.compute_resources.new](#fn-compute_resourcesnew) constructor. - `eks_configuration` (`list[obj]`): Set the `eks_configuration` field on the resulting resource block. When `null`, the `eks_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.batch_compute_environment.eks_configuration.new](#fn-eks_configurationnew) constructor. + - `update_policy` (`list[obj]`): Set the `update_policy` field on the resulting resource block. When `null`, the `update_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.batch_compute_environment.update_policy.new](#fn-update_policynew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -105,6 +110,7 @@ injecting into a complete block. - `type` (`string`): Set the `type` field on the resulting object. - `compute_resources` (`list[obj]`): Set the `compute_resources` field on the resulting object. When `null`, the `compute_resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_compute_environment.compute_resources.new](#fn-compute_resourcesnew) constructor. - `eks_configuration` (`list[obj]`): Set the `eks_configuration` field on the resulting object. When `null`, the `eks_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.batch_compute_environment.eks_configuration.new](#fn-eks_configurationnew) constructor. + - `update_policy` (`list[obj]`): Set the `update_policy` field on the resulting object. When `null`, the `update_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.batch_compute_environment.update_policy.new](#fn-update_policynew) 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 `batch_compute_environment` resource into the root Terraform configuration. @@ -296,6 +302,43 @@ Terraform resource block to set or update the type field. - `value` (`string`): The value to set for the `type` field. +### fn withUpdatePolicy + +```ts +withUpdatePolicy() +``` + +`aws.list[obj].withUpdatePolicy` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the update_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].withUpdatePolicyMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `update_policy` field. + + +### fn withUpdatePolicyMixin + +```ts +withUpdatePolicyMixin() +``` + +`aws.list[obj].withUpdatePolicyMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the update_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].withUpdatePolicy](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `update_policy` field. + + ## obj compute_resources @@ -406,3 +449,27 @@ Terraform sub block. **Returns**: - An attribute object that represents the `eks_configuration` sub block. + + +## obj update_policy + + + +### fn update_policy.new + +```ts +new() +``` + + +`aws.batch_compute_environment.update_policy.new` constructs a new object with attributes and blocks configured for the `update_policy` +Terraform sub block. + + + +**Args**: + - `job_execution_timeout_minutes` (`number`): Set the `job_execution_timeout_minutes` field on the resulting object. + - `terminate_jobs_on_update` (`bool`): Set the `terminate_jobs_on_update` field on the resulting object. + +**Returns**: + - An attribute object that represents the `update_policy` sub block. diff --git a/docs/5.x/batch_job_definition.md b/docs/5.x/batch_job_definition.md index 5f6badea..24698534 100644 --- a/docs/5.x/batch_job_definition.md +++ b/docs/5.x/batch_job_definition.md @@ -16,6 +16,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withContainerProperties()`](#fn-withcontainerproperties) +* [`fn withEksProperties()`](#fn-witheksproperties) +* [`fn withEksPropertiesMixin()`](#fn-withekspropertiesmixin) * [`fn withName()`](#fn-withname) * [`fn withNodeProperties()`](#fn-withnodeproperties) * [`fn withParameters()`](#fn-withparameters) @@ -23,11 +25,36 @@ This package contains functions and utilities for setting up the resource using * [`fn withPropagateTags()`](#fn-withpropagatetags) * [`fn withRetryStrategy()`](#fn-withretrystrategy) * [`fn withRetryStrategyMixin()`](#fn-withretrystrategymixin) +* [`fn withSchedulingPriority()`](#fn-withschedulingpriority) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withTimeout()`](#fn-withtimeout) * [`fn withTimeoutMixin()`](#fn-withtimeoutmixin) * [`fn withType()`](#fn-withtype) +* [`obj eks_properties`](#obj-eks_properties) + * [`fn new()`](#fn-eks_propertiesnew) + * [`obj eks_properties.pod_properties`](#obj-eks_propertiespod_properties) + * [`fn new()`](#fn-eks_propertiespod_propertiesnew) + * [`obj eks_properties.pod_properties.containers`](#obj-eks_propertiespod_propertiescontainers) + * [`fn new()`](#fn-eks_propertiespod_propertiescontainersnew) + * [`obj eks_properties.pod_properties.containers.env`](#obj-eks_propertiespod_propertiescontainersenv) + * [`fn new()`](#fn-eks_propertiespod_propertiescontainersenvnew) + * [`obj eks_properties.pod_properties.containers.resources`](#obj-eks_propertiespod_propertiescontainersresources) + * [`fn new()`](#fn-eks_propertiespod_propertiescontainersresourcesnew) + * [`obj eks_properties.pod_properties.containers.security_context`](#obj-eks_propertiespod_propertiescontainerssecurity_context) + * [`fn new()`](#fn-eks_propertiespod_propertiescontainerssecurity_contextnew) + * [`obj eks_properties.pod_properties.containers.volume_mounts`](#obj-eks_propertiespod_propertiescontainersvolume_mounts) + * [`fn new()`](#fn-eks_propertiespod_propertiescontainersvolume_mountsnew) + * [`obj eks_properties.pod_properties.metadata`](#obj-eks_propertiespod_propertiesmetadata) + * [`fn new()`](#fn-eks_propertiespod_propertiesmetadatanew) + * [`obj eks_properties.pod_properties.volumes`](#obj-eks_propertiespod_propertiesvolumes) + * [`fn new()`](#fn-eks_propertiespod_propertiesvolumesnew) + * [`obj eks_properties.pod_properties.volumes.empty_dir`](#obj-eks_propertiespod_propertiesvolumesempty_dir) + * [`fn new()`](#fn-eks_propertiespod_propertiesvolumesempty_dirnew) + * [`obj eks_properties.pod_properties.volumes.host_path`](#obj-eks_propertiespod_propertiesvolumeshost_path) + * [`fn new()`](#fn-eks_propertiespod_propertiesvolumeshost_pathnew) + * [`obj eks_properties.pod_properties.volumes.secret`](#obj-eks_propertiespod_propertiesvolumessecret) + * [`fn new()`](#fn-eks_propertiespod_propertiesvolumessecretnew) * [`obj retry_strategy`](#obj-retry_strategy) * [`fn new()`](#fn-retry_strategynew) * [`obj retry_strategy.evaluate_on_exit`](#obj-retry_strategyevaluate_on_exit) @@ -70,9 +97,11 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `parameters` (`obj`): Set the `parameters` field on the resulting resource block. When `null`, the `parameters` field will be omitted from the resulting object. - `platform_capabilities` (`list`): Set the `platform_capabilities` field on the resulting resource block. When `null`, the `platform_capabilities` field will be omitted from the resulting object. - `propagate_tags` (`bool`): Set the `propagate_tags` field on the resulting resource block. When `null`, the `propagate_tags` field will be omitted from the resulting object. + - `scheduling_priority` (`number`): Set the `scheduling_priority` field on the resulting resource block. When `null`, the `scheduling_priority` 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. - `type` (`string`): Set the `type` field on the resulting resource block. + - `eks_properties` (`list[obj]`): Set the `eks_properties` field on the resulting resource block. When `null`, the `eks_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.batch_job_definition.eks_properties.new](#fn-eks_propertiesnew) constructor. - `retry_strategy` (`list[obj]`): Set the `retry_strategy` field on the resulting resource block. When `null`, the `retry_strategy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.retry_strategy.new](#fn-retry_strategynew) constructor. - `timeout` (`list[obj]`): Set the `timeout` field on the resulting resource block. When `null`, the `timeout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.timeout.new](#fn-timeoutnew) constructor. @@ -104,9 +133,11 @@ injecting into a complete block. - `parameters` (`obj`): Set the `parameters` field on the resulting object. When `null`, the `parameters` field will be omitted from the resulting object. - `platform_capabilities` (`list`): Set the `platform_capabilities` field on the resulting object. When `null`, the `platform_capabilities` field will be omitted from the resulting object. - `propagate_tags` (`bool`): Set the `propagate_tags` field on the resulting object. When `null`, the `propagate_tags` field will be omitted from the resulting object. + - `scheduling_priority` (`number`): Set the `scheduling_priority` field on the resulting object. When `null`, the `scheduling_priority` 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. - `type` (`string`): Set the `type` field on the resulting object. + - `eks_properties` (`list[obj]`): Set the `eks_properties` field on the resulting object. When `null`, the `eks_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.batch_job_definition.eks_properties.new](#fn-eks_propertiesnew) constructor. - `retry_strategy` (`list[obj]`): Set the `retry_strategy` field on the resulting object. When `null`, the `retry_strategy` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.retry_strategy.new](#fn-retry_strategynew) constructor. - `timeout` (`list[obj]`): Set the `timeout` field on the resulting object. When `null`, the `timeout` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.timeout.new](#fn-timeoutnew) constructor. @@ -130,6 +161,43 @@ Terraform resource block to set or update the container_properties field. - `value` (`string`): The value to set for the `container_properties` field. +### fn withEksProperties + +```ts +withEksProperties() +``` + +`aws.list[obj].withEksProperties` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the eks_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].withEksPropertiesMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `eks_properties` field. + + +### fn withEksPropertiesMixin + +```ts +withEksPropertiesMixin() +``` + +`aws.list[obj].withEksPropertiesMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the eks_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].withEksProperties](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `eks_properties` field. + + ### fn withName ```ts @@ -247,6 +315,22 @@ function. - `value` (`list[obj]`): The value to set for the `retry_strategy` field. +### fn withSchedulingPriority + +```ts +withSchedulingPriority() +``` + +`aws.number.withSchedulingPriority` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the scheduling_priority field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `scheduling_priority` field. + + ### fn withTags ```ts @@ -332,6 +416,308 @@ Terraform resource block to set or update the type field. - `value` (`string`): The value to set for the `type` field. +## obj eks_properties + + + +### fn eks_properties.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.new` constructs a new object with attributes and blocks configured for the `eks_properties` +Terraform sub block. + + + +**Args**: + - `pod_properties` (`list[obj]`): Set the `pod_properties` field on the resulting object. When `null`, the `pod_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.batch_job_definition.eks_properties.pod_properties.new](#fn-eks_propertiespod_propertiesnew) constructor. + +**Returns**: + - An attribute object that represents the `eks_properties` sub block. + + +## obj eks_properties.pod_properties + + + +### fn eks_properties.pod_properties.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.new` constructs a new object with attributes and blocks configured for the `pod_properties` +Terraform sub block. + + + +**Args**: + - `dns_policy` (`string`): Set the `dns_policy` field on the resulting object. When `null`, the `dns_policy` field will be omitted from the resulting object. + - `host_network` (`bool`): Set the `host_network` field on the resulting object. When `null`, the `host_network` field will be omitted from the resulting object. + - `service_account_name` (`string`): Set the `service_account_name` field on the resulting object. When `null`, the `service_account_name` field will be omitted from the resulting object. + - `containers` (`list[obj]`): Set the `containers` field on the resulting object. When `null`, the `containers` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.new](#fn-eks_propertieseks_propertiescontainersnew) constructor. + - `metadata` (`list[obj]`): Set the `metadata` field on the resulting object. When `null`, the `metadata` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.metadata.new](#fn-eks_propertieseks_propertiesmetadatanew) constructor. + - `volumes` (`list[obj]`): Set the `volumes` field on the resulting object. When `null`, the `volumes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.new](#fn-eks_propertieseks_propertiesvolumesnew) constructor. + +**Returns**: + - An attribute object that represents the `pod_properties` sub block. + + +## obj eks_properties.pod_properties.containers + + + +### fn eks_properties.pod_properties.containers.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.containers.new` constructs a new object with attributes and blocks configured for the `containers` +Terraform sub block. + + + +**Args**: + - `args` (`list`): Set the `args` field on the resulting object. When `null`, the `args` field will be omitted from the resulting object. + - `command` (`list`): Set the `command` field on the resulting object. When `null`, the `command` field will be omitted from the resulting object. + - `image` (`string`): Set the `image` field on the resulting object. + - `image_pull_policy` (`string`): Set the `image_pull_policy` field on the resulting object. When `null`, the `image_pull_policy` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `env` (`list[obj]`): Set the `env` field on the resulting object. When `null`, the `env` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.env.new](#fn-eks_propertieseks_propertiespod_propertiesenvnew) constructor. + - `resources` (`list[obj]`): Set the `resources` field on the resulting object. When `null`, the `resources` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.resources.new](#fn-eks_propertieseks_propertiespod_propertiesresourcesnew) constructor. + - `security_context` (`list[obj]`): Set the `security_context` field on the resulting object. When `null`, the `security_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.security_context.new](#fn-eks_propertieseks_propertiespod_propertiessecurity_contextnew) constructor. + - `volume_mounts` (`list[obj]`): Set the `volume_mounts` field on the resulting object. When `null`, the `volume_mounts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.containers.volume_mounts.new](#fn-eks_propertieseks_propertiespod_propertiesvolume_mountsnew) constructor. + +**Returns**: + - An attribute object that represents the `containers` sub block. + + +## obj eks_properties.pod_properties.containers.env + + + +### fn eks_properties.pod_properties.containers.env.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.containers.env.new` constructs a new object with attributes and blocks configured for the `env` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `env` sub block. + + +## obj eks_properties.pod_properties.containers.resources + + + +### fn eks_properties.pod_properties.containers.resources.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.containers.resources.new` constructs a new object with attributes and blocks configured for the `resources` +Terraform sub block. + + + +**Args**: + - `limits` (`obj`): Set the `limits` field on the resulting object. When `null`, the `limits` field will be omitted from the resulting object. + - `requests` (`obj`): Set the `requests` field on the resulting object. When `null`, the `requests` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `resources` sub block. + + +## obj eks_properties.pod_properties.containers.security_context + + + +### fn eks_properties.pod_properties.containers.security_context.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.containers.security_context.new` constructs a new object with attributes and blocks configured for the `security_context` +Terraform sub block. + + + +**Args**: + - `privileged` (`bool`): Set the `privileged` field on the resulting object. When `null`, the `privileged` field will be omitted from the resulting object. + - `read_only_root_file_system` (`bool`): Set the `read_only_root_file_system` field on the resulting object. When `null`, the `read_only_root_file_system` field will be omitted from the resulting object. + - `run_as_group` (`number`): Set the `run_as_group` field on the resulting object. When `null`, the `run_as_group` field will be omitted from the resulting object. + - `run_as_non_root` (`bool`): Set the `run_as_non_root` field on the resulting object. When `null`, the `run_as_non_root` field will be omitted from the resulting object. + - `run_as_user` (`number`): Set the `run_as_user` field on the resulting object. When `null`, the `run_as_user` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `security_context` sub block. + + +## obj eks_properties.pod_properties.containers.volume_mounts + + + +### fn eks_properties.pod_properties.containers.volume_mounts.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.containers.volume_mounts.new` constructs a new object with attributes and blocks configured for the `volume_mounts` +Terraform sub block. + + + +**Args**: + - `mount_path` (`string`): Set the `mount_path` field on the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. + - `read_only` (`bool`): Set the `read_only` field on the resulting object. When `null`, the `read_only` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `volume_mounts` sub block. + + +## obj eks_properties.pod_properties.metadata + + + +### fn eks_properties.pod_properties.metadata.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.metadata.new` constructs a new object with attributes and blocks configured for the `metadata` +Terraform sub block. + + + +**Args**: + - `labels` (`obj`): Set the `labels` field on the resulting object. When `null`, the `labels` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `metadata` sub block. + + +## obj eks_properties.pod_properties.volumes + + + +### fn eks_properties.pod_properties.volumes.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.volumes.new` constructs a new object with attributes and blocks configured for the `volumes` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `empty_dir` (`list[obj]`): Set the `empty_dir` field on the resulting object. When `null`, the `empty_dir` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.empty_dir.new](#fn-eks_propertieseks_propertiespod_propertiesempty_dirnew) constructor. + - `host_path` (`list[obj]`): Set the `host_path` field on the resulting object. When `null`, the `host_path` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.host_path.new](#fn-eks_propertieseks_propertiespod_propertieshost_pathnew) constructor. + - `secret` (`list[obj]`): Set the `secret` field on the resulting object. When `null`, the `secret` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.batch_job_definition.eks_properties.pod_properties.volumes.secret.new](#fn-eks_propertieseks_propertiespod_propertiessecretnew) constructor. + +**Returns**: + - An attribute object that represents the `volumes` sub block. + + +## obj eks_properties.pod_properties.volumes.empty_dir + + + +### fn eks_properties.pod_properties.volumes.empty_dir.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.volumes.empty_dir.new` constructs a new object with attributes and blocks configured for the `empty_dir` +Terraform sub block. + + + +**Args**: + - `medium` (`string`): Set the `medium` field on the resulting object. When `null`, the `medium` field will be omitted from the resulting object. + - `size_limit` (`string`): Set the `size_limit` field on the resulting object. + +**Returns**: + - An attribute object that represents the `empty_dir` sub block. + + +## obj eks_properties.pod_properties.volumes.host_path + + + +### fn eks_properties.pod_properties.volumes.host_path.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.volumes.host_path.new` constructs a new object with attributes and blocks configured for the `host_path` +Terraform sub block. + + + +**Args**: + - `path` (`string`): Set the `path` field on the resulting object. + +**Returns**: + - An attribute object that represents the `host_path` sub block. + + +## obj eks_properties.pod_properties.volumes.secret + + + +### fn eks_properties.pod_properties.volumes.secret.new + +```ts +new() +``` + + +`aws.batch_job_definition.eks_properties.pod_properties.volumes.secret.new` constructs a new object with attributes and blocks configured for the `secret` +Terraform sub block. + + + +**Args**: + - `optional` (`bool`): Set the `optional` field on the resulting object. When `null`, the `optional` field will be omitted from the resulting object. + - `secret_name` (`string`): Set the `secret_name` field on the resulting object. + +**Returns**: + - An attribute object that represents the `secret` sub block. + + ## obj retry_strategy diff --git a/docs/5.x/cloud9_environment_ec2.md b/docs/5.x/cloud9_environment_ec2.md index b121fa85..aed0d1a7 100644 --- a/docs/5.x/cloud9_environment_ec2.md +++ b/docs/5.x/cloud9_environment_ec2.md @@ -58,7 +58,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `automatic_stop_time_minutes` (`number`): Set the `automatic_stop_time_minutes` field on the resulting resource block. When `null`, the `automatic_stop_time_minutes` field will be omitted from the resulting object. - `connection_type` (`string`): Set the `connection_type` field on the resulting resource block. When `null`, the `connection_type` field will be omitted from the resulting object. - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. - - `image_id` (`string`): Set the `image_id` field on the resulting resource block. When `null`, the `image_id` field will be omitted from the resulting object. + - `image_id` (`string`): Set the `image_id` field on the resulting resource block. - `instance_type` (`string`): Set the `instance_type` field on the resulting resource block. - `name` (`string`): Set the `name` field on the resulting resource block. - `owner_arn` (`string`): Set the `owner_arn` field on the resulting resource block. When `null`, the `owner_arn` field will be omitted from the resulting object. @@ -91,7 +91,7 @@ injecting into a complete block. - `automatic_stop_time_minutes` (`number`): Set the `automatic_stop_time_minutes` field on the resulting object. When `null`, the `automatic_stop_time_minutes` field will be omitted from the resulting object. - `connection_type` (`string`): Set the `connection_type` field on the resulting object. When `null`, the `connection_type` field will be omitted from the resulting object. - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. - - `image_id` (`string`): Set the `image_id` field on the resulting object. When `null`, the `image_id` field will be omitted from the resulting object. + - `image_id` (`string`): Set the `image_id` field on the resulting object. - `instance_type` (`string`): Set the `instance_type` field on the resulting object. - `name` (`string`): Set the `name` field on the resulting object. - `owner_arn` (`string`): Set the `owner_arn` field on the resulting object. When `null`, the `owner_arn` field will be omitted from the resulting object. diff --git a/docs/5.x/codepipeline.md b/docs/5.x/codepipeline.md index 5c0486a5..65b3f8c0 100644 --- a/docs/5.x/codepipeline.md +++ b/docs/5.x/codepipeline.md @@ -18,11 +18,14 @@ This package contains functions and utilities for setting up the resource using * [`fn withArtifactStore()`](#fn-withartifactstore) * [`fn withArtifactStoreMixin()`](#fn-withartifactstoremixin) * [`fn withName()`](#fn-withname) +* [`fn withPipelineType()`](#fn-withpipelinetype) * [`fn withRoleArn()`](#fn-withrolearn) * [`fn withStage()`](#fn-withstage) * [`fn withStageMixin()`](#fn-withstagemixin) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withVariable()`](#fn-withvariable) +* [`fn withVariableMixin()`](#fn-withvariablemixin) * [`obj artifact_store`](#obj-artifact_store) * [`fn new()`](#fn-artifact_storenew) * [`obj artifact_store.encryption_key`](#obj-artifact_storeencryption_key) @@ -31,6 +34,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-stagenew) * [`obj stage.action`](#obj-stageaction) * [`fn new()`](#fn-stageactionnew) +* [`obj variable`](#obj-variable) + * [`fn new()`](#fn-variablenew) ## Fields @@ -62,11 +67,13 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `resourceLabel` (`string`): The name label of the block. - `name` (`string`): Set the `name` field on the resulting resource block. + - `pipeline_type` (`string`): Set the `pipeline_type` field on the resulting resource block. When `null`, the `pipeline_type` field will be omitted from the resulting object. - `role_arn` (`string`): Set the `role_arn` 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. - `artifact_store` (`list[obj]`): Set the `artifact_store` field on the resulting resource block. When `null`, the `artifact_store` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.artifact_store.new](#fn-artifact_storenew) constructor. - `stage` (`list[obj]`): Set the `stage` field on the resulting resource block. When `null`, the `stage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.stage.new](#fn-stagenew) constructor. + - `variable` (`list[obj]`): Set the `variable` field on the resulting resource block. When `null`, the `variable` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.variable.new](#fn-variablenew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -91,11 +98,13 @@ injecting into a complete block. **Args**: - `name` (`string`): Set the `name` field on the resulting object. + - `pipeline_type` (`string`): Set the `pipeline_type` field on the resulting object. When `null`, the `pipeline_type` field will be omitted from the resulting object. - `role_arn` (`string`): Set the `role_arn` 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. - `artifact_store` (`list[obj]`): Set the `artifact_store` field on the resulting object. When `null`, the `artifact_store` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.artifact_store.new](#fn-artifact_storenew) constructor. - `stage` (`list[obj]`): Set the `stage` field on the resulting object. When `null`, the `stage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.stage.new](#fn-stagenew) constructor. + - `variable` (`list[obj]`): Set the `variable` field on the resulting object. When `null`, the `variable` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.codepipeline.variable.new](#fn-variablenew) 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 `codepipeline` resource into the root Terraform configuration. @@ -154,6 +163,22 @@ Terraform resource block to set or update the name field. - `value` (`string`): The value to set for the `name` field. +### fn withPipelineType + +```ts +withPipelineType() +``` + +`aws.string.withPipelineType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the pipeline_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `pipeline_type` field. + + ### fn withRoleArn ```ts @@ -239,6 +264,43 @@ Terraform resource block to set or update the tags_all field. - `value` (`obj`): The value to set for the `tags_all` field. +### fn withVariable + +```ts +withVariable() +``` + +`aws.list[obj].withVariable` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the variable 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].withVariableMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `variable` field. + + +### fn withVariableMixin + +```ts +withVariableMixin() +``` + +`aws.list[obj].withVariableMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the variable 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].withVariable](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `variable` field. + + ## obj artifact_store @@ -344,3 +406,28 @@ Terraform sub block. **Returns**: - An attribute object that represents the `action` sub block. + + +## obj variable + + + +### fn variable.new + +```ts +new() +``` + + +`aws.codepipeline.variable.new` constructs a new object with attributes and blocks configured for the `variable` +Terraform sub block. + + + +**Args**: + - `default_value` (`string`): Set the `default_value` field on the resulting object. When `null`, the `default_value` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. + +**Returns**: + - An attribute object that represents the `variable` sub block. diff --git a/docs/5.x/data/alb_target_group.md b/docs/5.x/data/alb_target_group.md index 45ef3750..cd2d5085 100644 --- a/docs/5.x/data/alb_target_group.md +++ b/docs/5.x/data/alb_target_group.md @@ -16,6 +16,7 @@ This package contains functions and utilities for setting up the data source usi * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withArn()`](#fn-witharn) +* [`fn withLoadBalancingAnomalyMitigation()`](#fn-withloadbalancinganomalymitigation) * [`fn withName()`](#fn-withname) * [`fn withTags()`](#fn-withtags) * [`fn withTimeouts()`](#fn-withtimeouts) @@ -53,6 +54,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `dataSrcLabel` (`string`): The name label of the block. - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting data source block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object. - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object. - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.alb_target_group.timeouts.new](#fn-timeoutsnew) constructor. @@ -80,6 +82,7 @@ injecting into a complete block. **Args**: - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` 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. - `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.data.alb_target_group.timeouts.new](#fn-timeoutsnew) constructor. @@ -104,6 +107,22 @@ Terraform data source block to set or update the arn field. - `value` (`string`): The value to set for the `arn` field. +### fn withLoadBalancingAnomalyMitigation + +```ts +withLoadBalancingAnomalyMitigation() +``` + +`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the load_balancing_anomaly_mitigation field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `load_balancing_anomaly_mitigation` field. + + ### fn withName ```ts diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index 7d6dd0f7..e9f82f4f 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -333,7 +333,9 @@ permalink: /data/ * [memorydb_subnet_group](memorydb_subnet_group.md) * [memorydb_user](memorydb_user.md) * [mq_broker](mq_broker.md) +* [mq_broker_engine_types](mq_broker_engine_types.md) * [mq_broker_instance_type_offerings](mq_broker_instance_type_offerings.md) +* [msk_bootstrap_brokers](msk_bootstrap_brokers.md) * [msk_broker_nodes](msk_broker_nodes.md) * [msk_cluster](msk_cluster.md) * [msk_configuration](msk_configuration.md) @@ -505,6 +507,7 @@ permalink: /data/ * [subnet](subnet.md) * [subnets](subnets.md) * [transfer_server](transfer_server.md) +* [verifiedpermissions_policy_store](verifiedpermissions_policy_store.md) * [vpc](vpc.md) * [vpc_dhcp_options](vpc_dhcp_options.md) * [vpc_endpoint](vpc_endpoint.md) diff --git a/docs/5.x/data/lb_target_group.md b/docs/5.x/data/lb_target_group.md index 80a879ac..165f8f0d 100644 --- a/docs/5.x/data/lb_target_group.md +++ b/docs/5.x/data/lb_target_group.md @@ -16,6 +16,7 @@ This package contains functions and utilities for setting up the data source usi * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withArn()`](#fn-witharn) +* [`fn withLoadBalancingAnomalyMitigation()`](#fn-withloadbalancinganomalymitigation) * [`fn withName()`](#fn-withname) * [`fn withTags()`](#fn-withtags) * [`fn withTimeouts()`](#fn-withtimeouts) @@ -53,6 +54,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `dataSrcLabel` (`string`): The name label of the block. - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting data source block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object. - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object. - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.lb_target_group.timeouts.new](#fn-timeoutsnew) constructor. @@ -80,6 +82,7 @@ injecting into a complete block. **Args**: - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` 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. - `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.data.lb_target_group.timeouts.new](#fn-timeoutsnew) constructor. @@ -104,6 +107,22 @@ Terraform data source block to set or update the arn field. - `value` (`string`): The value to set for the `arn` field. +### fn withLoadBalancingAnomalyMitigation + +```ts +withLoadBalancingAnomalyMitigation() +``` + +`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the load_balancing_anomaly_mitigation field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `load_balancing_anomaly_mitigation` field. + + ### fn withName ```ts diff --git a/docs/5.x/data/mq_broker_engine_types.md b/docs/5.x/data/mq_broker_engine_types.md new file mode 100644 index 00000000..71826ae9 --- /dev/null +++ b/docs/5.x/data/mq_broker_engine_types.md @@ -0,0 +1,92 @@ +--- +permalink: /data/mq_broker_engine_types/ +--- + +# data.mq_broker_engine_types + +`mq_broker_engine_types` represents the `aws_mq_broker_engine_types` 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) +* [`fn withEngineType()`](#fn-withenginetype) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.mq_broker_engine_types.new` injects a new `data_aws_mq_broker_engine_types` 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.mq_broker_engine_types.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.mq_broker_engine_types` using the reference: + + $._ref.data_aws_mq_broker_engine_types.some_id.get('id') + +This is the same as directly entering `"${ data_aws_mq_broker_engine_types.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. + - `engine_type` (`string`): Set the `engine_type` field on the resulting data source block. When `null`, the `engine_type` field will be omitted from the resulting object. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.mq_broker_engine_types.newAttrs` constructs a new object with attributes and blocks configured for the `mq_broker_engine_types` +Terraform data source. + +Unlike [aws.data.mq_broker_engine_types.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. + +**Args**: + - `engine_type` (`string`): Set the `engine_type` field on the resulting object. When `null`, the `engine_type` field will be omitted from the resulting object. + +**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 `mq_broker_engine_types` data source into the root Terraform configuration. + + +### fn withEngineType + +```ts +withEngineType() +``` + +`aws.string.withEngineType` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the engine_type field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `engine_type` field. diff --git a/docs/5.x/data/msk_bootstrap_brokers.md b/docs/5.x/data/msk_bootstrap_brokers.md new file mode 100644 index 00000000..1fd56e63 --- /dev/null +++ b/docs/5.x/data/msk_bootstrap_brokers.md @@ -0,0 +1,92 @@ +--- +permalink: /data/msk_bootstrap_brokers/ +--- + +# data.msk_bootstrap_brokers + +`msk_bootstrap_brokers` represents the `aws_msk_bootstrap_brokers` 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) +* [`fn withClusterArn()`](#fn-withclusterarn) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.msk_bootstrap_brokers.new` injects a new `data_aws_msk_bootstrap_brokers` 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.msk_bootstrap_brokers.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.msk_bootstrap_brokers` using the reference: + + $._ref.data_aws_msk_bootstrap_brokers.some_id.get('id') + +This is the same as directly entering `"${ data_aws_msk_bootstrap_brokers.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. + - `cluster_arn` (`string`): Set the `cluster_arn` field on the resulting data source block. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.msk_bootstrap_brokers.newAttrs` constructs a new object with attributes and blocks configured for the `msk_bootstrap_brokers` +Terraform data source. + +Unlike [aws.data.msk_bootstrap_brokers.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. + +**Args**: + - `cluster_arn` (`string`): Set the `cluster_arn` field on the resulting object. + +**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 `msk_bootstrap_brokers` data source into the root Terraform configuration. + + +### fn withClusterArn + +```ts +withClusterArn() +``` + +`aws.string.withClusterArn` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the cluster_arn field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `cluster_arn` field. diff --git a/docs/5.x/data/verifiedpermissions_policy_store.md b/docs/5.x/data/verifiedpermissions_policy_store.md new file mode 100644 index 00000000..381c55e5 --- /dev/null +++ b/docs/5.x/data/verifiedpermissions_policy_store.md @@ -0,0 +1,71 @@ +--- +permalink: /data/verifiedpermissions_policy_store/ +--- + +# data.verifiedpermissions_policy_store + +`verifiedpermissions_policy_store` represents the `aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new` injects a new `data_aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.verifiedpermissions_policy_store` using the reference: + + $._ref.data_aws_verifiedpermissions_policy_store.some_id.get('id') + +This is the same as directly entering `"${ data_aws_verifiedpermissions_policy_store.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.verifiedpermissions_policy_store.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_policy_store` +Terraform data source. + +Unlike [aws.data.verifiedpermissions_policy_store.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 `verifiedpermissions_policy_store` data source into the root Terraform configuration. diff --git a/docs/5.x/ebs_fast_snapshot_restore.md b/docs/5.x/ebs_fast_snapshot_restore.md new file mode 100644 index 00000000..98606b96 --- /dev/null +++ b/docs/5.x/ebs_fast_snapshot_restore.md @@ -0,0 +1,177 @@ +--- +permalink: /ebs_fast_snapshot_restore/ +--- + +# ebs_fast_snapshot_restore + +`ebs_fast_snapshot_restore` represents the `aws_ebs_fast_snapshot_restore` 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 withAvailabilityZone()`](#fn-withavailabilityzone) +* [`fn withSnapshotId()`](#fn-withsnapshotid) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.ebs_fast_snapshot_restore.new` injects a new `aws_ebs_fast_snapshot_restore` 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.ebs_fast_snapshot_restore.new('some_id') + +You can get the reference to the `id` field of the created `aws.ebs_fast_snapshot_restore` using the reference: + + $._ref.aws_ebs_fast_snapshot_restore.some_id.get('id') + +This is the same as directly entering `"${ aws_ebs_fast_snapshot_restore.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. + - `availability_zone` (`string`): Set the `availability_zone` field on the resulting resource block. + - `snapshot_id` (`string`): Set the `snapshot_id` 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.ebs_fast_snapshot_restore.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.ebs_fast_snapshot_restore.newAttrs` constructs a new object with attributes and blocks configured for the `ebs_fast_snapshot_restore` +Terraform resource. + +Unlike [aws.ebs_fast_snapshot_restore.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**: + - `availability_zone` (`string`): Set the `availability_zone` field on the resulting object. + - `snapshot_id` (`string`): Set the `snapshot_id` 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.ebs_fast_snapshot_restore.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 `ebs_fast_snapshot_restore` resource into the root Terraform configuration. + + +### fn withAvailabilityZone + +```ts +withAvailabilityZone() +``` + +`aws.string.withAvailabilityZone` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the availability_zone field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `availability_zone` field. + + +### fn withSnapshotId + +```ts +withSnapshotId() +``` + +`aws.string.withSnapshotId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the snapshot_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `snapshot_id` 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.ebs_fast_snapshot_restore.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/efs_file_system.md b/docs/5.x/efs_file_system.md index bff6b313..cb724ee2 100644 --- a/docs/5.x/efs_file_system.md +++ b/docs/5.x/efs_file_system.md @@ -22,12 +22,16 @@ This package contains functions and utilities for setting up the resource using * [`fn withLifecyclePolicy()`](#fn-withlifecyclepolicy) * [`fn withLifecyclePolicyMixin()`](#fn-withlifecyclepolicymixin) * [`fn withPerformanceMode()`](#fn-withperformancemode) +* [`fn withProtection()`](#fn-withprotection) +* [`fn withProtectionMixin()`](#fn-withprotectionmixin) * [`fn withProvisionedThroughputInMibps()`](#fn-withprovisionedthroughputinmibps) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withThroughputMode()`](#fn-withthroughputmode) * [`obj lifecycle_policy`](#obj-lifecycle_policy) * [`fn new()`](#fn-lifecycle_policynew) +* [`obj protection`](#obj-protection) + * [`fn new()`](#fn-protectionnew) ## Fields @@ -68,6 +72,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `throughput_mode` (`string`): Set the `throughput_mode` field on the resulting resource block. When `null`, the `throughput_mode` field will be omitted from the resulting object. - `lifecycle_policy` (`list[obj]`): Set the `lifecycle_policy` field on the resulting resource block. When `null`, the `lifecycle_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.efs_file_system.lifecycle_policy.new](#fn-lifecycle_policynew) constructor. + - `protection` (`list[obj]`): Set the `protection` field on the resulting resource block. When `null`, the `protection` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.efs_file_system.protection.new](#fn-protectionnew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -101,6 +106,7 @@ injecting into a complete block. - `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. - `throughput_mode` (`string`): Set the `throughput_mode` field on the resulting object. When `null`, the `throughput_mode` field will be omitted from the resulting object. - `lifecycle_policy` (`list[obj]`): Set the `lifecycle_policy` field on the resulting object. When `null`, the `lifecycle_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.efs_file_system.lifecycle_policy.new](#fn-lifecycle_policynew) constructor. + - `protection` (`list[obj]`): Set the `protection` field on the resulting object. When `null`, the `protection` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.efs_file_system.protection.new](#fn-protectionnew) 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 `efs_file_system` resource into the root Terraform configuration. @@ -223,6 +229,43 @@ Terraform resource block to set or update the performance_mode field. - `value` (`string`): The value to set for the `performance_mode` field. +### fn withProtection + +```ts +withProtection() +``` + +`aws.list[obj].withProtection` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the protection 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].withProtectionMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `protection` field. + + +### fn withProtectionMixin + +```ts +withProtectionMixin() +``` + +`aws.list[obj].withProtectionMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the protection 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].withProtection](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `protection` field. + + ### fn withProvisionedThroughputInMibps ```ts @@ -304,8 +347,32 @@ Terraform sub block. **Args**: + - `transition_to_archive` (`string`): Set the `transition_to_archive` field on the resulting object. When `null`, the `transition_to_archive` field will be omitted from the resulting object. - `transition_to_ia` (`string`): Set the `transition_to_ia` field on the resulting object. When `null`, the `transition_to_ia` field will be omitted from the resulting object. - `transition_to_primary_storage_class` (`string`): Set the `transition_to_primary_storage_class` field on the resulting object. When `null`, the `transition_to_primary_storage_class` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `lifecycle_policy` sub block. + + +## obj protection + + + +### fn protection.new + +```ts +new() +``` + + +`aws.efs_file_system.protection.new` constructs a new object with attributes and blocks configured for the `protection` +Terraform sub block. + + + +**Args**: + - `replication_overwrite` (`string`): Set the `replication_overwrite` field on the resulting object. When `null`, the `replication_overwrite` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `protection` sub block. diff --git a/docs/5.x/efs_replication_configuration.md b/docs/5.x/efs_replication_configuration.md index 8ee83614..013e6ca5 100644 --- a/docs/5.x/efs_replication_configuration.md +++ b/docs/5.x/efs_replication_configuration.md @@ -195,6 +195,7 @@ Terraform sub block. **Args**: - `availability_zone_name` (`string`): Set the `availability_zone_name` field on the resulting object. When `null`, the `availability_zone_name` field will be omitted from the resulting object. + - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object. When `null`, the `file_system_id` field will be omitted from the resulting object. - `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. - `region` (`string`): Set the `region` field on the resulting object. When `null`, the `region` field will be omitted from the resulting object. diff --git a/docs/5.x/elasticache_serverless_cache.md b/docs/5.x/elasticache_serverless_cache.md new file mode 100644 index 00000000..3445aed5 --- /dev/null +++ b/docs/5.x/elasticache_serverless_cache.md @@ -0,0 +1,486 @@ +--- +permalink: /elasticache_serverless_cache/ +--- + +# elasticache_serverless_cache + +`elasticache_serverless_cache` represents the `aws_elasticache_serverless_cache` 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 withCacheUsageLimits()`](#fn-withcacheusagelimits) +* [`fn withCacheUsageLimitsMixin()`](#fn-withcacheusagelimitsmixin) +* [`fn withDailySnapshotTime()`](#fn-withdailysnapshottime) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withEngine()`](#fn-withengine) +* [`fn withKmsKeyId()`](#fn-withkmskeyid) +* [`fn withMajorEngineVersion()`](#fn-withmajorengineversion) +* [`fn withName()`](#fn-withname) +* [`fn withSecurityGroupIds()`](#fn-withsecuritygroupids) +* [`fn withSnapshotArnsToRestore()`](#fn-withsnapshotarnstorestore) +* [`fn withSnapshotRetentionLimit()`](#fn-withsnapshotretentionlimit) +* [`fn withSubnetIds()`](#fn-withsubnetids) +* [`fn withTags()`](#fn-withtags) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`fn withUserGroupId()`](#fn-withusergroupid) +* [`obj cache_usage_limits`](#obj-cache_usage_limits) + * [`fn new()`](#fn-cache_usage_limitsnew) + * [`obj cache_usage_limits.data_storage`](#obj-cache_usage_limitsdata_storage) + * [`fn new()`](#fn-cache_usage_limitsdata_storagenew) + * [`obj cache_usage_limits.ecpu_per_second`](#obj-cache_usage_limitsecpu_per_second) + * [`fn new()`](#fn-cache_usage_limitsecpu_per_secondnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.elasticache_serverless_cache.new` injects a new `aws_elasticache_serverless_cache` 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.elasticache_serverless_cache.new('some_id') + +You can get the reference to the `id` field of the created `aws.elasticache_serverless_cache` using the reference: + + $._ref.aws_elasticache_serverless_cache.some_id.get('id') + +This is the same as directly entering `"${ aws_elasticache_serverless_cache.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. + - `daily_snapshot_time` (`string`): Set the `daily_snapshot_time` field on the resulting resource block. When `null`, the `daily_snapshot_time` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `engine` (`string`): Set the `engine` field on the resulting resource block. + - `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. + - `major_engine_version` (`string`): Set the `major_engine_version` field on the resulting resource block. When `null`, the `major_engine_version` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting resource block. + - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object. + - `snapshot_arns_to_restore` (`list`): Set the `snapshot_arns_to_restore` field on the resulting resource block. When `null`, the `snapshot_arns_to_restore` field will be omitted from the resulting object. + - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting resource block. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object. + - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` 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. + - `user_group_id` (`string`): Set the `user_group_id` field on the resulting resource block. When `null`, the `user_group_id` field will be omitted from the resulting object. + - `cache_usage_limits` (`list[obj]`): Set the `cache_usage_limits` field on the resulting resource block. When `null`, the `cache_usage_limits` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.new](#fn-cache_usage_limitsnew) constructor. + - `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.elasticache_serverless_cache.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.elasticache_serverless_cache.newAttrs` constructs a new object with attributes and blocks configured for the `elasticache_serverless_cache` +Terraform resource. + +Unlike [aws.elasticache_serverless_cache.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**: + - `daily_snapshot_time` (`string`): Set the `daily_snapshot_time` field on the resulting object. When `null`, the `daily_snapshot_time` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `engine` (`string`): Set the `engine` field on the resulting object. + - `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. + - `major_engine_version` (`string`): Set the `major_engine_version` field on the resulting object. When `null`, the `major_engine_version` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. + - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object. + - `snapshot_arns_to_restore` (`list`): Set the `snapshot_arns_to_restore` field on the resulting object. When `null`, the `snapshot_arns_to_restore` field will be omitted from the resulting object. + - `snapshot_retention_limit` (`number`): Set the `snapshot_retention_limit` field on the resulting object. When `null`, the `snapshot_retention_limit` field will be omitted from the resulting object. + - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` 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. + - `user_group_id` (`string`): Set the `user_group_id` field on the resulting object. When `null`, the `user_group_id` field will be omitted from the resulting object. + - `cache_usage_limits` (`list[obj]`): Set the `cache_usage_limits` field on the resulting object. When `null`, the `cache_usage_limits` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.new](#fn-cache_usage_limitsnew) constructor. + - `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.elasticache_serverless_cache.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 `elasticache_serverless_cache` resource into the root Terraform configuration. + + +### fn withCacheUsageLimits + +```ts +withCacheUsageLimits() +``` + +`aws.list[obj].withCacheUsageLimits` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the cache_usage_limits 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].withCacheUsageLimitsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `cache_usage_limits` field. + + +### fn withCacheUsageLimitsMixin + +```ts +withCacheUsageLimitsMixin() +``` + +`aws.list[obj].withCacheUsageLimitsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the cache_usage_limits 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].withCacheUsageLimits](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `cache_usage_limits` field. + + +### fn withDailySnapshotTime + +```ts +withDailySnapshotTime() +``` + +`aws.string.withDailySnapshotTime` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the daily_snapshot_time field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `daily_snapshot_time` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withEngine + +```ts +withEngine() +``` + +`aws.string.withEngine` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the engine field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `engine` field. + + +### fn withKmsKeyId + +```ts +withKmsKeyId() +``` + +`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_id` field. + + +### fn withMajorEngineVersion + +```ts +withMajorEngineVersion() +``` + +`aws.string.withMajorEngineVersion` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the major_engine_version field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `major_engine_version` field. + + +### 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 withSecurityGroupIds + +```ts +withSecurityGroupIds() +``` + +`aws.list.withSecurityGroupIds` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the security_group_ids field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `security_group_ids` field. + + +### fn withSnapshotArnsToRestore + +```ts +withSnapshotArnsToRestore() +``` + +`aws.list.withSnapshotArnsToRestore` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the snapshot_arns_to_restore field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `snapshot_arns_to_restore` field. + + +### fn withSnapshotRetentionLimit + +```ts +withSnapshotRetentionLimit() +``` + +`aws.number.withSnapshotRetentionLimit` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the snapshot_retention_limit field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `snapshot_retention_limit` field. + + +### fn withSubnetIds + +```ts +withSubnetIds() +``` + +`aws.list.withSubnetIds` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the subnet_ids field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `subnet_ids` 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 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. + + +### fn withUserGroupId + +```ts +withUserGroupId() +``` + +`aws.string.withUserGroupId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the user_group_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `user_group_id` field. + + +## obj cache_usage_limits + + + +### fn cache_usage_limits.new + +```ts +new() +``` + + +`aws.elasticache_serverless_cache.cache_usage_limits.new` constructs a new object with attributes and blocks configured for the `cache_usage_limits` +Terraform sub block. + + + +**Args**: + - `data_storage` (`list[obj]`): Set the `data_storage` field on the resulting object. When `null`, the `data_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.data_storage.new](#fn-cache_usage_limitsdata_storagenew) constructor. + - `ecpu_per_second` (`list[obj]`): Set the `ecpu_per_second` field on the resulting object. When `null`, the `ecpu_per_second` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.elasticache_serverless_cache.cache_usage_limits.ecpu_per_second.new](#fn-cache_usage_limitsecpu_per_secondnew) constructor. + +**Returns**: + - An attribute object that represents the `cache_usage_limits` sub block. + + +## obj cache_usage_limits.data_storage + + + +### fn cache_usage_limits.data_storage.new + +```ts +new() +``` + + +`aws.elasticache_serverless_cache.cache_usage_limits.data_storage.new` constructs a new object with attributes and blocks configured for the `data_storage` +Terraform sub block. + + + +**Args**: + - `maximum` (`number`): Set the `maximum` field on the resulting object. + - `unit` (`string`): Set the `unit` field on the resulting object. + +**Returns**: + - An attribute object that represents the `data_storage` sub block. + + +## obj cache_usage_limits.ecpu_per_second + + + +### fn cache_usage_limits.ecpu_per_second.new + +```ts +new() +``` + + +`aws.elasticache_serverless_cache.cache_usage_limits.ecpu_per_second.new` constructs a new object with attributes and blocks configured for the `ecpu_per_second` +Terraform sub block. + + + +**Args**: + - `maximum` (`number`): Set the `maximum` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ecpu_per_second` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.elasticache_serverless_cache.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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/fsx_ontap_file_system.md b/docs/5.x/fsx_ontap_file_system.md index c1ed6f09..93b87400 100644 --- a/docs/5.x/fsx_ontap_file_system.md +++ b/docs/5.x/fsx_ontap_file_system.md @@ -22,6 +22,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withDiskIopsConfigurationMixin()`](#fn-withdiskiopsconfigurationmixin) * [`fn withEndpointIpAddressRange()`](#fn-withendpointipaddressrange) * [`fn withFsxAdminPassword()`](#fn-withfsxadminpassword) +* [`fn withHaPairs()`](#fn-withhapairs) * [`fn withKmsKeyId()`](#fn-withkmskeyid) * [`fn withPreferredSubnetId()`](#fn-withpreferredsubnetid) * [`fn withRouteTableIds()`](#fn-withroutetableids) @@ -32,6 +33,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withThroughputCapacity()`](#fn-withthroughputcapacity) +* [`fn withThroughputCapacityPerHaPair()`](#fn-withthroughputcapacityperhapair) * [`fn withTimeouts()`](#fn-withtimeouts) * [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) * [`fn withWeeklyMaintenanceStartTime()`](#fn-withweeklymaintenancestarttime) @@ -74,6 +76,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `deployment_type` (`string`): Set the `deployment_type` field on the resulting resource block. - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting resource block. When `null`, the `endpoint_ip_address_range` field will be omitted from the resulting object. - `fsx_admin_password` (`string`): Set the `fsx_admin_password` field on the resulting resource block. When `null`, the `fsx_admin_password` field will be omitted from the resulting object. + - `ha_pairs` (`number`): Set the `ha_pairs` field on the resulting resource block. When `null`, the `ha_pairs` field will be omitted from the resulting object. - `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. - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting resource block. - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting resource block. When `null`, the `route_table_ids` field will be omitted from the resulting object. @@ -83,7 +86,8 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `subnet_ids` (`list`): Set the `subnet_ids` 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. - - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting resource block. + - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting resource block. When `null`, the `throughput_capacity` field will be omitted from the resulting object. + - `throughput_capacity_per_ha_pair` (`number`): Set the `throughput_capacity_per_ha_pair` field on the resulting resource block. When `null`, the `throughput_capacity_per_ha_pair` field will be omitted from the resulting object. - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting resource block. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object. - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting resource block. When `null`, the `disk_iops_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.fsx_ontap_file_system.disk_iops_configuration.new](#fn-disk_iops_configurationnew) constructor. - `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.fsx_ontap_file_system.timeouts.new](#fn-timeoutsnew) constructor. @@ -115,6 +119,7 @@ injecting into a complete block. - `deployment_type` (`string`): Set the `deployment_type` field on the resulting object. - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting object. When `null`, the `endpoint_ip_address_range` field will be omitted from the resulting object. - `fsx_admin_password` (`string`): Set the `fsx_admin_password` field on the resulting object. When `null`, the `fsx_admin_password` field will be omitted from the resulting object. + - `ha_pairs` (`number`): Set the `ha_pairs` field on the resulting object. When `null`, the `ha_pairs` field will be omitted from the resulting object. - `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. - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting object. - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting object. When `null`, the `route_table_ids` field will be omitted from the resulting object. @@ -124,7 +129,8 @@ injecting into a complete block. - `subnet_ids` (`list`): Set the `subnet_ids` 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. - - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting object. + - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting object. When `null`, the `throughput_capacity` field will be omitted from the resulting object. + - `throughput_capacity_per_ha_pair` (`number`): Set the `throughput_capacity_per_ha_pair` field on the resulting object. When `null`, the `throughput_capacity_per_ha_pair` field will be omitted from the resulting object. - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting object. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object. - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting object. When `null`, the `disk_iops_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.fsx_ontap_file_system.disk_iops_configuration.new](#fn-disk_iops_configurationnew) constructor. - `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.fsx_ontap_file_system.timeouts.new](#fn-timeoutsnew) constructor. @@ -250,6 +256,22 @@ Terraform resource block to set or update the fsx_admin_password field. - `value` (`string`): The value to set for the `fsx_admin_password` field. +### fn withHaPairs + +```ts +withHaPairs() +``` + +`aws.number.withHaPairs` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the ha_pairs field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `ha_pairs` field. + + ### fn withKmsKeyId ```ts @@ -410,6 +432,22 @@ Terraform resource block to set or update the throughput_capacity field. - `value` (`number`): The value to set for the `throughput_capacity` field. +### fn withThroughputCapacityPerHaPair + +```ts +withThroughputCapacityPerHaPair() +``` + +`aws.number.withThroughputCapacityPerHaPair` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the throughput_capacity_per_ha_pair field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `throughput_capacity_per_ha_pair` field. + + ### fn withTimeouts ```ts diff --git a/docs/5.x/glue_catalog_table.md b/docs/5.x/glue_catalog_table.md index 7cc52e94..cce41244 100644 --- a/docs/5.x/glue_catalog_table.md +++ b/docs/5.x/glue_catalog_table.md @@ -793,6 +793,7 @@ Terraform sub block. - `catalog_id` (`string`): Set the `catalog_id` field on the resulting object. - `database_name` (`string`): Set the `database_name` field on the resulting object. - `name` (`string`): Set the `name` field on the resulting object. + - `region` (`string`): Set the `region` field on the resulting object. When `null`, the `region` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `target_table` sub block. diff --git a/docs/5.x/glue_classifier.md b/docs/5.x/glue_classifier.md index 36e4a8e5..971b8376 100644 --- a/docs/5.x/glue_classifier.md +++ b/docs/5.x/glue_classifier.md @@ -289,6 +289,7 @@ Terraform sub block. - `disable_value_trimming` (`bool`): Set the `disable_value_trimming` field on the resulting object. When `null`, the `disable_value_trimming` field will be omitted from the resulting object. - `header` (`list`): Set the `header` field on the resulting object. When `null`, the `header` field will be omitted from the resulting object. - `quote_symbol` (`string`): Set the `quote_symbol` field on the resulting object. When `null`, the `quote_symbol` field will be omitted from the resulting object. + - `serde` (`string`): Set the `serde` field on the resulting object. When `null`, the `serde` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `csv_classifier` sub block. diff --git a/docs/5.x/imagebuilder_workflow.md b/docs/5.x/imagebuilder_workflow.md new file mode 100644 index 00000000..309797b1 --- /dev/null +++ b/docs/5.x/imagebuilder_workflow.md @@ -0,0 +1,263 @@ +--- +permalink: /imagebuilder_workflow/ +--- + +# imagebuilder_workflow + +`imagebuilder_workflow` represents the `aws_imagebuilder_workflow` 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 withChangeDescription()`](#fn-withchangedescription) +* [`fn withData()`](#fn-withdata) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withKmsKeyId()`](#fn-withkmskeyid) +* [`fn withName()`](#fn-withname) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withType()`](#fn-withtype) +* [`fn withUri()`](#fn-withuri) +* [`fn withVersion()`](#fn-withversion) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.imagebuilder_workflow.new` injects a new `aws_imagebuilder_workflow` 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.imagebuilder_workflow.new('some_id') + +You can get the reference to the `id` field of the created `aws.imagebuilder_workflow` using the reference: + + $._ref.aws_imagebuilder_workflow.some_id.get('id') + +This is the same as directly entering `"${ aws_imagebuilder_workflow.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. + - `change_description` (`string`): Set the `change_description` field on the resulting resource block. When `null`, the `change_description` field will be omitted from the resulting object. + - `data` (`string`): Set the `data` field on the resulting resource block. When `null`, the `data` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `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. + - `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. + - `type` (`string`): Set the `type` field on the resulting resource block. + - `uri` (`string`): Set the `uri` field on the resulting resource block. When `null`, the `uri` field will be omitted from the resulting object. + - `version` (`string`): Set the `version` 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.imagebuilder_workflow.newAttrs` constructs a new object with attributes and blocks configured for the `imagebuilder_workflow` +Terraform resource. + +Unlike [aws.imagebuilder_workflow.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**: + - `change_description` (`string`): Set the `change_description` field on the resulting object. When `null`, the `change_description` field will be omitted from the resulting object. + - `data` (`string`): Set the `data` field on the resulting object. When `null`, the `data` field will be omitted from the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `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. + - `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. + - `type` (`string`): Set the `type` field on the resulting object. + - `uri` (`string`): Set the `uri` field on the resulting object. When `null`, the `uri` field will be omitted from the resulting object. + - `version` (`string`): Set the `version` 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 `imagebuilder_workflow` resource into the root Terraform configuration. + + +### fn withChangeDescription + +```ts +withChangeDescription() +``` + +`aws.string.withChangeDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the change_description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `change_description` field. + + +### fn withData + +```ts +withData() +``` + +`aws.string.withData` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the data field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `data` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withKmsKeyId + +```ts +withKmsKeyId() +``` + +`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_id` field. + + +### 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 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 withType + +```ts +withType() +``` + +`aws.string.withType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `type` field. + + +### fn withUri + +```ts +withUri() +``` + +`aws.string.withUri` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the uri field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `uri` field. + + +### fn withVersion + +```ts +withVersion() +``` + +`aws.string.withVersion` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the version field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `version` field. diff --git a/docs/5.x/kinesis_firehose_delivery_stream.md b/docs/5.x/kinesis_firehose_delivery_stream.md index 356cd286..73e36a71 100644 --- a/docs/5.x/kinesis_firehose_delivery_stream.md +++ b/docs/5.x/kinesis_firehose_delivery_stream.md @@ -124,6 +124,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-opensearch_configurationnew) * [`obj opensearch_configuration.cloudwatch_logging_options`](#obj-opensearch_configurationcloudwatch_logging_options) * [`fn new()`](#fn-opensearch_configurationcloudwatch_logging_optionsnew) + * [`obj opensearch_configuration.document_id_options`](#obj-opensearch_configurationdocument_id_options) + * [`fn new()`](#fn-opensearch_configurationdocument_id_optionsnew) * [`obj opensearch_configuration.processing_configuration`](#obj-opensearch_configurationprocessing_configuration) * [`fn new()`](#fn-opensearch_configurationprocessing_configurationnew) * [`obj opensearch_configuration.processing_configuration.processors`](#obj-opensearch_configurationprocessing_configurationprocessors) @@ -1819,6 +1821,7 @@ Terraform sub block. - `s3_backup_mode` (`string`): Set the `s3_backup_mode` field on the resulting object. When `null`, the `s3_backup_mode` field will be omitted from the resulting object. - `type_name` (`string`): Set the `type_name` field on the resulting object. When `null`, the `type_name` field will be omitted from the resulting object. - `cloudwatch_logging_options` (`list[obj]`): Set the `cloudwatch_logging_options` field on the resulting object. When `null`, the `cloudwatch_logging_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.kinesis_firehose_delivery_stream.opensearch_configuration.cloudwatch_logging_options.new](#fn-opensearch_configurationcloudwatch_logging_optionsnew) constructor. + - `document_id_options` (`list[obj]`): Set the `document_id_options` field on the resulting object. When `null`, the `document_id_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.kinesis_firehose_delivery_stream.opensearch_configuration.document_id_options.new](#fn-opensearch_configurationdocument_id_optionsnew) constructor. - `processing_configuration` (`list[obj]`): Set the `processing_configuration` field on the resulting object. When `null`, the `processing_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.kinesis_firehose_delivery_stream.opensearch_configuration.processing_configuration.new](#fn-opensearch_configurationprocessing_configurationnew) constructor. - `s3_configuration` (`list[obj]`): Set the `s3_configuration` field on the resulting object. When `null`, the `s3_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.kinesis_firehose_delivery_stream.opensearch_configuration.s3_configuration.new](#fn-opensearch_configurations3_configurationnew) constructor. - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.kinesis_firehose_delivery_stream.opensearch_configuration.vpc_config.new](#fn-opensearch_configurationvpc_confignew) constructor. @@ -1852,6 +1855,29 @@ Terraform sub block. - An attribute object that represents the `cloudwatch_logging_options` sub block. +## obj opensearch_configuration.document_id_options + + + +### fn opensearch_configuration.document_id_options.new + +```ts +new() +``` + + +`aws.kinesis_firehose_delivery_stream.opensearch_configuration.document_id_options.new` constructs a new object with attributes and blocks configured for the `document_id_options` +Terraform sub block. + + + +**Args**: + - `default_document_id_format` (`string`): Set the `default_document_id_format` field on the resulting object. + +**Returns**: + - An attribute object that represents the `document_id_options` sub block. + + ## obj opensearch_configuration.processing_configuration @@ -2502,6 +2528,8 @@ Terraform sub block. **Args**: + - `buffering_interval` (`number`): Set the `buffering_interval` field on the resulting object. When `null`, the `buffering_interval` field will be omitted from the resulting object. + - `buffering_size` (`number`): Set the `buffering_size` field on the resulting object. When `null`, the `buffering_size` field will be omitted from the resulting object. - `hec_acknowledgment_timeout` (`number`): Set the `hec_acknowledgment_timeout` field on the resulting object. When `null`, the `hec_acknowledgment_timeout` field will be omitted from the resulting object. - `hec_endpoint` (`string`): Set the `hec_endpoint` field on the resulting object. - `hec_endpoint_type` (`string`): Set the `hec_endpoint_type` field on the resulting object. When `null`, the `hec_endpoint_type` field will be omitted from the resulting object. diff --git a/docs/5.x/kinesis_resource_policy.md b/docs/5.x/kinesis_resource_policy.md new file mode 100644 index 00000000..d32a30bb --- /dev/null +++ b/docs/5.x/kinesis_resource_policy.md @@ -0,0 +1,111 @@ +--- +permalink: /kinesis_resource_policy/ +--- + +# kinesis_resource_policy + +`kinesis_resource_policy` represents the `aws_kinesis_resource_policy` 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 withPolicy()`](#fn-withpolicy) +* [`fn withResourceArn()`](#fn-withresourcearn) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.kinesis_resource_policy.new` injects a new `aws_kinesis_resource_policy` 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.kinesis_resource_policy.new('some_id') + +You can get the reference to the `id` field of the created `aws.kinesis_resource_policy` using the reference: + + $._ref.aws_kinesis_resource_policy.some_id.get('id') + +This is the same as directly entering `"${ aws_kinesis_resource_policy.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. + - `policy` (`string`): Set the `policy` field on the resulting resource block. + - `resource_arn` (`string`): Set the `resource_arn` 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.kinesis_resource_policy.newAttrs` constructs a new object with attributes and blocks configured for the `kinesis_resource_policy` +Terraform resource. + +Unlike [aws.kinesis_resource_policy.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**: + - `policy` (`string`): Set the `policy` field on the resulting object. + - `resource_arn` (`string`): Set the `resource_arn` 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 `kinesis_resource_policy` resource into the root Terraform configuration. + + +### fn withPolicy + +```ts +withPolicy() +``` + +`aws.string.withPolicy` constructs a mixin object that can be merged into the `string` +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 withResourceArn + +```ts +withResourceArn() +``` + +`aws.string.withResourceArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the resource_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `resource_arn` field. diff --git a/docs/5.x/kms_key.md b/docs/5.x/kms_key.md index 930abf22..0b66f948 100644 --- a/docs/5.x/kms_key.md +++ b/docs/5.x/kms_key.md @@ -29,6 +29,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withTimeouts()`](#fn-withtimeouts) * [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`fn withXksKeyId()`](#fn-withxkskeyid) * [`obj timeouts`](#obj-timeouts) * [`fn new()`](#fn-timeoutsnew) @@ -73,6 +74,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `policy` (`string`): Set the `policy` field on the resulting resource block. When `null`, the `policy` 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. + - `xks_key_id` (`string`): Set the `xks_key_id` field on the resulting resource block. When `null`, the `xks_key_id` field will be omitted from the resulting object. - `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.kms_key.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -109,6 +111,7 @@ injecting into a complete block. - `policy` (`string`): Set the `policy` field on the resulting object. When `null`, the `policy` 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. + - `xks_key_id` (`string`): Set the `xks_key_id` field on the resulting object. When `null`, the `xks_key_id` field will be omitted from 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.kms_key.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -343,6 +346,22 @@ function. - `value` (`obj`): The value to set for the `timeouts` field. +### fn withXksKeyId + +```ts +withXksKeyId() +``` + +`aws.string.withXksKeyId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the xks_key_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `xks_key_id` field. + + ## obj timeouts diff --git a/docs/5.x/lambda_function.md b/docs/5.x/lambda_function.md index d6ce3f7e..aa611ea6 100644 --- a/docs/5.x/lambda_function.md +++ b/docs/5.x/lambda_function.md @@ -34,6 +34,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withImageUri()`](#fn-withimageuri) * [`fn withKmsKeyArn()`](#fn-withkmskeyarn) * [`fn withLayers()`](#fn-withlayers) +* [`fn withLoggingConfig()`](#fn-withloggingconfig) +* [`fn withLoggingConfigMixin()`](#fn-withloggingconfigmixin) * [`fn withMemorySize()`](#fn-withmemorysize) * [`fn withPackageType()`](#fn-withpackagetype) * [`fn withPublish()`](#fn-withpublish) @@ -68,6 +70,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-file_system_confignew) * [`obj image_config`](#obj-image_config) * [`fn new()`](#fn-image_confignew) +* [`obj logging_config`](#obj-logging_config) + * [`fn new()`](#fn-logging_confignew) * [`obj snap_start`](#obj-snap_start) * [`fn new()`](#fn-snap_startnew) * [`obj timeouts`](#obj-timeouts) @@ -136,6 +140,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `ephemeral_storage` (`list[obj]`): Set the `ephemeral_storage` field on the resulting resource block. When `null`, the `ephemeral_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.ephemeral_storage.new](#fn-ephemeral_storagenew) constructor. - `file_system_config` (`list[obj]`): Set the `file_system_config` field on the resulting resource block. When `null`, the `file_system_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.lambda_function.file_system_config.new](#fn-file_system_confignew) constructor. - `image_config` (`list[obj]`): Set the `image_config` field on the resulting resource block. When `null`, the `image_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.lambda_function.image_config.new](#fn-image_confignew) constructor. + - `logging_config` (`list[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.lambda_function.logging_config.new](#fn-logging_confignew) constructor. - `snap_start` (`list[obj]`): Set the `snap_start` field on the resulting resource block. When `null`, the `snap_start` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.snap_start.new](#fn-snap_startnew) constructor. - `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.lambda_function.timeouts.new](#fn-timeoutsnew) constructor. - `tracing_config` (`list[obj]`): Set the `tracing_config` field on the resulting resource block. When `null`, the `tracing_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.lambda_function.tracing_config.new](#fn-tracing_confignew) constructor. @@ -193,6 +198,7 @@ injecting into a complete block. - `ephemeral_storage` (`list[obj]`): Set the `ephemeral_storage` field on the resulting object. When `null`, the `ephemeral_storage` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.ephemeral_storage.new](#fn-ephemeral_storagenew) constructor. - `file_system_config` (`list[obj]`): Set the `file_system_config` field on the resulting object. When `null`, the `file_system_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.lambda_function.file_system_config.new](#fn-file_system_confignew) constructor. - `image_config` (`list[obj]`): Set the `image_config` field on the resulting object. When `null`, the `image_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.lambda_function.image_config.new](#fn-image_confignew) constructor. + - `logging_config` (`list[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.lambda_function.logging_config.new](#fn-logging_confignew) constructor. - `snap_start` (`list[obj]`): Set the `snap_start` field on the resulting object. When `null`, the `snap_start` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lambda_function.snap_start.new](#fn-snap_startnew) constructor. - `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.lambda_function.timeouts.new](#fn-timeoutsnew) constructor. - `tracing_config` (`list[obj]`): Set the `tracing_config` field on the resulting object. When `null`, the `tracing_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.lambda_function.tracing_config.new](#fn-tracing_confignew) constructor. @@ -531,6 +537,43 @@ Terraform resource block to set or update the layers field. - `value` (`list`): The value to set for the `layers` field. +### fn withLoggingConfig + +```ts +withLoggingConfig() +``` + +`aws.list[obj].withLoggingConfig` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the logging_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].withLoggingConfigMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `logging_config` field. + + +### fn withLoggingConfigMixin + +```ts +withLoggingConfigMixin() +``` + +`aws.list[obj].withLoggingConfigMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the logging_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].withLoggingConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `logging_config` field. + + ### fn withMemorySize ```ts @@ -1052,6 +1095,32 @@ Terraform sub block. - An attribute object that represents the `image_config` sub block. +## obj logging_config + + + +### fn logging_config.new + +```ts +new() +``` + + +`aws.lambda_function.logging_config.new` constructs a new object with attributes and blocks configured for the `logging_config` +Terraform sub block. + + + +**Args**: + - `application_log_level` (`string`): Set the `application_log_level` field on the resulting object. When `null`, the `application_log_level` field will be omitted from the resulting object. + - `log_format` (`string`): Set the `log_format` field on the resulting object. + - `log_group` (`string`): Set the `log_group` field on the resulting object. When `null`, the `log_group` field will be omitted from the resulting object. + - `system_log_level` (`string`): Set the `system_log_level` field on the resulting object. When `null`, the `system_log_level` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `logging_config` sub block. + + ## obj snap_start diff --git a/docs/5.x/lb_target_group.md b/docs/5.x/lb_target_group.md index 75d1d588..0bfe7644 100644 --- a/docs/5.x/lb_target_group.md +++ b/docs/5.x/lb_target_group.md @@ -22,6 +22,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withIpAddressType()`](#fn-withipaddresstype) * [`fn withLambdaMultiValueHeadersEnabled()`](#fn-withlambdamultivalueheadersenabled) * [`fn withLoadBalancingAlgorithmType()`](#fn-withloadbalancingalgorithmtype) +* [`fn withLoadBalancingAnomalyMitigation()`](#fn-withloadbalancinganomalymitigation) * [`fn withLoadBalancingCrossZoneEnabled()`](#fn-withloadbalancingcrosszoneenabled) * [`fn withName()`](#fn-withname) * [`fn withNamePrefix()`](#fn-withnameprefix) @@ -84,6 +85,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting resource block. When `null`, the `ip_address_type` field will be omitted from the resulting object. - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting resource block. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object. - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting resource block. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting resource block. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting resource block. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object. - `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. @@ -129,6 +131,7 @@ injecting into a complete block. - `ip_address_type` (`string`): Set the `ip_address_type` field on the resulting object. When `null`, the `ip_address_type` field will be omitted from the resulting object. - `lambda_multi_value_headers_enabled` (`bool`): Set the `lambda_multi_value_headers_enabled` field on the resulting object. When `null`, the `lambda_multi_value_headers_enabled` field will be omitted from the resulting object. - `load_balancing_algorithm_type` (`string`): Set the `load_balancing_algorithm_type` field on the resulting object. When `null`, the `load_balancing_algorithm_type` field will be omitted from the resulting object. + - `load_balancing_anomaly_mitigation` (`string`): Set the `load_balancing_anomaly_mitigation` field on the resulting object. When `null`, the `load_balancing_anomaly_mitigation` field will be omitted from the resulting object. - `load_balancing_cross_zone_enabled` (`string`): Set the `load_balancing_cross_zone_enabled` field on the resulting object. When `null`, the `load_balancing_cross_zone_enabled` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. - `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. @@ -268,6 +271,22 @@ Terraform resource block to set or update the load_balancing_algorithm_type fiel - `value` (`string`): The value to set for the `load_balancing_algorithm_type` field. +### fn withLoadBalancingAnomalyMitigation + +```ts +withLoadBalancingAnomalyMitigation() +``` + +`aws.string.withLoadBalancingAnomalyMitigation` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the load_balancing_anomaly_mitigation field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `load_balancing_anomaly_mitigation` field. + + ### fn withLoadBalancingCrossZoneEnabled ```ts diff --git a/docs/5.x/neptune_cluster.md b/docs/5.x/neptune_cluster.md index 51e9223d..eab9f8f2 100644 --- a/docs/5.x/neptune_cluster.md +++ b/docs/5.x/neptune_cluster.md @@ -43,6 +43,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withSkipFinalSnapshot()`](#fn-withskipfinalsnapshot) * [`fn withSnapshotIdentifier()`](#fn-withsnapshotidentifier) * [`fn withStorageEncrypted()`](#fn-withstorageencrypted) +* [`fn withStorageType()`](#fn-withstoragetype) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withTimeouts()`](#fn-withtimeouts) @@ -108,6 +109,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `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. - `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. + - `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. - `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. - `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. @@ -162,6 +164,7 @@ injecting into a complete block. - `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. - `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. - `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. + - `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. - `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. - `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. @@ -625,6 +628,22 @@ Terraform resource block to set or update the storage_encrypted field. - `value` (`bool`): The value to set for the `storage_encrypted` field. +### fn withStorageType + +```ts +withStorageType() +``` + +`aws.string.withStorageType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the storage_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `storage_type` field. + + ### fn withTags ```ts diff --git a/docs/5.x/networkfirewall_firewall.md b/docs/5.x/networkfirewall_firewall.md index 785fb939..8ae6b67a 100644 --- a/docs/5.x/networkfirewall_firewall.md +++ b/docs/5.x/networkfirewall_firewall.md @@ -27,11 +27,15 @@ This package contains functions and utilities for setting up the resource using * [`fn withSubnetMappingMixin()`](#fn-withsubnetmappingmixin) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) * [`fn withVpcId()`](#fn-withvpcid) * [`obj encryption_configuration`](#obj-encryption_configuration) * [`fn new()`](#fn-encryption_configurationnew) * [`obj subnet_mapping`](#obj-subnet_mapping) * [`fn new()`](#fn-subnet_mappingnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) ## Fields @@ -73,6 +77,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `vpc_id` (`string`): Set the `vpc_id` field on the resulting resource block. - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting resource block. When `null`, the `encryption_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.networkfirewall_firewall.encryption_configuration.new](#fn-encryption_configurationnew) constructor. - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting resource block. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall.subnet_mapping.new](#fn-subnet_mappingnew) constructor. + - `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.networkfirewall_firewall.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -107,6 +112,7 @@ injecting into a complete block. - `vpc_id` (`string`): Set the `vpc_id` field on the resulting object. - `encryption_configuration` (`list[obj]`): Set the `encryption_configuration` field on the resulting object. When `null`, the `encryption_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.networkfirewall_firewall.encryption_configuration.new](#fn-encryption_configurationnew) constructor. - `subnet_mapping` (`list[obj]`): Set the `subnet_mapping` field on the resulting object. When `null`, the `subnet_mapping` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall.subnet_mapping.new](#fn-subnet_mappingnew) constructor. + - `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.networkfirewall_firewall.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 `networkfirewall_firewall` resource into the root Terraform configuration. @@ -314,6 +320,42 @@ Terraform resource block to set or update the tags_all field. - `value` (`obj`): The value to set for the `tags_all` 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. + + ### fn withVpcId ```ts @@ -376,3 +418,28 @@ Terraform sub block. **Returns**: - An attribute object that represents the `subnet_mapping` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.networkfirewall_firewall.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + - `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/networkfirewall_firewall_policy.md b/docs/5.x/networkfirewall_firewall_policy.md index efcac6cf..bba2560c 100644 --- a/docs/5.x/networkfirewall_firewall_policy.md +++ b/docs/5.x/networkfirewall_firewall_policy.md @@ -301,6 +301,7 @@ Terraform sub block. - `stateful_default_actions` (`list`): Set the `stateful_default_actions` field on the resulting object. When `null`, the `stateful_default_actions` field will be omitted from the resulting object. - `stateless_default_actions` (`list`): Set the `stateless_default_actions` field on the resulting object. - `stateless_fragment_default_actions` (`list`): Set the `stateless_fragment_default_actions` field on the resulting object. + - `tls_inspection_configuration_arn` (`string`): Set the `tls_inspection_configuration_arn` field on the resulting object. When `null`, the `tls_inspection_configuration_arn` field will be omitted from the resulting object. - `policy_variables` (`list[obj]`): Set the `policy_variables` field on the resulting object. When `null`, the `policy_variables` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.policy_variables.new](#fn-firewall_policypolicy_variablesnew) constructor. - `stateful_engine_options` (`list[obj]`): Set the `stateful_engine_options` field on the resulting object. When `null`, the `stateful_engine_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.networkfirewall_firewall_policy.firewall_policy.stateful_engine_options.new](#fn-firewall_policystateful_engine_optionsnew) constructor. - `stateful_rule_group_reference` (`list[obj]`): Set the `stateful_rule_group_reference` field on the resulting object. When `null`, the `stateful_rule_group_reference` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.networkfirewall_firewall_policy.firewall_policy.stateful_rule_group_reference.new](#fn-firewall_policystateful_rule_group_referencenew) constructor. diff --git a/docs/5.x/prometheus_scraper.md b/docs/5.x/prometheus_scraper.md new file mode 100644 index 00000000..78afaffd --- /dev/null +++ b/docs/5.x/prometheus_scraper.md @@ -0,0 +1,380 @@ +--- +permalink: /prometheus_scraper/ +--- + +# prometheus_scraper + +`prometheus_scraper` represents the `aws_prometheus_scraper` 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 withAlias()`](#fn-withalias) +* [`fn withDestination()`](#fn-withdestination) +* [`fn withDestinationMixin()`](#fn-withdestinationmixin) +* [`fn withScrapeConfiguration()`](#fn-withscrapeconfiguration) +* [`fn withSource()`](#fn-withsource) +* [`fn withSourceMixin()`](#fn-withsourcemixin) +* [`fn withTags()`](#fn-withtags) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj destination`](#obj-destination) + * [`fn new()`](#fn-destinationnew) + * [`obj destination.amp`](#obj-destinationamp) + * [`fn new()`](#fn-destinationampnew) +* [`obj source`](#obj-source) + * [`fn new()`](#fn-sourcenew) + * [`obj source.eks`](#obj-sourceeks) + * [`fn new()`](#fn-sourceeksnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.prometheus_scraper.new` injects a new `aws_prometheus_scraper` 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.prometheus_scraper.new('some_id') + +You can get the reference to the `id` field of the created `aws.prometheus_scraper` using the reference: + + $._ref.aws_prometheus_scraper.some_id.get('id') + +This is the same as directly entering `"${ aws_prometheus_scraper.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. + - `alias` (`string`): Set the `alias` field on the resulting resource block. When `null`, the `alias` field will be omitted from the resulting object. + - `scrape_configuration` (`string`): Set the `scrape_configuration` 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. + - `destination` (`list[obj]`): Set the `destination` field on the resulting resource block. When `null`, the `destination` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.destination.new](#fn-destinationnew) constructor. + - `source` (`list[obj]`): Set the `source` field on the resulting resource block. When `null`, the `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.prometheus_scraper.source.new](#fn-sourcenew) constructor. + - `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.prometheus_scraper.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.prometheus_scraper.newAttrs` constructs a new object with attributes and blocks configured for the `prometheus_scraper` +Terraform resource. + +Unlike [aws.prometheus_scraper.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**: + - `alias` (`string`): Set the `alias` field on the resulting object. When `null`, the `alias` field will be omitted from the resulting object. + - `scrape_configuration` (`string`): Set the `scrape_configuration` 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. + - `destination` (`list[obj]`): Set the `destination` field on the resulting object. When `null`, the `destination` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.destination.new](#fn-destinationnew) constructor. + - `source` (`list[obj]`): Set the `source` field on the resulting object. When `null`, the `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.prometheus_scraper.source.new](#fn-sourcenew) constructor. + - `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.prometheus_scraper.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 `prometheus_scraper` resource into the root Terraform configuration. + + +### fn withAlias + +```ts +withAlias() +``` + +`aws.string.withAlias` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the alias field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `alias` field. + + +### fn withDestination + +```ts +withDestination() +``` + +`aws.list[obj].withDestination` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the destination 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].withDestinationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `destination` field. + + +### fn withDestinationMixin + +```ts +withDestinationMixin() +``` + +`aws.list[obj].withDestinationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the destination 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].withDestination](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `destination` field. + + +### fn withScrapeConfiguration + +```ts +withScrapeConfiguration() +``` + +`aws.string.withScrapeConfiguration` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the scrape_configuration field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `scrape_configuration` field. + + +### fn withSource + +```ts +withSource() +``` + +`aws.list[obj].withSource` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the source 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].withSourceMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `source` field. + + +### fn withSourceMixin + +```ts +withSourceMixin() +``` + +`aws.list[obj].withSourceMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the source 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].withSource](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `source` 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 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 destination + + + +### fn destination.new + +```ts +new() +``` + + +`aws.prometheus_scraper.destination.new` constructs a new object with attributes and blocks configured for the `destination` +Terraform sub block. + + + +**Args**: + - `amp` (`list[obj]`): Set the `amp` field on the resulting object. When `null`, the `amp` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.destination.amp.new](#fn-destinationampnew) constructor. + +**Returns**: + - An attribute object that represents the `destination` sub block. + + +## obj destination.amp + + + +### fn destination.amp.new + +```ts +new() +``` + + +`aws.prometheus_scraper.destination.amp.new` constructs a new object with attributes and blocks configured for the `amp` +Terraform sub block. + + + +**Args**: + - `workspace_arn` (`string`): Set the `workspace_arn` field on the resulting object. + +**Returns**: + - An attribute object that represents the `amp` sub block. + + +## obj source + + + +### fn source.new + +```ts +new() +``` + + +`aws.prometheus_scraper.source.new` constructs a new object with attributes and blocks configured for the `source` +Terraform sub block. + + + +**Args**: + - `eks` (`list[obj]`): Set the `eks` field on the resulting object. When `null`, the `eks` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.prometheus_scraper.source.eks.new](#fn-sourceeksnew) constructor. + +**Returns**: + - An attribute object that represents the `source` sub block. + + +## obj source.eks + + + +### fn source.eks.new + +```ts +new() +``` + + +`aws.prometheus_scraper.source.eks.new` constructs a new object with attributes and blocks configured for the `eks` +Terraform sub block. + + + +**Args**: + - `cluster_arn` (`string`): Set the `cluster_arn` field on the resulting object. + - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object. + - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. + +**Returns**: + - An attribute object that represents the `eks` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.prometheus_scraper.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/prometheus_workspace.md b/docs/5.x/prometheus_workspace.md index f3448708..48f9ba49 100644 --- a/docs/5.x/prometheus_workspace.md +++ b/docs/5.x/prometheus_workspace.md @@ -16,6 +16,7 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withAlias()`](#fn-withalias) +* [`fn withKmsKeyArn()`](#fn-withkmskeyarn) * [`fn withLoggingConfiguration()`](#fn-withloggingconfiguration) * [`fn withLoggingConfigurationMixin()`](#fn-withloggingconfigurationmixin) * [`fn withTags()`](#fn-withtags) @@ -53,6 +54,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `resourceLabel` (`string`): The name label of the block. - `alias` (`string`): Set the `alias` field on the resulting resource block. When `null`, the `alias` field will be omitted from the resulting object. + - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting resource block. When `null`, the `kms_key_arn` 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. - `logging_configuration` (`list[obj]`): Set the `logging_configuration` field on the resulting resource block. When `null`, the `logging_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.prometheus_workspace.logging_configuration.new](#fn-logging_configurationnew) constructor. @@ -80,6 +82,7 @@ injecting into a complete block. **Args**: - `alias` (`string`): Set the `alias` field on the resulting object. When `null`, the `alias` field will be omitted from the resulting object. + - `kms_key_arn` (`string`): Set the `kms_key_arn` field on the resulting object. When `null`, the `kms_key_arn` 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. - `logging_configuration` (`list[obj]`): Set the `logging_configuration` field on the resulting object. When `null`, the `logging_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.prometheus_workspace.logging_configuration.new](#fn-logging_configurationnew) constructor. @@ -104,6 +107,22 @@ Terraform resource block to set or update the alias field. - `value` (`string`): The value to set for the `alias` field. +### fn withKmsKeyArn + +```ts +withKmsKeyArn() +``` + +`aws.string.withKmsKeyArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_arn` field. + + ### fn withLoggingConfiguration ```ts diff --git a/docs/5.x/provider.md b/docs/5.x/provider.md index a3d00777..f599fa35 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -284,6 +284,7 @@ Terraform sub block. - `applicationautoscaling` (`string`): Use this to override the default service endpoint URL When `null`, the `applicationautoscaling` field will be omitted from the resulting object. - `applicationinsights` (`string`): Use this to override the default service endpoint URL When `null`, the `applicationinsights` field will be omitted from the resulting object. - `appmesh` (`string`): Use this to override the default service endpoint URL When `null`, the `appmesh` field will be omitted from the resulting object. + - `appregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `appregistry` field will be omitted from the resulting object. - `apprunner` (`string`): Use this to override the default service endpoint URL When `null`, the `apprunner` field will be omitted from the resulting object. - `appstream` (`string`): Use this to override the default service endpoint URL When `null`, the `appstream` field will be omitted from the resulting object. - `appsync` (`string`): Use this to override the default service endpoint URL When `null`, the `appsync` field will be omitted from the resulting object. @@ -391,6 +392,7 @@ Terraform sub block. - `glue` (`string`): Use this to override the default service endpoint URL When `null`, the `glue` field will be omitted from the resulting object. - `grafana` (`string`): Use this to override the default service endpoint URL When `null`, the `grafana` field will be omitted from the resulting object. - `greengrass` (`string`): Use this to override the default service endpoint URL When `null`, the `greengrass` field will be omitted from the resulting object. + - `groundstation` (`string`): Use this to override the default service endpoint URL When `null`, the `groundstation` field will be omitted from the resulting object. - `guardduty` (`string`): Use this to override the default service endpoint URL When `null`, the `guardduty` field will be omitted from the resulting object. - `healthlake` (`string`): Use this to override the default service endpoint URL When `null`, the `healthlake` field will be omitted from the resulting object. - `iam` (`string`): Use this to override the default service endpoint URL When `null`, the `iam` field will be omitted from the resulting object. @@ -416,6 +418,7 @@ Terraform sub block. - `kms` (`string`): Use this to override the default service endpoint URL When `null`, the `kms` field will be omitted from the resulting object. - `lakeformation` (`string`): Use this to override the default service endpoint URL When `null`, the `lakeformation` field will be omitted from the resulting object. - `lambda` (`string`): Use this to override the default service endpoint URL When `null`, the `lambda` field will be omitted from the resulting object. + - `launchwizard` (`string`): Use this to override the default service endpoint URL When `null`, the `launchwizard` field will be omitted from the resulting object. - `lex` (`string`): Use this to override the default service endpoint URL When `null`, the `lex` field will be omitted from the resulting object. - `lexmodelbuilding` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelbuilding` field will be omitted from the resulting object. - `lexmodelbuildingservice` (`string`): Use this to override the default service endpoint URL When `null`, the `lexmodelbuildingservice` field will be omitted from the resulting object. @@ -452,12 +455,14 @@ Terraform sub block. - `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. + - `pcaconnectorad` (`string`): Use this to override the default service endpoint URL When `null`, the `pcaconnectorad` 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. - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` field will be omitted from the resulting object. - `pricing` (`string`): Use this to override the default service endpoint URL When `null`, the `pricing` field will be omitted from the resulting object. - `prometheus` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheus` field will be omitted from the resulting object. - `prometheusservice` (`string`): Use this to override the default service endpoint URL When `null`, the `prometheusservice` field will be omitted from the resulting object. + - `qbusiness` (`string`): Use this to override the default service endpoint URL When `null`, the `qbusiness` field will be omitted from the resulting object. - `qldb` (`string`): Use this to override the default service endpoint URL When `null`, the `qldb` field will be omitted from the resulting object. - `quicksight` (`string`): Use this to override the default service endpoint URL When `null`, the `quicksight` field will be omitted from the resulting object. - `ram` (`string`): Use this to override the default service endpoint URL When `null`, the `ram` field will be omitted from the resulting object. @@ -494,6 +499,7 @@ Terraform sub block. - `serverlessapprepo` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessapprepo` field will be omitted from the resulting object. - `serverlessrepo` (`string`): Use this to override the default service endpoint URL When `null`, the `serverlessrepo` field will be omitted from the resulting object. - `servicecatalog` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalog` field will be omitted from the resulting object. + - `servicecatalogappregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalogappregistry` field will be omitted from the resulting object. - `servicediscovery` (`string`): Use this to override the default service endpoint URL When `null`, the `servicediscovery` field will be omitted from the resulting object. - `servicequotas` (`string`): Use this to override the default service endpoint URL When `null`, the `servicequotas` field will be omitted from the resulting object. - `ses` (`string`): Use this to override the default service endpoint URL When `null`, the `ses` field will be omitted from the resulting object. @@ -507,6 +513,7 @@ Terraform sub block. - `ssm` (`string`): Use this to override the default service endpoint URL When `null`, the `ssm` field will be omitted from the resulting object. - `ssmcontacts` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmcontacts` field will be omitted from the resulting object. - `ssmincidents` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmincidents` field will be omitted from the resulting object. + - `ssmsap` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmsap` field will be omitted from the resulting object. - `sso` (`string`): Use this to override the default service endpoint URL When `null`, the `sso` field will be omitted from the resulting object. - `ssoadmin` (`string`): Use this to override the default service endpoint URL When `null`, the `ssoadmin` field will be omitted from the resulting object. - `stepfunctions` (`string`): Use this to override the default service endpoint URL When `null`, the `stepfunctions` field will be omitted from the resulting object. @@ -523,6 +530,7 @@ Terraform sub block. - `waf` (`string`): Use this to override the default service endpoint URL When `null`, the `waf` field will be omitted from the resulting object. - `wafregional` (`string`): Use this to override the default service endpoint URL When `null`, the `wafregional` field will be omitted from the resulting object. - `wafv2` (`string`): Use this to override the default service endpoint URL When `null`, the `wafv2` field will be omitted from the resulting object. + - `wellarchitected` (`string`): Use this to override the default service endpoint URL When `null`, the `wellarchitected` field will be omitted from the resulting object. - `worklink` (`string`): Use this to override the default service endpoint URL When `null`, the `worklink` field will be omitted from the resulting object. - `workspaces` (`string`): Use this to override the default service endpoint URL When `null`, the `workspaces` field will be omitted from the resulting object. - `xray` (`string`): Use this to override the default service endpoint URL When `null`, the `xray` field will be omitted from the resulting object. diff --git a/docs/5.x/redshiftserverless_workgroup.md b/docs/5.x/redshiftserverless_workgroup.md index 25587a49..a427883a 100644 --- a/docs/5.x/redshiftserverless_workgroup.md +++ b/docs/5.x/redshiftserverless_workgroup.md @@ -20,6 +20,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withConfigParameterMixin()`](#fn-withconfigparametermixin) * [`fn withEnhancedVpcRouting()`](#fn-withenhancedvpcrouting) * [`fn withNamespaceName()`](#fn-withnamespacename) +* [`fn withPort()`](#fn-withport) * [`fn withPubliclyAccessible()`](#fn-withpubliclyaccessible) * [`fn withSecurityGroupIds()`](#fn-withsecuritygroupids) * [`fn withSubnetIds()`](#fn-withsubnetids) @@ -65,6 +66,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `base_capacity` (`number`): Set the `base_capacity` field on the resulting resource block. When `null`, the `base_capacity` field will be omitted from the resulting object. - `enhanced_vpc_routing` (`bool`): Set the `enhanced_vpc_routing` field on the resulting resource block. When `null`, the `enhanced_vpc_routing` field will be omitted from the resulting object. - `namespace_name` (`string`): Set the `namespace_name` field on the resulting resource block. + - `port` (`number`): Set the `port` field on the resulting resource block. When `null`, the `port` field will be omitted from the resulting object. - `publicly_accessible` (`bool`): Set the `publicly_accessible` field on the resulting resource block. When `null`, the `publicly_accessible` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object. - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. When `null`, the `subnet_ids` field will be omitted from the resulting object. @@ -99,6 +101,7 @@ injecting into a complete block. - `base_capacity` (`number`): Set the `base_capacity` field on the resulting object. When `null`, the `base_capacity` field will be omitted from the resulting object. - `enhanced_vpc_routing` (`bool`): Set the `enhanced_vpc_routing` field on the resulting object. When `null`, the `enhanced_vpc_routing` field will be omitted from the resulting object. - `namespace_name` (`string`): Set the `namespace_name` field on the resulting object. + - `port` (`number`): Set the `port` field on the resulting object. When `null`, the `port` field will be omitted from the resulting object. - `publicly_accessible` (`bool`): Set the `publicly_accessible` field on the resulting object. When `null`, the `publicly_accessible` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object. - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. When `null`, the `subnet_ids` field will be omitted from the resulting object. @@ -197,6 +200,22 @@ Terraform resource block to set or update the namespace_name field. - `value` (`string`): The value to set for the `namespace_name` field. +### fn withPort + +```ts +withPort() +``` + +`aws.number.withPort` constructs a mixin object that can be merged into the `number` +Terraform resource block to set or update the port field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`number`): The value to set for the `port` field. + + ### fn withPubliclyAccessible ```ts diff --git a/docs/5.x/route53_resolver_endpoint.md b/docs/5.x/route53_resolver_endpoint.md index 6a89f34b..61dd18d7 100644 --- a/docs/5.x/route53_resolver_endpoint.md +++ b/docs/5.x/route53_resolver_endpoint.md @@ -19,6 +19,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withIpAddress()`](#fn-withipaddress) * [`fn withIpAddressMixin()`](#fn-withipaddressmixin) * [`fn withName()`](#fn-withname) +* [`fn withProtocols()`](#fn-withprotocols) +* [`fn withResolverEndpointType()`](#fn-withresolverendpointtype) * [`fn withSecurityGroupIds()`](#fn-withsecuritygroupids) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) @@ -60,6 +62,8 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `resourceLabel` (`string`): The name label of the block. - `direction` (`string`): Set the `direction` field on the resulting resource block. - `name` (`string`): Set the `name` field on the resulting resource block. When `null`, the `name` field will be omitted from the resulting object. + - `protocols` (`list`): Set the `protocols` field on the resulting resource block. When `null`, the `protocols` field will be omitted from the resulting object. + - `resolver_endpoint_type` (`string`): Set the `resolver_endpoint_type` field on the resulting resource block. When `null`, the `resolver_endpoint_type` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` 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. @@ -90,6 +94,8 @@ injecting into a complete block. **Args**: - `direction` (`string`): Set the `direction` field on the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `protocols` (`list`): Set the `protocols` field on the resulting object. When `null`, the `protocols` field will be omitted from the resulting object. + - `resolver_endpoint_type` (`string`): Set the `resolver_endpoint_type` field on the resulting object. When `null`, the `resolver_endpoint_type` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` 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. @@ -169,6 +175,38 @@ Terraform resource block to set or update the name field. - `value` (`string`): The value to set for the `name` field. +### fn withProtocols + +```ts +withProtocols() +``` + +`aws.list.withProtocols` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the protocols field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `protocols` field. + + +### fn withResolverEndpointType + +```ts +withResolverEndpointType() +``` + +`aws.string.withResolverEndpointType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the resolver_endpoint_type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `resolver_endpoint_type` field. + + ### fn withSecurityGroupIds ```ts diff --git a/docs/5.x/securitylake_aws_log_source.md b/docs/5.x/securitylake_aws_log_source.md new file mode 100644 index 00000000..39de6667 --- /dev/null +++ b/docs/5.x/securitylake_aws_log_source.md @@ -0,0 +1,142 @@ +--- +permalink: /securitylake_aws_log_source/ +--- + +# securitylake_aws_log_source + +`securitylake_aws_log_source` represents the `aws_securitylake_aws_log_source` 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 withSource()`](#fn-withsource) +* [`fn withSourceMixin()`](#fn-withsourcemixin) +* [`obj source`](#obj-source) + * [`fn new()`](#fn-sourcenew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.securitylake_aws_log_source.new` injects a new `aws_securitylake_aws_log_source` 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.securitylake_aws_log_source.new('some_id') + +You can get the reference to the `id` field of the created `aws.securitylake_aws_log_source` using the reference: + + $._ref.aws_securitylake_aws_log_source.some_id.get('id') + +This is the same as directly entering `"${ aws_securitylake_aws_log_source.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. + - `source` (`list[obj]`): Set the `source` field on the resulting resource block. When `null`, the `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.securitylake_aws_log_source.source.new](#fn-sourcenew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.securitylake_aws_log_source.newAttrs` constructs a new object with attributes and blocks configured for the `securitylake_aws_log_source` +Terraform resource. + +Unlike [aws.securitylake_aws_log_source.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**: + - `source` (`list[obj]`): Set the `source` field on the resulting object. When `null`, the `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.securitylake_aws_log_source.source.new](#fn-sourcenew) 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 `securitylake_aws_log_source` resource into the root Terraform configuration. + + +### fn withSource + +```ts +withSource() +``` + +`aws.list[obj].withSource` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the source 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].withSourceMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `source` field. + + +### fn withSourceMixin + +```ts +withSourceMixin() +``` + +`aws.list[obj].withSourceMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the source 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].withSource](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `source` field. + + +## obj source + + + +### fn source.new + +```ts +new() +``` + + +`aws.securitylake_aws_log_source.source.new` constructs a new object with attributes and blocks configured for the `source` +Terraform sub block. + + + +**Args**: + - `accounts` (`list`): Set the `accounts` field on the resulting object. When `null`, the `accounts` field will be omitted from the resulting object. + - `regions` (`list`): Set the `regions` field on the resulting object. + - `source_name` (`string`): Set the `source_name` field on the resulting object. + - `source_version` (`string`): Set the `source_version` field on the resulting object. When `null`, the `source_version` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `source` sub block. diff --git a/docs/5.x/ssoadmin_application_access_scope.md b/docs/5.x/ssoadmin_application_access_scope.md new file mode 100644 index 00000000..ef07027d --- /dev/null +++ b/docs/5.x/ssoadmin_application_access_scope.md @@ -0,0 +1,130 @@ +--- +permalink: /ssoadmin_application_access_scope/ +--- + +# ssoadmin_application_access_scope + +`ssoadmin_application_access_scope` represents the `aws_ssoadmin_application_access_scope` 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 withApplicationArn()`](#fn-withapplicationarn) +* [`fn withAuthorizedTargets()`](#fn-withauthorizedtargets) +* [`fn withScope()`](#fn-withscope) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.ssoadmin_application_access_scope.new` injects a new `aws_ssoadmin_application_access_scope` 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.ssoadmin_application_access_scope.new('some_id') + +You can get the reference to the `id` field of the created `aws.ssoadmin_application_access_scope` using the reference: + + $._ref.aws_ssoadmin_application_access_scope.some_id.get('id') + +This is the same as directly entering `"${ aws_ssoadmin_application_access_scope.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. + - `application_arn` (`string`): Set the `application_arn` field on the resulting resource block. + - `authorized_targets` (`list`): Set the `authorized_targets` field on the resulting resource block. When `null`, the `authorized_targets` field will be omitted from the resulting object. + - `scope` (`string`): Set the `scope` 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.ssoadmin_application_access_scope.newAttrs` constructs a new object with attributes and blocks configured for the `ssoadmin_application_access_scope` +Terraform resource. + +Unlike [aws.ssoadmin_application_access_scope.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**: + - `application_arn` (`string`): Set the `application_arn` field on the resulting object. + - `authorized_targets` (`list`): Set the `authorized_targets` field on the resulting object. When `null`, the `authorized_targets` field will be omitted from the resulting object. + - `scope` (`string`): Set the `scope` 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 `ssoadmin_application_access_scope` resource into the root Terraform configuration. + + +### fn withApplicationArn + +```ts +withApplicationArn() +``` + +`aws.string.withApplicationArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the application_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `application_arn` field. + + +### fn withAuthorizedTargets + +```ts +withAuthorizedTargets() +``` + +`aws.list.withAuthorizedTargets` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the authorized_targets field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `authorized_targets` field. + + +### fn withScope + +```ts +withScope() +``` + +`aws.string.withScope` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the scope field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `scope` field. diff --git a/docs/5.x/verifiedaccess_endpoint.md b/docs/5.x/verifiedaccess_endpoint.md index dcc98abf..0846395d 100644 --- a/docs/5.x/verifiedaccess_endpoint.md +++ b/docs/5.x/verifiedaccess_endpoint.md @@ -25,6 +25,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withLoadBalancerOptionsMixin()`](#fn-withloadbalanceroptionsmixin) * [`fn withNetworkInterfaceOptions()`](#fn-withnetworkinterfaceoptions) * [`fn withNetworkInterfaceOptionsMixin()`](#fn-withnetworkinterfaceoptionsmixin) +* [`fn withPolicyDocument()`](#fn-withpolicydocument) * [`fn withSecurityGroupIds()`](#fn-withsecuritygroupids) * [`fn withSseSpecification()`](#fn-withssespecification) * [`fn withSseSpecificationMixin()`](#fn-withssespecificationmixin) @@ -77,6 +78,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `domain_certificate_arn` (`string`): Set the `domain_certificate_arn` field on the resulting resource block. - `endpoint_domain_prefix` (`string`): Set the `endpoint_domain_prefix` field on the resulting resource block. - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting resource block. + - `policy_document` (`string`): Set the `policy_document` field on the resulting resource block. When `null`, the `policy_document` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` 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. @@ -114,6 +116,7 @@ injecting into a complete block. - `domain_certificate_arn` (`string`): Set the `domain_certificate_arn` field on the resulting object. - `endpoint_domain_prefix` (`string`): Set the `endpoint_domain_prefix` field on the resulting object. - `endpoint_type` (`string`): Set the `endpoint_type` field on the resulting object. + - `policy_document` (`string`): Set the `policy_document` field on the resulting object. When `null`, the `policy_document` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` 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. @@ -297,6 +300,22 @@ function. - `value` (`list[obj]`): The value to set for the `network_interface_options` field. +### fn withPolicyDocument + +```ts +withPolicyDocument() +``` + +`aws.string.withPolicyDocument` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the policy_document field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `policy_document` field. + + ### fn withSecurityGroupIds ```ts diff --git a/docs/5.x/verifiedpermissions_policy_store.md b/docs/5.x/verifiedpermissions_policy_store.md new file mode 100644 index 00000000..f1df9105 --- /dev/null +++ b/docs/5.x/verifiedpermissions_policy_store.md @@ -0,0 +1,158 @@ +--- +permalink: /verifiedpermissions_policy_store/ +--- + +# verifiedpermissions_policy_store + +`verifiedpermissions_policy_store` represents the `aws_verifiedpermissions_policy_store` 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 withDescription()`](#fn-withdescription) +* [`fn withValidationSettings()`](#fn-withvalidationsettings) +* [`fn withValidationSettingsMixin()`](#fn-withvalidationsettingsmixin) +* [`obj validation_settings`](#obj-validation_settings) + * [`fn new()`](#fn-validation_settingsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.verifiedpermissions_policy_store.new` injects a new `aws_verifiedpermissions_policy_store` 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.verifiedpermissions_policy_store.new('some_id') + +You can get the reference to the `id` field of the created `aws.verifiedpermissions_policy_store` using the reference: + + $._ref.aws_verifiedpermissions_policy_store.some_id.get('id') + +This is the same as directly entering `"${ aws_verifiedpermissions_policy_store.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. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `validation_settings` (`list[obj]`): Set the `validation_settings` field on the resulting resource block. When `null`, the `validation_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_policy_store.validation_settings.new](#fn-validation_settingsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.verifiedpermissions_policy_store.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_policy_store` +Terraform resource. + +Unlike [aws.verifiedpermissions_policy_store.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**: + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `validation_settings` (`list[obj]`): Set the `validation_settings` field on the resulting object. When `null`, the `validation_settings` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_policy_store.validation_settings.new](#fn-validation_settingsnew) 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 `verifiedpermissions_policy_store` resource into the root Terraform configuration. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withValidationSettings + +```ts +withValidationSettings() +``` + +`aws.list[obj].withValidationSettings` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the validation_settings 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].withValidationSettingsMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `validation_settings` field. + + +### fn withValidationSettingsMixin + +```ts +withValidationSettingsMixin() +``` + +`aws.list[obj].withValidationSettingsMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the validation_settings 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].withValidationSettings](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `validation_settings` field. + + +## obj validation_settings + + + +### fn validation_settings.new + +```ts +new() +``` + + +`aws.verifiedpermissions_policy_store.validation_settings.new` constructs a new object with attributes and blocks configured for the `validation_settings` +Terraform sub block. + + + +**Args**: + - `mode` (`string`): Set the `mode` field on the resulting object. + +**Returns**: + - An attribute object that represents the `validation_settings` sub block. diff --git a/docs/5.x/verifiedpermissions_policy_template.md b/docs/5.x/verifiedpermissions_policy_template.md new file mode 100644 index 00000000..134ca15c --- /dev/null +++ b/docs/5.x/verifiedpermissions_policy_template.md @@ -0,0 +1,130 @@ +--- +permalink: /verifiedpermissions_policy_template/ +--- + +# verifiedpermissions_policy_template + +`verifiedpermissions_policy_template` represents the `aws_verifiedpermissions_policy_template` 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 withDescription()`](#fn-withdescription) +* [`fn withPolicyStoreId()`](#fn-withpolicystoreid) +* [`fn withStatement()`](#fn-withstatement) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.verifiedpermissions_policy_template.new` injects a new `aws_verifiedpermissions_policy_template` 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.verifiedpermissions_policy_template.new('some_id') + +You can get the reference to the `id` field of the created `aws.verifiedpermissions_policy_template` using the reference: + + $._ref.aws_verifiedpermissions_policy_template.some_id.get('id') + +This is the same as directly entering `"${ aws_verifiedpermissions_policy_template.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. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting resource block. + - `statement` (`string`): Set the `statement` 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.verifiedpermissions_policy_template.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_policy_template` +Terraform resource. + +Unlike [aws.verifiedpermissions_policy_template.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**: + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting object. + - `statement` (`string`): Set the `statement` 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 `verifiedpermissions_policy_template` resource into the root Terraform configuration. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withPolicyStoreId + +```ts +withPolicyStoreId() +``` + +`aws.string.withPolicyStoreId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the policy_store_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `policy_store_id` field. + + +### fn withStatement + +```ts +withStatement() +``` + +`aws.string.withStatement` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the statement field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `statement` field. diff --git a/docs/5.x/verifiedpermissions_schema.md b/docs/5.x/verifiedpermissions_schema.md new file mode 100644 index 00000000..b0d9cf47 --- /dev/null +++ b/docs/5.x/verifiedpermissions_schema.md @@ -0,0 +1,157 @@ +--- +permalink: /verifiedpermissions_schema/ +--- + +# verifiedpermissions_schema + +`verifiedpermissions_schema` represents the `aws_verifiedpermissions_schema` 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 withDefinition()`](#fn-withdefinition) +* [`fn withDefinitionMixin()`](#fn-withdefinitionmixin) +* [`fn withPolicyStoreId()`](#fn-withpolicystoreid) +* [`obj definition`](#obj-definition) + * [`fn new()`](#fn-definitionnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.verifiedpermissions_schema.new` injects a new `aws_verifiedpermissions_schema` 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.verifiedpermissions_schema.new('some_id') + +You can get the reference to the `id` field of the created `aws.verifiedpermissions_schema` using the reference: + + $._ref.aws_verifiedpermissions_schema.some_id.get('id') + +This is the same as directly entering `"${ aws_verifiedpermissions_schema.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. + - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting resource block. + - `definition` (`obj`): Set the `definition` field on the resulting resource block. When `null`, the `definition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_schema.definition.new](#fn-definitionnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.verifiedpermissions_schema.newAttrs` constructs a new object with attributes and blocks configured for the `verifiedpermissions_schema` +Terraform resource. + +Unlike [aws.verifiedpermissions_schema.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**: + - `policy_store_id` (`string`): Set the `policy_store_id` field on the resulting object. + - `definition` (`obj`): Set the `definition` field on the resulting object. When `null`, the `definition` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.verifiedpermissions_schema.definition.new](#fn-definitionnew) 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 `verifiedpermissions_schema` resource into the root Terraform configuration. + + +### fn withDefinition + +```ts +withDefinition() +``` + +`aws.obj.withDefinition` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the definition 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.withDefinitionMixin](TODO) function. + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `definition` field. + + +### fn withDefinitionMixin + +```ts +withDefinitionMixin() +``` + +`aws.obj.withDefinitionMixin` constructs a mixin object that can be merged into the `obj` +Terraform resource block to set or update the definition 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.withDefinition](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `definition` field. + + +### fn withPolicyStoreId + +```ts +withPolicyStoreId() +``` + +`aws.string.withPolicyStoreId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the policy_store_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `policy_store_id` field. + + +## obj definition + + + +### fn definition.new + +```ts +new() +``` + + +`aws.verifiedpermissions_schema.definition.new` constructs a new object with attributes and blocks configured for the `definition` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `definition` sub block. From 254598a8d33e3eb847f7c3f107fa65e230894ac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 12 Jan 2024 19:30:11 +0000 Subject: [PATCH 08/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/resources/iot_ca_certificate.libsonnet | 2 +- docs/5.x/iot_ca_certificate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/5.x/_gen/resources/iot_ca_certificate.libsonnet b/5.x/_gen/resources/iot_ca_certificate.libsonnet index dffe08e6..8c36c47b 100644 --- a/5.x/_gen/resources/iot_ca_certificate.libsonnet +++ b/5.x/_gen/resources/iot_ca_certificate.libsonnet @@ -50,7 +50,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); 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':: 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` (`string`): 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, diff --git a/docs/5.x/iot_ca_certificate.md b/docs/5.x/iot_ca_certificate.md index c9b1a5c3..41fad756 100644 --- a/docs/5.x/iot_ca_certificate.md +++ b/docs/5.x/iot_ca_certificate.md @@ -266,7 +266,7 @@ 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. + - `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. - `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. From 4e2e3ba83f949ca1fe300844d3b4fff888812e8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 19 Jan 2024 00:23:35 +0000 Subject: [PATCH 09/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/data/eks_access_entry.libsonnet | 76 + 5.x/_gen/data/main.libsonnet | 1 + .../secretsmanager_random_password.libsonnet | 18 +- 5.x/_gen/data/secretsmanager_secret.libsonnet | 21 +- 5.x/_gen/main.libsonnet | 3 + 5.x/_gen/provider_aws.libsonnet | 6 +- 5.x/_gen/resources/backup_plan.libsonnet | 12 +- 5.x/_gen/resources/eks_access_entry.libsonnet | 124 + .../eks_access_policy_association.libsonnet | 130 + 5.x/_gen/resources/eks_cluster.libsonnet | 38 +- .../lakeformation_resource.libsonnet | 21 +- .../resources/lexv2models_intent.libsonnet | 10080 +++++++ .../secretsmanager_secret_rotation.libsonnet | 24 +- docs/5.x/README.md | 3 + docs/5.x/backup_plan.md | 2 + docs/5.x/data/eks_access_entry.md | 149 + docs/5.x/data/index.md | 1 + .../data/secretsmanager_random_password.md | 19 - docs/5.x/data/secretsmanager_secret.md | 19 + docs/5.x/eks_access_entry.md | 234 + docs/5.x/eks_access_policy_association.md | 263 + docs/5.x/eks_cluster.md | 67 + docs/5.x/lakeformation_resource.md | 19 + docs/5.x/lexv2models_intent.md | 24813 ++++++++++++++++ docs/5.x/provider.md | 2 + docs/5.x/secretsmanager_secret_rotation.md | 19 + 26 files changed, 36111 insertions(+), 53 deletions(-) create mode 100644 5.x/_gen/data/eks_access_entry.libsonnet create mode 100644 5.x/_gen/resources/eks_access_entry.libsonnet create mode 100644 5.x/_gen/resources/eks_access_policy_association.libsonnet create mode 100644 5.x/_gen/resources/lexv2models_intent.libsonnet create mode 100644 docs/5.x/data/eks_access_entry.md create mode 100644 docs/5.x/eks_access_entry.md create mode 100644 docs/5.x/eks_access_policy_association.md create mode 100644 docs/5.x/lexv2models_intent.md diff --git a/5.x/_gen/data/eks_access_entry.libsonnet b/5.x/_gen/data/eks_access_entry.libsonnet new file mode 100644 index 00000000..f39efa0e --- /dev/null +++ b/5.x/_gen/data/eks_access_entry.libsonnet @@ -0,0 +1,76 @@ +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='eks_access_entry', url='', help='`eks_access_entry` represents the `aws_eks_access_entry` 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.eks_access_entry.new` injects a new `data_aws_eks_access_entry` 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.eks_access_entry.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.eks_access_entry` using the reference:\n\n $._ref.data_aws_eks_access_entry.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting data source block.\n - `principal_arn` (`string`): Set the `principal_arn` field on the resulting data source block.\n - `tags` (`obj`): Set the `tags` field on the resulting data source 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 data source block. When `null`, the `tags_all` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + new( + dataSrcLabel, + cluster_name, + principal_arn, + tags=null, + tags_all=null, + _meta={} + ):: tf.withData( + type='aws_eks_access_entry', + label=dataSrcLabel, + attrs=self.newAttrs( + cluster_name=cluster_name, + principal_arn=principal_arn, + tags=tags, + tags_all=tags_all + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.data.eks_access_entry.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_entry`\nTerraform data source.\n\nUnlike [aws.data.eks_access_entry.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**Args**:\n - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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\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 `eks_access_entry` data source into the root Terraform configuration.\n', args=[]), + newAttrs( + cluster_name, + principal_arn, + tags=null, + tags_all=null + ):: std.prune(a={ + cluster_name: cluster_name, + principal_arn: principal_arn, + tags: tags, + tags_all: tags_all, + }), + '#withClusterName':: d.fn(help='`aws.string.withClusterName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the cluster_name field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `cluster_name` field.\n', args=[]), + withClusterName(dataSrcLabel, value): { + data+: { + aws_eks_access_entry+: { + [dataSrcLabel]+: { + cluster_name: value, + }, + }, + }, + }, + '#withPrincipalArn':: d.fn(help='`aws.string.withPrincipalArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the principal_arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `principal_arn` field.\n', args=[]), + withPrincipalArn(dataSrcLabel, value): { + data+: { + aws_eks_access_entry+: { + [dataSrcLabel]+: { + principal_arn: value, + }, + }, + }, + }, + '#withTags':: d.fn(help='`aws.obj.withTags` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the tags field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags` field.\n', args=[]), + withTags(dataSrcLabel, value): { + data+: { + aws_eks_access_entry+: { + [dataSrcLabel]+: { + tags: value, + }, + }, + }, + }, + '#withTagsAll':: d.fn(help='`aws.obj.withTagsAll` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the tags_all field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags_all` field.\n', args=[]), + withTagsAll(dataSrcLabel, value): { + data+: { + aws_eks_access_entry+: { + [dataSrcLabel]+: { + tags_all: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/data/main.libsonnet b/5.x/_gen/data/main.libsonnet index d011e60b..91230412 100644 --- a/5.x/_gen/data/main.libsonnet +++ b/5.x/_gen/data/main.libsonnet @@ -197,6 +197,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); efs_mount_target: (import 'efs_mount_target.libsonnet'), eip: (import 'eip.libsonnet'), eips: (import 'eips.libsonnet'), + eks_access_entry: (import 'eks_access_entry.libsonnet'), eks_addon: (import 'eks_addon.libsonnet'), eks_addon_version: (import 'eks_addon_version.libsonnet'), eks_cluster: (import 'eks_cluster.libsonnet'), diff --git a/5.x/_gen/data/secretsmanager_random_password.libsonnet b/5.x/_gen/data/secretsmanager_random_password.libsonnet index 16ce8046..b8bff0c9 100644 --- a/5.x/_gen/data/secretsmanager_random_password.libsonnet +++ b/5.x/_gen/data/secretsmanager_random_password.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='secretsmanager_random_password', url='', help='`secretsmanager_random_password` represents the `aws_secretsmanager_random_password` 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.secretsmanager_random_password.new` injects a new `data_aws_secretsmanager_random_password` 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.secretsmanager_random_password.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.secretsmanager_random_password` using the reference:\n\n $._ref.data_aws_secretsmanager_random_password.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_secretsmanager_random_password.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 - `exclude_characters` (`string`): Set the `exclude_characters` field on the resulting data source block. When `null`, the `exclude_characters` field will be omitted from the resulting object.\n - `exclude_lowercase` (`bool`): Set the `exclude_lowercase` field on the resulting data source block. When `null`, the `exclude_lowercase` field will be omitted from the resulting object.\n - `exclude_numbers` (`bool`): Set the `exclude_numbers` field on the resulting data source block. When `null`, the `exclude_numbers` field will be omitted from the resulting object.\n - `exclude_punctuation` (`bool`): Set the `exclude_punctuation` field on the resulting data source block. When `null`, the `exclude_punctuation` field will be omitted from the resulting object.\n - `exclude_uppercase` (`bool`): Set the `exclude_uppercase` field on the resulting data source block. When `null`, the `exclude_uppercase` field will be omitted from the resulting object.\n - `include_space` (`bool`): Set the `include_space` field on the resulting data source block. When `null`, the `include_space` field will be omitted from the resulting object.\n - `password_length` (`number`): Set the `password_length` field on the resulting data source block. When `null`, the `password_length` field will be omitted from the resulting object.\n - `random_password` (`string`): Set the `random_password` field on the resulting data source block. When `null`, the `random_password` field will be omitted from the resulting object.\n - `require_each_included_type` (`bool`): Set the `require_each_included_type` field on the resulting data source block. When `null`, the `require_each_included_type` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.data.secretsmanager_random_password.new` injects a new `data_aws_secretsmanager_random_password` 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.secretsmanager_random_password.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.secretsmanager_random_password` using the reference:\n\n $._ref.data_aws_secretsmanager_random_password.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_secretsmanager_random_password.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 - `exclude_characters` (`string`): Set the `exclude_characters` field on the resulting data source block. When `null`, the `exclude_characters` field will be omitted from the resulting object.\n - `exclude_lowercase` (`bool`): Set the `exclude_lowercase` field on the resulting data source block. When `null`, the `exclude_lowercase` field will be omitted from the resulting object.\n - `exclude_numbers` (`bool`): Set the `exclude_numbers` field on the resulting data source block. When `null`, the `exclude_numbers` field will be omitted from the resulting object.\n - `exclude_punctuation` (`bool`): Set the `exclude_punctuation` field on the resulting data source block. When `null`, the `exclude_punctuation` field will be omitted from the resulting object.\n - `exclude_uppercase` (`bool`): Set the `exclude_uppercase` field on the resulting data source block. When `null`, the `exclude_uppercase` field will be omitted from the resulting object.\n - `include_space` (`bool`): Set the `include_space` field on the resulting data source block. When `null`, the `include_space` field will be omitted from the resulting object.\n - `password_length` (`number`): Set the `password_length` field on the resulting data source block. When `null`, the `password_length` field will be omitted from the resulting object.\n - `require_each_included_type` (`bool`): Set the `require_each_included_type` field on the resulting data source block. When `null`, the `require_each_included_type` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), new( dataSrcLabel, exclude_characters=null, @@ -12,7 +12,6 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); exclude_uppercase=null, include_space=null, password_length=null, - random_password=null, require_each_included_type=null, _meta={} ):: tf.withData( @@ -26,12 +25,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); exclude_uppercase=exclude_uppercase, include_space=include_space, password_length=password_length, - random_password=random_password, require_each_included_type=require_each_included_type ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.data.secretsmanager_random_password.newAttrs` constructs a new object with attributes and blocks configured for the `secretsmanager_random_password`\nTerraform data source.\n\nUnlike [aws.data.secretsmanager_random_password.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**Args**:\n - `exclude_characters` (`string`): Set the `exclude_characters` field on the resulting object. When `null`, the `exclude_characters` field will be omitted from the resulting object.\n - `exclude_lowercase` (`bool`): Set the `exclude_lowercase` field on the resulting object. When `null`, the `exclude_lowercase` field will be omitted from the resulting object.\n - `exclude_numbers` (`bool`): Set the `exclude_numbers` field on the resulting object. When `null`, the `exclude_numbers` field will be omitted from the resulting object.\n - `exclude_punctuation` (`bool`): Set the `exclude_punctuation` field on the resulting object. When `null`, the `exclude_punctuation` field will be omitted from the resulting object.\n - `exclude_uppercase` (`bool`): Set the `exclude_uppercase` field on the resulting object. When `null`, the `exclude_uppercase` field will be omitted from the resulting object.\n - `include_space` (`bool`): Set the `include_space` field on the resulting object. When `null`, the `include_space` field will be omitted from the resulting object.\n - `password_length` (`number`): Set the `password_length` field on the resulting object. When `null`, the `password_length` field will be omitted from the resulting object.\n - `random_password` (`string`): Set the `random_password` field on the resulting object. When `null`, the `random_password` field will be omitted from the resulting object.\n - `require_each_included_type` (`bool`): Set the `require_each_included_type` field on the resulting object. When `null`, the `require_each_included_type` field will be omitted from the resulting object.\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 `secretsmanager_random_password` data source into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.data.secretsmanager_random_password.newAttrs` constructs a new object with attributes and blocks configured for the `secretsmanager_random_password`\nTerraform data source.\n\nUnlike [aws.data.secretsmanager_random_password.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**Args**:\n - `exclude_characters` (`string`): Set the `exclude_characters` field on the resulting object. When `null`, the `exclude_characters` field will be omitted from the resulting object.\n - `exclude_lowercase` (`bool`): Set the `exclude_lowercase` field on the resulting object. When `null`, the `exclude_lowercase` field will be omitted from the resulting object.\n - `exclude_numbers` (`bool`): Set the `exclude_numbers` field on the resulting object. When `null`, the `exclude_numbers` field will be omitted from the resulting object.\n - `exclude_punctuation` (`bool`): Set the `exclude_punctuation` field on the resulting object. When `null`, the `exclude_punctuation` field will be omitted from the resulting object.\n - `exclude_uppercase` (`bool`): Set the `exclude_uppercase` field on the resulting object. When `null`, the `exclude_uppercase` field will be omitted from the resulting object.\n - `include_space` (`bool`): Set the `include_space` field on the resulting object. When `null`, the `include_space` field will be omitted from the resulting object.\n - `password_length` (`number`): Set the `password_length` field on the resulting object. When `null`, the `password_length` field will be omitted from the resulting object.\n - `require_each_included_type` (`bool`): Set the `require_each_included_type` field on the resulting object. When `null`, the `require_each_included_type` field will be omitted from the resulting object.\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 `secretsmanager_random_password` data source into the root Terraform configuration.\n', args=[]), newAttrs( exclude_characters=null, exclude_lowercase=null, @@ -40,7 +38,6 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); exclude_uppercase=null, include_space=null, password_length=null, - random_password=null, require_each_included_type=null ):: std.prune(a={ exclude_characters: exclude_characters, @@ -50,7 +47,6 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); exclude_uppercase: exclude_uppercase, include_space: include_space, password_length: password_length, - random_password: random_password, require_each_included_type: require_each_included_type, }), '#withExcludeCharacters':: d.fn(help='`aws.string.withExcludeCharacters` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the exclude_characters field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `exclude_characters` field.\n', args=[]), @@ -123,16 +119,6 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, - '#withRandomPassword':: d.fn(help='`aws.string.withRandomPassword` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the random_password field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `random_password` field.\n', args=[]), - withRandomPassword(dataSrcLabel, value): { - data+: { - aws_secretsmanager_random_password+: { - [dataSrcLabel]+: { - random_password: value, - }, - }, - }, - }, '#withRequireEachIncludedType':: d.fn(help='`aws.bool.withRequireEachIncludedType` constructs a mixin object that can be merged into the `bool`\nTerraform data source block to set or update the require_each_included_type field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `require_each_included_type` field.\n', args=[]), withRequireEachIncludedType(dataSrcLabel, value): { data+: { diff --git a/5.x/_gen/data/secretsmanager_secret.libsonnet b/5.x/_gen/data/secretsmanager_secret.libsonnet index 0d520608..1c064fd9 100644 --- a/5.x/_gen/data/secretsmanager_secret.libsonnet +++ b/5.x/_gen/data/secretsmanager_secret.libsonnet @@ -2,25 +2,28 @@ 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='secretsmanager_secret', url='', help='`secretsmanager_secret` represents the `aws_secretsmanager_secret` 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.secretsmanager_secret.new` injects a new `data_aws_secretsmanager_secret` 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.secretsmanager_secret.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.secretsmanager_secret` using the reference:\n\n $._ref.data_aws_secretsmanager_secret.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_secretsmanager_secret.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 - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.data.secretsmanager_secret.new` injects a new `data_aws_secretsmanager_secret` 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.secretsmanager_secret.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.secretsmanager_secret` using the reference:\n\n $._ref.data_aws_secretsmanager_secret.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_secretsmanager_secret.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 - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), new( dataSrcLabel, arn=null, name=null, + tags=null, _meta={} ):: tf.withData( type='aws_secretsmanager_secret', label=dataSrcLabel, - attrs=self.newAttrs(arn=arn, name=name), + attrs=self.newAttrs(arn=arn, name=name, tags=tags), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.data.secretsmanager_secret.newAttrs` constructs a new object with attributes and blocks configured for the `secretsmanager_secret`\nTerraform data source.\n\nUnlike [aws.data.secretsmanager_secret.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from 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\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 `secretsmanager_secret` data source into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.data.secretsmanager_secret.newAttrs` constructs a new object with attributes and blocks configured for the `secretsmanager_secret`\nTerraform data source.\n\nUnlike [aws.data.secretsmanager_secret.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**Args**:\n - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from 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 - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` field will be omitted from the resulting object.\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 `secretsmanager_secret` data source into the root Terraform configuration.\n', args=[]), newAttrs( arn=null, - name=null + name=null, + tags=null ):: std.prune(a={ arn: arn, name: name, + tags: tags, }), '#withArn':: d.fn(help='`aws.string.withArn` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the arn field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `arn` field.\n', args=[]), withArn(dataSrcLabel, value): { @@ -42,4 +45,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withTags':: d.fn(help='`aws.obj.withTags` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the tags field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags` field.\n', args=[]), + withTags(dataSrcLabel, value): { + data+: { + aws_secretsmanager_secret+: { + [dataSrcLabel]+: { + tags: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 730de9f4..6912b21c 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -472,6 +472,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); egress_only_internet_gateway: (import 'resources/egress_only_internet_gateway.libsonnet'), eip: (import 'resources/eip.libsonnet'), eip_association: (import 'resources/eip_association.libsonnet'), + eks_access_entry: (import 'resources/eks_access_entry.libsonnet'), + eks_access_policy_association: (import 'resources/eks_access_policy_association.libsonnet'), eks_addon: (import 'resources/eks_addon.libsonnet'), eks_cluster: (import 'resources/eks_cluster.libsonnet'), eks_fargate_profile: (import 'resources/eks_fargate_profile.libsonnet'), @@ -719,6 +721,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); lexv2models_bot: (import 'resources/lexv2models_bot.libsonnet'), lexv2models_bot_locale: (import 'resources/lexv2models_bot_locale.libsonnet'), lexv2models_bot_version: (import 'resources/lexv2models_bot_version.libsonnet'), + lexv2models_intent: (import 'resources/lexv2models_intent.libsonnet'), licensemanager_association: (import 'resources/licensemanager_association.libsonnet'), licensemanager_grant: (import 'resources/licensemanager_grant.libsonnet'), licensemanager_grant_accepter: (import 'resources/licensemanager_grant_accepter.libsonnet'), diff --git a/5.x/_gen/provider_aws.libsonnet b/5.x/_gen/provider_aws.libsonnet index 79b58b19..d08eb058 100644 --- a/5.x/_gen/provider_aws.libsonnet +++ b/5.x/_gen/provider_aws.libsonnet @@ -200,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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `appregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `appregistry` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `groundstation` (`string`): Use this to override the default service endpoint URL When `null`, the `groundstation` 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 - `launchwizard` (`string`): Use this to override the default service endpoint URL When `null`, the `launchwizard` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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 - `pcaconnectorad` (`string`): Use this to override the default service endpoint URL When `null`, the `pcaconnectorad` 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 - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` 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 - `qbusiness` (`string`): Use this to override the default service endpoint URL When `null`, the `qbusiness` 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 - `servicecatalogappregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalogappregistry` 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 - `ssmsap` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmsap` 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 - `wellarchitected` (`string`): Use this to override the default service endpoint URL When `null`, the `wellarchitected` 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 - `appfabric` (`string`): Use this to override the default service endpoint URL When `null`, the `appfabric` 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 - `appregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `appregistry` 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 - `codeguruprofiler` (`string`): Use this to override the default service endpoint URL When `null`, the `codeguruprofiler` 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 - `groundstation` (`string`): Use this to override the default service endpoint URL When `null`, the `groundstation` 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 - `launchwizard` (`string`): Use this to override the default service endpoint URL When `null`, the `launchwizard` 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 - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` field will be omitted from the resulting object.\n - `m2` (`string`): Use this to override the default service endpoint URL When `null`, the `m2` 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 - `mediapackagev2` (`string`): Use this to override the default service endpoint URL When `null`, the `mediapackagev2` 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 - `pcaconnectorad` (`string`): Use this to override the default service endpoint URL When `null`, the `pcaconnectorad` 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 - `polly` (`string`): Use this to override the default service endpoint URL When `null`, the `polly` 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 - `qbusiness` (`string`): Use this to override the default service endpoint URL When `null`, the `qbusiness` 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 - `rekognition` (`string`): Use this to override the default service endpoint URL When `null`, the `rekognition` 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 - `servicecatalogappregistry` (`string`): Use this to override the default service endpoint URL When `null`, the `servicecatalogappregistry` 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 - `ssmsap` (`string`): Use this to override the default service endpoint URL When `null`, the `ssmsap` 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 - `wellarchitected` (`string`): Use this to override the default service endpoint URL When `null`, the `wellarchitected` 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, @@ -367,6 +367,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); locationservice=null, logs=null, lookoutmetrics=null, + m2=null, macie2=null, managedgrafana=null, mediaconnect=null, @@ -409,6 +410,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); redshiftdata=null, redshiftdataapiservice=null, redshiftserverless=null, + rekognition=null, resourceexplorer2=null, resourcegroups=null, resourcegroupstagging=null, @@ -636,6 +638,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); locationservice: locationservice, logs: logs, lookoutmetrics: lookoutmetrics, + m2: m2, macie2: macie2, managedgrafana: managedgrafana, mediaconnect: mediaconnect, @@ -678,6 +681,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); redshiftdata: redshiftdata, redshiftdataapiservice: redshiftdataapiservice, redshiftserverless: redshiftserverless, + rekognition: rekognition, resourceexplorer2: resourceexplorer2, resourcegroups: resourcegroups, resourcegroupstagging: resourcegroupstagging, diff --git a/5.x/_gen/resources/backup_plan.libsonnet b/5.x/_gen/resources/backup_plan.libsonnet index ced92bf0..79ddf6a1 100644 --- a/5.x/_gen/resources/backup_plan.libsonnet +++ b/5.x/_gen/resources/backup_plan.libsonnet @@ -50,13 +50,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); rule:: { copy_action:: { lifecycle:: { - '#new':: d.fn(help='\n`aws.backup_plan.rule.copy_action.lifecycle.new` constructs a new object with attributes and blocks configured for the `lifecycle`\nTerraform sub block.\n\n\n\n**Args**:\n - `cold_storage_after` (`number`): Set the `cold_storage_after` field on the resulting object. When `null`, the `cold_storage_after` field will be omitted from the resulting object.\n - `delete_after` (`number`): Set the `delete_after` field on the resulting object. When `null`, the `delete_after` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `lifecycle` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.backup_plan.rule.copy_action.lifecycle.new` constructs a new object with attributes and blocks configured for the `lifecycle`\nTerraform sub block.\n\n\n\n**Args**:\n - `cold_storage_after` (`number`): Set the `cold_storage_after` field on the resulting object. When `null`, the `cold_storage_after` field will be omitted from the resulting object.\n - `delete_after` (`number`): Set the `delete_after` field on the resulting object. When `null`, the `delete_after` field will be omitted from the resulting object.\n - `opt_in_to_archive_for_supported_resources` (`bool`): Set the `opt_in_to_archive_for_supported_resources` field on the resulting object. When `null`, the `opt_in_to_archive_for_supported_resources` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `lifecycle` sub block.\n', args=[]), new( cold_storage_after=null, - delete_after=null + delete_after=null, + opt_in_to_archive_for_supported_resources=null ):: std.prune(a={ cold_storage_after: cold_storage_after, delete_after: delete_after, + opt_in_to_archive_for_supported_resources: opt_in_to_archive_for_supported_resources, }), }, '#new':: d.fn(help='\n`aws.backup_plan.rule.copy_action.new` constructs a new object with attributes and blocks configured for the `copy_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `destination_vault_arn` (`string`): Set the `destination_vault_arn` field on the resulting object.\n - `lifecycle` (`list[obj]`): Set the `lifecycle` field on the resulting object. When `null`, the `lifecycle` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.backup_plan.rule.copy_action.lifecycle.new](#fn-rulerulelifecyclenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `copy_action` sub block.\n', args=[]), @@ -69,13 +71,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }), }, lifecycle:: { - '#new':: d.fn(help='\n`aws.backup_plan.rule.lifecycle.new` constructs a new object with attributes and blocks configured for the `lifecycle`\nTerraform sub block.\n\n\n\n**Args**:\n - `cold_storage_after` (`number`): Set the `cold_storage_after` field on the resulting object. When `null`, the `cold_storage_after` field will be omitted from the resulting object.\n - `delete_after` (`number`): Set the `delete_after` field on the resulting object. When `null`, the `delete_after` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `lifecycle` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.backup_plan.rule.lifecycle.new` constructs a new object with attributes and blocks configured for the `lifecycle`\nTerraform sub block.\n\n\n\n**Args**:\n - `cold_storage_after` (`number`): Set the `cold_storage_after` field on the resulting object. When `null`, the `cold_storage_after` field will be omitted from the resulting object.\n - `delete_after` (`number`): Set the `delete_after` field on the resulting object. When `null`, the `delete_after` field will be omitted from the resulting object.\n - `opt_in_to_archive_for_supported_resources` (`bool`): Set the `opt_in_to_archive_for_supported_resources` field on the resulting object. When `null`, the `opt_in_to_archive_for_supported_resources` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `lifecycle` sub block.\n', args=[]), new( cold_storage_after=null, - delete_after=null + delete_after=null, + opt_in_to_archive_for_supported_resources=null ):: std.prune(a={ cold_storage_after: cold_storage_after, delete_after: delete_after, + opt_in_to_archive_for_supported_resources: opt_in_to_archive_for_supported_resources, }), }, '#new':: d.fn(help='\n`aws.backup_plan.rule.new` constructs a new object with attributes and blocks configured for the `rule`\nTerraform sub block.\n\n\n\n**Args**:\n - `completion_window` (`number`): Set the `completion_window` field on the resulting object. When `null`, the `completion_window` field will be omitted from the resulting object.\n - `enable_continuous_backup` (`bool`): Set the `enable_continuous_backup` field on the resulting object. When `null`, the `enable_continuous_backup` field will be omitted from the resulting object.\n - `recovery_point_tags` (`obj`): Set the `recovery_point_tags` field on the resulting object. When `null`, the `recovery_point_tags` field will be omitted from the resulting object.\n - `rule_name` (`string`): Set the `rule_name` field on the resulting object.\n - `schedule` (`string`): Set the `schedule` field on the resulting object. When `null`, the `schedule` field will be omitted from the resulting object.\n - `start_window` (`number`): Set the `start_window` field on the resulting object. When `null`, the `start_window` field will be omitted from the resulting object.\n - `target_vault_name` (`string`): Set the `target_vault_name` field on the resulting object.\n - `copy_action` (`list[obj]`): Set the `copy_action` field on the resulting object. When `null`, the `copy_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.backup_plan.rule.copy_action.new](#fn-rulecopy_actionnew) constructor.\n - `lifecycle` (`list[obj]`): Set the `lifecycle` field on the resulting object. When `null`, the `lifecycle` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.backup_plan.rule.lifecycle.new](#fn-rulelifecyclenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `rule` sub block.\n', args=[]), diff --git a/5.x/_gen/resources/eks_access_entry.libsonnet b/5.x/_gen/resources/eks_access_entry.libsonnet new file mode 100644 index 00000000..b2e3fbbe --- /dev/null +++ b/5.x/_gen/resources/eks_access_entry.libsonnet @@ -0,0 +1,124 @@ +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='eks_access_entry', url='', help='`eks_access_entry` represents the `aws_eks_access_entry` 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.eks_access_entry.new` injects a new `aws_eks_access_entry` 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.eks_access_entry.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_access_entry` using the reference:\n\n $._ref.aws_eks_access_entry.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block.\n - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting resource block. When `null`, the `kubernetes_groups` field will be omitted from the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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 - `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.eks_access_entry.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, + cluster_name, + principal_arn, + kubernetes_groups=null, + tags=null, + tags_all=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_eks_access_entry', + label=resourceLabel, + attrs=self.newAttrs( + cluster_name=cluster_name, + kubernetes_groups=kubernetes_groups, + principal_arn=principal_arn, + tags=tags, + tags_all=tags_all, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.eks_access_entry.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_entry`\nTerraform resource.\n\nUnlike [aws.eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object.\n - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting object. When `null`, the `kubernetes_groups` field will be omitted from the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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 - `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.eks_access_entry.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 `eks_access_entry` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + cluster_name, + principal_arn, + kubernetes_groups=null, + tags=null, + tags_all=null, + timeouts=null + ):: std.prune(a={ + cluster_name: cluster_name, + kubernetes_groups: kubernetes_groups, + principal_arn: principal_arn, + tags: tags, + tags_all: tags_all, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.eks_access_entry.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + new( + create=null, + delete=null + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withClusterName':: d.fn(help='`aws.string.withClusterName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the cluster_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 `cluster_name` field.\n', args=[]), + withClusterName(resourceLabel, value): { + resource+: { + aws_eks_access_entry+: { + [resourceLabel]+: { + cluster_name: value, + }, + }, + }, + }, + '#withKubernetesGroups':: d.fn(help='`aws.list.withKubernetesGroups` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the kubernetes_groups field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `kubernetes_groups` field.\n', args=[]), + withKubernetesGroups(resourceLabel, value): { + resource+: { + aws_eks_access_entry+: { + [resourceLabel]+: { + kubernetes_groups: value, + }, + }, + }, + }, + '#withPrincipalArn':: d.fn(help='`aws.string.withPrincipalArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the principal_arn 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 `principal_arn` field.\n', args=[]), + withPrincipalArn(resourceLabel, value): { + resource+: { + aws_eks_access_entry+: { + [resourceLabel]+: { + principal_arn: 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_eks_access_entry+: { + [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_eks_access_entry+: { + [resourceLabel]+: { + tags_all: value, + }, + }, + }, + }, + '#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_eks_access_entry+: { + [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_eks_access_entry+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/eks_access_policy_association.libsonnet b/5.x/_gen/resources/eks_access_policy_association.libsonnet new file mode 100644 index 00000000..b2aad3df --- /dev/null +++ b/5.x/_gen/resources/eks_access_policy_association.libsonnet @@ -0,0 +1,130 @@ +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='eks_access_policy_association', url='', help='`eks_access_policy_association` represents the `aws_eks_access_policy_association` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + access_scope:: { + '#new':: d.fn(help='\n`aws.eks_access_policy_association.access_scope.new` constructs a new object with attributes and blocks configured for the `access_scope`\nTerraform sub block.\n\n\n\n**Args**:\n - `namespaces` (`list`): Set the `namespaces` field on the resulting object. When `null`, the `namespaces` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `access_scope` sub block.\n', args=[]), + new( + type, + namespaces=null + ):: std.prune(a={ + namespaces: namespaces, + type: type, + }), + }, + '#new':: d.fn(help="\n`aws.eks_access_policy_association.new` injects a new `aws_eks_access_policy_association` 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.eks_access_policy_association.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_access_policy_association` using the reference:\n\n $._ref.aws_eks_access_policy_association.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_access_policy_association.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block.\n - `policy_arn` (`string`): Set the `policy_arn` field on the resulting resource block.\n - `principal_arn` (`string`): Set the `principal_arn` field on the resulting resource block.\n - `access_scope` (`list[obj]`): Set the `access_scope` field on the resulting resource block. When `null`, the `access_scope` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.eks_access_policy_association.access_scope.new](#fn-access_scopenew) 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.eks_access_policy_association.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, + cluster_name, + policy_arn, + principal_arn, + access_scope=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_eks_access_policy_association', + label=resourceLabel, + attrs=self.newAttrs( + access_scope=access_scope, + cluster_name=cluster_name, + policy_arn=policy_arn, + principal_arn=principal_arn, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.eks_access_policy_association.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_policy_association`\nTerraform resource.\n\nUnlike [aws.eks_access_policy_association.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object.\n - `policy_arn` (`string`): Set the `policy_arn` field on the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` field on the resulting object.\n - `access_scope` (`list[obj]`): Set the `access_scope` field on the resulting object. When `null`, the `access_scope` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.eks_access_policy_association.access_scope.new](#fn-access_scopenew) 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.eks_access_policy_association.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 `eks_access_policy_association` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + cluster_name, + policy_arn, + principal_arn, + access_scope=null, + timeouts=null + ):: std.prune(a={ + access_scope: access_scope, + cluster_name: cluster_name, + policy_arn: policy_arn, + principal_arn: principal_arn, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.eks_access_policy_association.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + new( + create=null, + delete=null + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withAccessScope':: d.fn(help='`aws.list[obj].withAccessScope` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the access_scope 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].withAccessScopeMixin](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 `access_scope` field.\n', args=[]), + withAccessScope(resourceLabel, value): { + resource+: { + aws_eks_access_policy_association+: { + [resourceLabel]+: { + access_scope: value, + }, + }, + }, + }, + '#withAccessScopeMixin':: d.fn(help='`aws.list[obj].withAccessScopeMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the access_scope 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].withAccessScope](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 `access_scope` field.\n', args=[]), + withAccessScopeMixin(resourceLabel, value): { + resource+: { + aws_eks_access_policy_association+: { + [resourceLabel]+: { + access_scope+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withClusterName':: d.fn(help='`aws.string.withClusterName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the cluster_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 `cluster_name` field.\n', args=[]), + withClusterName(resourceLabel, value): { + resource+: { + aws_eks_access_policy_association+: { + [resourceLabel]+: { + cluster_name: value, + }, + }, + }, + }, + '#withPolicyArn':: d.fn(help='`aws.string.withPolicyArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the policy_arn 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 `policy_arn` field.\n', args=[]), + withPolicyArn(resourceLabel, value): { + resource+: { + aws_eks_access_policy_association+: { + [resourceLabel]+: { + policy_arn: value, + }, + }, + }, + }, + '#withPrincipalArn':: d.fn(help='`aws.string.withPrincipalArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the principal_arn 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 `principal_arn` field.\n', args=[]), + withPrincipalArn(resourceLabel, value): { + resource+: { + aws_eks_access_policy_association+: { + [resourceLabel]+: { + principal_arn: value, + }, + }, + }, + }, + '#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_eks_access_policy_association+: { + [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_eks_access_policy_association+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/eks_cluster.libsonnet b/5.x/_gen/resources/eks_cluster.libsonnet index c0d011bd..58f425fb 100644 --- a/5.x/_gen/resources/eks_cluster.libsonnet +++ b/5.x/_gen/resources/eks_cluster.libsonnet @@ -2,6 +2,16 @@ 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='eks_cluster', url='', help='`eks_cluster` represents the `aws_eks_cluster` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + access_config:: { + '#new':: d.fn(help='\n`aws.eks_cluster.access_config.new` constructs a new object with attributes and blocks configured for the `access_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `authentication_mode` (`string`): Set the `authentication_mode` field on the resulting object. When `null`, the `authentication_mode` field will be omitted from the resulting object.\n - `bootstrap_cluster_creator_admin_permissions` (`bool`): Set the `bootstrap_cluster_creator_admin_permissions` field on the resulting object. When `null`, the `bootstrap_cluster_creator_admin_permissions` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `access_config` sub block.\n', args=[]), + new( + authentication_mode=null, + bootstrap_cluster_creator_admin_permissions=null + ):: std.prune(a={ + authentication_mode: authentication_mode, + bootstrap_cluster_creator_admin_permissions: bootstrap_cluster_creator_admin_permissions, + }), + }, encryption_config:: { '#new':: d.fn(help='\n`aws.eks_cluster.encryption_config.new` constructs a new object with attributes and blocks configured for the `encryption_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `resources` (`list`): Set the `resources` field on the resulting object.\n - `provider` (`list[obj]`): Set the `provider` field on the resulting object. When `null`, the `provider` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.eks_cluster.encryption_config.provider.new](#fn-encryption_configprovidernew) constructor.\n\n**Returns**:\n - An attribute object that represents the `encryption_config` sub block.\n', args=[]), new( @@ -30,11 +40,12 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); service_ipv4_cidr: service_ipv4_cidr, }), }, - '#new':: d.fn(help="\n`aws.eks_cluster.new` injects a new `aws_eks_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.eks_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_cluster` using the reference:\n\n $._ref.aws_eks_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_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 - `enabled_cluster_log_types` (`list`): Set the `enabled_cluster_log_types` field on the resulting resource block. When `null`, the `enabled_cluster_log_types` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `role_arn` (`string`): Set the `role_arn` 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 - `version` (`string`): Set the `version` field on the resulting resource block. When `null`, the `version` field will be omitted from the resulting object.\n - `encryption_config` (`list[obj]`): Set the `encryption_config` field on the resulting resource block. When `null`, the `encryption_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.eks_cluster.encryption_config.new](#fn-encryption_confignew) constructor.\n - `kubernetes_network_config` (`list[obj]`): Set the `kubernetes_network_config` field on the resulting resource block. When `null`, the `kubernetes_network_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.eks_cluster.kubernetes_network_config.new](#fn-kubernetes_network_confignew) constructor.\n - `outpost_config` (`list[obj]`): Set the `outpost_config` field on the resulting resource block. When `null`, the `outpost_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.eks_cluster.outpost_config.new](#fn-outpost_confignew) 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.eks_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting resource block. When `null`, the `vpc_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.eks_cluster.vpc_config.new](#fn-vpc_confignew) 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.eks_cluster.new` injects a new `aws_eks_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.eks_cluster.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_cluster` using the reference:\n\n $._ref.aws_eks_cluster.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_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 - `enabled_cluster_log_types` (`list`): Set the `enabled_cluster_log_types` field on the resulting resource block. When `null`, the `enabled_cluster_log_types` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `role_arn` (`string`): Set the `role_arn` 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 - `version` (`string`): Set the `version` field on the resulting resource block. When `null`, the `version` field will be omitted from the resulting object.\n - `access_config` (`list[obj]`): Set the `access_config` field on the resulting resource block. When `null`, the `access_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.eks_cluster.access_config.new](#fn-access_confignew) constructor.\n - `encryption_config` (`list[obj]`): Set the `encryption_config` field on the resulting resource block. When `null`, the `encryption_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.eks_cluster.encryption_config.new](#fn-encryption_confignew) constructor.\n - `kubernetes_network_config` (`list[obj]`): Set the `kubernetes_network_config` field on the resulting resource block. When `null`, the `kubernetes_network_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.eks_cluster.kubernetes_network_config.new](#fn-kubernetes_network_confignew) constructor.\n - `outpost_config` (`list[obj]`): Set the `outpost_config` field on the resulting resource block. When `null`, the `outpost_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.eks_cluster.outpost_config.new](#fn-outpost_confignew) 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.eks_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting resource block. When `null`, the `vpc_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.eks_cluster.vpc_config.new](#fn-vpc_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, name, role_arn, + access_config=null, enabled_cluster_log_types=null, encryption_config=null, kubernetes_network_config=null, @@ -49,6 +60,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); type='aws_eks_cluster', label=resourceLabel, attrs=self.newAttrs( + access_config=access_config, enabled_cluster_log_types=enabled_cluster_log_types, encryption_config=encryption_config, kubernetes_network_config=kubernetes_network_config, @@ -63,10 +75,11 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.eks_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `eks_cluster`\nTerraform resource.\n\nUnlike [aws.eks_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 - `enabled_cluster_log_types` (`list`): Set the `enabled_cluster_log_types` field on the resulting object. When `null`, the `enabled_cluster_log_types` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `role_arn` (`string`): Set the `role_arn` 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 - `version` (`string`): Set the `version` field on the resulting object. When `null`, the `version` field will be omitted from the resulting object.\n - `encryption_config` (`list[obj]`): Set the `encryption_config` field on the resulting object. When `null`, the `encryption_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.eks_cluster.encryption_config.new](#fn-encryption_confignew) constructor.\n - `kubernetes_network_config` (`list[obj]`): Set the `kubernetes_network_config` field on the resulting object. When `null`, the `kubernetes_network_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.eks_cluster.kubernetes_network_config.new](#fn-kubernetes_network_confignew) constructor.\n - `outpost_config` (`list[obj]`): Set the `outpost_config` field on the resulting object. When `null`, the `outpost_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.eks_cluster.outpost_config.new](#fn-outpost_confignew) 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.eks_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.eks_cluster.vpc_config.new](#fn-vpc_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 `eks_cluster` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.eks_cluster.newAttrs` constructs a new object with attributes and blocks configured for the `eks_cluster`\nTerraform resource.\n\nUnlike [aws.eks_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 - `enabled_cluster_log_types` (`list`): Set the `enabled_cluster_log_types` field on the resulting object. When `null`, the `enabled_cluster_log_types` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `role_arn` (`string`): Set the `role_arn` 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 - `version` (`string`): Set the `version` field on the resulting object. When `null`, the `version` field will be omitted from the resulting object.\n - `access_config` (`list[obj]`): Set the `access_config` field on the resulting object. When `null`, the `access_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.eks_cluster.access_config.new](#fn-access_confignew) constructor.\n - `encryption_config` (`list[obj]`): Set the `encryption_config` field on the resulting object. When `null`, the `encryption_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.eks_cluster.encryption_config.new](#fn-encryption_confignew) constructor.\n - `kubernetes_network_config` (`list[obj]`): Set the `kubernetes_network_config` field on the resulting object. When `null`, the `kubernetes_network_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.eks_cluster.kubernetes_network_config.new](#fn-kubernetes_network_confignew) constructor.\n - `outpost_config` (`list[obj]`): Set the `outpost_config` field on the resulting object. When `null`, the `outpost_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.eks_cluster.outpost_config.new](#fn-outpost_confignew) 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.eks_cluster.timeouts.new](#fn-timeoutsnew) constructor.\n - `vpc_config` (`list[obj]`): Set the `vpc_config` field on the resulting object. When `null`, the `vpc_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.eks_cluster.vpc_config.new](#fn-vpc_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 `eks_cluster` resource into the root Terraform configuration.\n', args=[]), newAttrs( name, role_arn, + access_config=null, enabled_cluster_log_types=null, encryption_config=null, kubernetes_network_config=null, @@ -77,6 +90,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); version=null, vpc_config=null ):: std.prune(a={ + access_config: access_config, enabled_cluster_log_types: enabled_cluster_log_types, encryption_config: encryption_config, kubernetes_network_config: kubernetes_network_config, @@ -137,6 +151,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); subnet_ids: subnet_ids, }), }, + '#withAccessConfig':: d.fn(help='`aws.list[obj].withAccessConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the access_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].withAccessConfigMixin](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 `access_config` field.\n', args=[]), + withAccessConfig(resourceLabel, value): { + resource+: { + aws_eks_cluster+: { + [resourceLabel]+: { + access_config: value, + }, + }, + }, + }, + '#withAccessConfigMixin':: d.fn(help='`aws.list[obj].withAccessConfigMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the access_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].withAccessConfig](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 `access_config` field.\n', args=[]), + withAccessConfigMixin(resourceLabel, value): { + resource+: { + aws_eks_cluster+: { + [resourceLabel]+: { + access_config+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withEnabledClusterLogTypes':: d.fn(help='`aws.list.withEnabledClusterLogTypes` constructs a mixin object that can be merged into the `list`\nTerraform resource block to set or update the enabled_cluster_log_types field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`list`): The value to set for the `enabled_cluster_log_types` field.\n', args=[]), withEnabledClusterLogTypes(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/lakeformation_resource.libsonnet b/5.x/_gen/resources/lakeformation_resource.libsonnet index bcf04a91..a558c7dc 100644 --- a/5.x/_gen/resources/lakeformation_resource.libsonnet +++ b/5.x/_gen/resources/lakeformation_resource.libsonnet @@ -2,25 +2,28 @@ 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='lakeformation_resource', url='', help='`lakeformation_resource` represents the `aws_lakeformation_resource` 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.lakeformation_resource.new` injects a new `aws_lakeformation_resource` 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.lakeformation_resource.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lakeformation_resource` using the reference:\n\n $._ref.aws_lakeformation_resource.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lakeformation_resource.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 - `arn` (`string`): Set the `arn` field on the resulting resource block.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. When `null`, the `role_arn` field will be omitted from the resulting object.\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.lakeformation_resource.new` injects a new `aws_lakeformation_resource` 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.lakeformation_resource.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lakeformation_resource` using the reference:\n\n $._ref.aws_lakeformation_resource.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lakeformation_resource.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 - `arn` (`string`): Set the `arn` field on the resulting resource block.\n - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `use_service_linked_role` (`bool`): Set the `use_service_linked_role` field on the resulting resource block. When `null`, the `use_service_linked_role` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, arn, role_arn=null, + use_service_linked_role=null, _meta={} ):: tf.withResource( type='aws_lakeformation_resource', label=resourceLabel, - attrs=self.newAttrs(arn=arn, role_arn=role_arn), + attrs=self.newAttrs(arn=arn, role_arn=role_arn, use_service_linked_role=use_service_linked_role), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.lakeformation_resource.newAttrs` constructs a new object with attributes and blocks configured for the `lakeformation_resource`\nTerraform resource.\n\nUnlike [aws.lakeformation_resource.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 - `arn` (`string`): Set the `arn` field on 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\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 `lakeformation_resource` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.lakeformation_resource.newAttrs` constructs a new object with attributes and blocks configured for the `lakeformation_resource`\nTerraform resource.\n\nUnlike [aws.lakeformation_resource.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 - `arn` (`string`): Set the `arn` field on 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 - `use_service_linked_role` (`bool`): Set the `use_service_linked_role` field on the resulting object. When `null`, the `use_service_linked_role` field will be omitted from 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 `lakeformation_resource` resource into the root Terraform configuration.\n', args=[]), newAttrs( arn, - role_arn=null + role_arn=null, + use_service_linked_role=null ):: std.prune(a={ arn: arn, role_arn: role_arn, + use_service_linked_role: use_service_linked_role, }), '#withArn':: d.fn(help='`aws.string.withArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the arn 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 `arn` field.\n', args=[]), withArn(resourceLabel, value): { @@ -42,4 +45,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withUseServiceLinkedRole':: d.fn(help='`aws.bool.withUseServiceLinkedRole` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the use_service_linked_role 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 `use_service_linked_role` field.\n', args=[]), + withUseServiceLinkedRole(resourceLabel, value): { + resource+: { + aws_lakeformation_resource+: { + [resourceLabel]+: { + use_service_linked_role: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/lexv2models_intent.libsonnet b/5.x/_gen/resources/lexv2models_intent.libsonnet new file mode 100644 index 00000000..4859c77f --- /dev/null +++ b/5.x/_gen/resources/lexv2models_intent.libsonnet @@ -0,0 +1,10080 @@ +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='lexv2models_intent', url='', help='`lexv2models_intent` represents the `aws_lexv2models_intent` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'), + closing_setting:: { + closing_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.button.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.custom_payload.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.plain_text_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.ssml_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.new](#fn-closing_settingclosing_settingclosing_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.new](#fn-closing_settingclosing_settingclosing_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.button.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.custom_payload.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.plain_text_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.ssml_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.closing_response.new` constructs a new object with attributes and blocks configured for the `closing_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.new](#fn-closing_settingclosing_settingmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `closing_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.conditional.conditional_branch.condition.new](#fn-closing_settingclosing_settingconditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.new](#fn-closing_settingclosing_settingconditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.new](#fn-closing_settingclosing_settingconditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.new](#fn-closing_settingclosing_settingconditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.value.new](#fn-closing_settingclosing_settingconditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.dialog_action.new](#fn-closing_settingclosing_settingconditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.new](#fn-closing_settingclosing_settingconditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.new](#fn-closing_settingclosing_settingconditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.new](#fn-closing_settingclosing_settingconditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.new](#fn-closing_settingclosing_settingconditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.new](#fn-closing_settingclosing_settingconditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.value.new](#fn-closing_settingclosing_settingconditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.dialog_action.new](#fn-closing_settingclosing_settingconditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.new](#fn-closing_settingclosing_settingconditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.custom_payload.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.ssml_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.new](#fn-closing_settingclosing_settingconditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.conditional.new` constructs a new object with attributes and blocks configured for the `conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.new](#fn-closing_settingclosing_settingconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.new](#fn-closing_settingclosing_settingdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.new` constructs a new object with attributes and blocks configured for the `closing_setting`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object. When `null`, the `active` field will be omitted from the resulting object.\n - `closing_response` (`list[obj]`): Set the `closing_response` field on the resulting object. When `null`, the `closing_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.new](#fn-closing_settingclosing_responsenew) constructor.\n - `conditional` (`list[obj]`): Set the `conditional` field on the resulting object. When `null`, the `conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.new](#fn-closing_settingconditionalnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.new](#fn-closing_settingnext_stepnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `closing_setting` sub block.\n', args=[]), + new( + active=null, + closing_response=null, + conditional=null, + next_step=null + ):: std.prune(a={ + active: active, + closing_response: closing_response, + conditional: conditional, + next_step: next_step, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.intent.slot.new](#fn-closing_settingclosing_settingnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.next_step.intent.slot.value.new](#fn-closing_settingclosing_settingnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.closing_setting.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.dialog_action.new](#fn-closing_settingclosing_settingdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.intent.new](#fn-closing_settingclosing_settingintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + }, + confirmation_setting:: { + code_hook:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.new` constructs a new object with attributes and blocks configured for the `code_hook`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `enable_code_hook_invocation` (`bool`): Set the `enable_code_hook_invocation` field on the resulting object.\n - `invocation_label` (`string`): Set the `invocation_label` field on the resulting object. When `null`, the `invocation_label` field will be omitted from the resulting object.\n - `post_code_hook_specification` (`list[obj]`): Set the `post_code_hook_specification` field on the resulting object. When `null`, the `post_code_hook_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.new](#fn-confirmation_settingconfirmation_settingpost_code_hook_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `code_hook` sub block.\n', args=[]), + new( + active, + enable_code_hook_invocation, + invocation_label=null, + post_code_hook_specification=null + ):: std.prune(a={ + active: active, + enable_code_hook_invocation: enable_code_hook_invocation, + invocation_label: invocation_label, + post_code_hook_specification: post_code_hook_specification, + }), + post_code_hook_specification:: { + failure_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + failure_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + failure_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.new` constructs a new object with attributes and blocks configured for the `post_code_hook_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.new](#fn-confirmation_settingconfirmation_settingcode_hookfailure_conditionalnew) constructor.\n - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookfailure_next_stepnew) constructor.\n - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.new](#fn-confirmation_settingconfirmation_settingcode_hookfailure_responsenew) constructor.\n - `success_conditional` (`list[obj]`): Set the `success_conditional` field on the resulting object. When `null`, the `success_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.new](#fn-confirmation_settingconfirmation_settingcode_hooksuccess_conditionalnew) constructor.\n - `success_next_step` (`list[obj]`): Set the `success_next_step` field on the resulting object. When `null`, the `success_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.new](#fn-confirmation_settingconfirmation_settingcode_hooksuccess_next_stepnew) constructor.\n - `success_response` (`list[obj]`): Set the `success_response` field on the resulting object. When `null`, the `success_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.new](#fn-confirmation_settingconfirmation_settingcode_hooksuccess_responsenew) constructor.\n - `timeout_conditional` (`list[obj]`): Set the `timeout_conditional` field on the resulting object. When `null`, the `timeout_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.new](#fn-confirmation_settingconfirmation_settingcode_hooktimeout_conditionalnew) constructor.\n - `timeout_next_step` (`list[obj]`): Set the `timeout_next_step` field on the resulting object. When `null`, the `timeout_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.new](#fn-confirmation_settingconfirmation_settingcode_hooktimeout_next_stepnew) constructor.\n - `timeout_response` (`list[obj]`): Set the `timeout_response` field on the resulting object. When `null`, the `timeout_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.new](#fn-confirmation_settingconfirmation_settingcode_hooktimeout_responsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `post_code_hook_specification` sub block.\n', args=[]), + new( + failure_conditional=null, + failure_next_step=null, + failure_response=null, + success_conditional=null, + success_next_step=null, + success_response=null, + timeout_conditional=null, + timeout_next_step=null, + timeout_response=null + ):: std.prune(a={ + failure_conditional: failure_conditional, + failure_next_step: failure_next_step, + failure_response: failure_response, + success_conditional: success_conditional, + success_next_step: success_next_step, + success_response: success_response, + timeout_conditional: timeout_conditional, + timeout_next_step: timeout_next_step, + timeout_response: timeout_response, + }), + success_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.new` constructs a new object with attributes and blocks configured for the `success_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + success_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.new` constructs a new object with attributes and blocks configured for the `success_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + success_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.new` constructs a new object with attributes and blocks configured for the `success_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + timeout_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.new` constructs a new object with attributes and blocks configured for the `timeout_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + timeout_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.new` constructs a new object with attributes and blocks configured for the `timeout_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + timeout_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.new` constructs a new object with attributes and blocks configured for the `timeout_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + }, + confirmation_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.new` constructs a new object with attributes and blocks configured for the `confirmation_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `confirmation_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + confirmation_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingconfirmation_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingconfirmation_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.new` constructs a new object with attributes and blocks configured for the `confirmation_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.new](#fn-confirmation_settingconfirmation_settingintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `confirmation_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + confirmation_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.confirmation_response.new` constructs a new object with attributes and blocks configured for the `confirmation_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `confirmation_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + declination_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_conditional.new` constructs a new object with attributes and blocks configured for the `declination_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `declination_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + declination_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingdeclination_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingdeclination_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_next_step.new` constructs a new object with attributes and blocks configured for the `declination_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.new](#fn-confirmation_settingconfirmation_settingintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `declination_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + declination_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingdeclination_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.declination_response.new` constructs a new object with attributes and blocks configured for the `declination_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `declination_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + elicitation_code_hook:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.elicitation_code_hook.new` constructs a new object with attributes and blocks configured for the `elicitation_code_hook`\nTerraform sub block.\n\n\n\n**Args**:\n - `enable_code_hook_invocation` (`bool`): Set the `enable_code_hook_invocation` field on the resulting object. When `null`, the `enable_code_hook_invocation` field will be omitted from the resulting object.\n - `invocation_label` (`string`): Set the `invocation_label` field on the resulting object. When `null`, the `invocation_label` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `elicitation_code_hook` sub block.\n', args=[]), + new( + enable_code_hook_invocation=null, + invocation_label=null + ):: std.prune(a={ + enable_code_hook_invocation: enable_code_hook_invocation, + invocation_label: invocation_label, + }), + }, + failure_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + failure_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingfailure_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingfailure_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.new](#fn-confirmation_settingconfirmation_settingintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + failure_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingfailure_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.new` constructs a new object with attributes and blocks configured for the `confirmation_setting`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object. When `null`, the `active` field will be omitted from the resulting object.\n - `code_hook` (`list[obj]`): Set the `code_hook` field on the resulting object. When `null`, the `code_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.lexv2models_intent.confirmation_setting.code_hook.new](#fn-confirmation_settingcode_hooknew) constructor.\n - `confirmation_conditional` (`list[obj]`): Set the `confirmation_conditional` field on the resulting object. When `null`, the `confirmation_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.new](#fn-confirmation_settingconfirmation_conditionalnew) constructor.\n - `confirmation_next_step` (`list[obj]`): Set the `confirmation_next_step` field on the resulting object. When `null`, the `confirmation_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.new](#fn-confirmation_settingconfirmation_next_stepnew) constructor.\n - `confirmation_response` (`list[obj]`): Set the `confirmation_response` field on the resulting object. When `null`, the `confirmation_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.new](#fn-confirmation_settingconfirmation_responsenew) constructor.\n - `declination_conditional` (`list[obj]`): Set the `declination_conditional` field on the resulting object. When `null`, the `declination_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.new](#fn-confirmation_settingdeclination_conditionalnew) constructor.\n - `declination_next_step` (`list[obj]`): Set the `declination_next_step` field on the resulting object. When `null`, the `declination_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.new](#fn-confirmation_settingdeclination_next_stepnew) constructor.\n - `declination_response` (`list[obj]`): Set the `declination_response` field on the resulting object. When `null`, the `declination_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.new](#fn-confirmation_settingdeclination_responsenew) constructor.\n - `elicitation_code_hook` (`list[obj]`): Set the `elicitation_code_hook` field on the resulting object. When `null`, the `elicitation_code_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.lexv2models_intent.confirmation_setting.elicitation_code_hook.new](#fn-confirmation_settingelicitation_code_hooknew) constructor.\n - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.new](#fn-confirmation_settingfailure_conditionalnew) constructor.\n - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.new](#fn-confirmation_settingfailure_next_stepnew) constructor.\n - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.new](#fn-confirmation_settingfailure_responsenew) constructor.\n - `prompt_specification` (`list[obj]`): Set the `prompt_specification` field on the resulting object. When `null`, the `prompt_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.new](#fn-confirmation_settingprompt_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `confirmation_setting` sub block.\n', args=[]), + new( + active=null, + code_hook=null, + confirmation_conditional=null, + confirmation_next_step=null, + confirmation_response=null, + declination_conditional=null, + declination_next_step=null, + declination_response=null, + elicitation_code_hook=null, + failure_conditional=null, + failure_next_step=null, + failure_response=null, + prompt_specification=null + ):: std.prune(a={ + active: active, + code_hook: code_hook, + confirmation_conditional: confirmation_conditional, + confirmation_next_step: confirmation_next_step, + confirmation_response: confirmation_response, + declination_conditional: declination_conditional, + declination_next_step: declination_next_step, + declination_response: declination_response, + elicitation_code_hook: elicitation_code_hook, + failure_conditional: failure_conditional, + failure_next_step: failure_next_step, + failure_response: failure_response, + prompt_specification: prompt_specification, + }), + prompt_specification:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.new](#fn-confirmation_settingconfirmation_settingprompt_specificationvariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.new` constructs a new object with attributes and blocks configured for the `prompt_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `max_retries` (`number`): Set the `max_retries` field on the resulting object.\n - `message_selection_strategy` (`string`): Set the `message_selection_strategy` field on the resulting object. When `null`, the `message_selection_strategy` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor.\n - `prompt_attempts_specification` (`list[obj]`): Set the `prompt_attempts_specification` field on the resulting object. When `null`, the `prompt_attempts_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.new](#fn-confirmation_settingconfirmation_settingprompt_attempts_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `prompt_specification` sub block.\n', args=[]), + new( + max_retries, + allow_interrupt=null, + message_group=null, + message_selection_strategy=null, + prompt_attempts_specification=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + max_retries: max_retries, + message_group: message_group, + message_selection_strategy: message_selection_strategy, + prompt_attempts_specification: prompt_attempts_specification, + }), + prompt_attempts_specification:: { + allowed_input_types:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types.new` constructs a new object with attributes and blocks configured for the `allowed_input_types`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_audio_input` (`bool`): Set the `allow_audio_input` field on the resulting object.\n - `allow_dtmf_input` (`bool`): Set the `allow_dtmf_input` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `allowed_input_types` sub block.\n', args=[]), + new( + allow_audio_input, + allow_dtmf_input + ):: std.prune(a={ + allow_audio_input: allow_audio_input, + allow_dtmf_input: allow_dtmf_input, + }), + }, + audio_and_dtmf_input_specification:: { + audio_specification:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification.new` constructs a new object with attributes and blocks configured for the `audio_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `end_timeout_ms` (`number`): Set the `end_timeout_ms` field on the resulting object.\n - `max_length_ms` (`number`): Set the `max_length_ms` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `audio_specification` sub block.\n', args=[]), + new( + end_timeout_ms, + max_length_ms + ):: std.prune(a={ + end_timeout_ms: end_timeout_ms, + max_length_ms: max_length_ms, + }), + }, + dtmf_specification:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification.new` constructs a new object with attributes and blocks configured for the `dtmf_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `deletion_character` (`string`): Set the `deletion_character` field on the resulting object.\n - `end_character` (`string`): Set the `end_character` field on the resulting object.\n - `end_timeout_ms` (`number`): Set the `end_timeout_ms` field on the resulting object.\n - `max_length` (`number`): Set the `max_length` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dtmf_specification` sub block.\n', args=[]), + new( + deletion_character, + end_character, + end_timeout_ms, + max_length + ):: std.prune(a={ + deletion_character: deletion_character, + end_character: end_character, + end_timeout_ms: end_timeout_ms, + max_length: max_length, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.new` constructs a new object with attributes and blocks configured for the `audio_and_dtmf_input_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `start_timeout_ms` (`number`): Set the `start_timeout_ms` field on the resulting object.\n - `audio_specification` (`list[obj]`): Set the `audio_specification` field on the resulting object. When `null`, the `audio_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationprompt_attempts_specificationaudio_specificationnew) constructor.\n - `dtmf_specification` (`list[obj]`): Set the `dtmf_specification` field on the resulting object. When `null`, the `dtmf_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationprompt_attempts_specificationdtmf_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `audio_and_dtmf_input_specification` sub block.\n', args=[]), + new( + start_timeout_ms, + audio_specification=null, + dtmf_specification=null + ):: std.prune(a={ + audio_specification: audio_specification, + dtmf_specification: dtmf_specification, + start_timeout_ms: start_timeout_ms, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.new` constructs a new object with attributes and blocks configured for the `prompt_attempts_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `allowed_input_types` (`list[obj]`): Set the `allowed_input_types` field on the resulting object. When `null`, the `allowed_input_types` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types.new](#fn-confirmation_settingconfirmation_settingprompt_specificationallowed_input_typesnew) constructor.\n - `audio_and_dtmf_input_specification` (`list[obj]`): Set the `audio_and_dtmf_input_specification` field on the resulting object. When `null`, the `audio_and_dtmf_input_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationaudio_and_dtmf_input_specificationnew) constructor.\n - `text_input_specification` (`list[obj]`): Set the `text_input_specification` field on the resulting object. When `null`, the `text_input_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationtext_input_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `prompt_attempts_specification` sub block.\n', args=[]), + new( + map_block_key, + allow_interrupt=null, + allowed_input_types=null, + audio_and_dtmf_input_specification=null, + text_input_specification=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + allowed_input_types: allowed_input_types, + audio_and_dtmf_input_specification: audio_and_dtmf_input_specification, + map_block_key: map_block_key, + text_input_specification: text_input_specification, + }), + text_input_specification:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification.new` constructs a new object with attributes and blocks configured for the `text_input_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `start_timeout_ms` (`number`): Set the `start_timeout_ms` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `text_input_specification` sub block.\n', args=[]), + new( + start_timeout_ms + ):: std.prune(a={ + start_timeout_ms: start_timeout_ms, + }), + }, + }, + }, + }, + dialog_code_hook:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.dialog_code_hook.new` constructs a new object with attributes and blocks configured for the `dialog_code_hook`\nTerraform sub block.\n\n\n\n**Args**:\n - `enabled` (`bool`): Set the `enabled` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_code_hook` sub block.\n', args=[]), + new( + enabled + ):: std.prune(a={ + enabled: enabled, + }), + }, + fulfillment_code_hook:: { + fulfillment_updates_specification:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.new` constructs a new object with attributes and blocks configured for the `fulfillment_updates_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `timeout_in_seconds` (`number`): Set the `timeout_in_seconds` field on the resulting object. When `null`, the `timeout_in_seconds` field will be omitted from the resulting object.\n - `start_response` (`list[obj]`): Set the `start_response` field on the resulting object. When `null`, the `start_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.new](#fn-fulfillment_code_hookfulfillment_code_hookstart_responsenew) constructor.\n - `update_response` (`list[obj]`): Set the `update_response` field on the resulting object. When `null`, the `update_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.new](#fn-fulfillment_code_hookfulfillment_code_hookupdate_responsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `fulfillment_updates_specification` sub block.\n', args=[]), + new( + active, + start_response=null, + timeout_in_seconds=null, + update_response=null + ):: std.prune(a={ + active: active, + start_response: start_response, + timeout_in_seconds: timeout_in_seconds, + update_response: update_response, + }), + start_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.new` constructs a new object with attributes and blocks configured for the `start_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `delay_in_seconds` (`number`): Set the `delay_in_seconds` field on the resulting object. When `null`, the `delay_in_seconds` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `start_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + delay_in_seconds=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + delay_in_seconds: delay_in_seconds, + message_group: message_group, + }), + }, + update_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.new` constructs a new object with attributes and blocks configured for the `update_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `frequency_in_seconds` (`number`): Set the `frequency_in_seconds` field on the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `update_response` sub block.\n', args=[]), + new( + frequency_in_seconds, + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + frequency_in_seconds: frequency_in_seconds, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.new` constructs a new object with attributes and blocks configured for the `fulfillment_code_hook`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object. When `null`, the `active` field will be omitted from the resulting object.\n - `enabled` (`bool`): Set the `enabled` field on the resulting object.\n - `fulfillment_updates_specification` (`list[obj]`): Set the `fulfillment_updates_specification` field on the resulting object. When `null`, the `fulfillment_updates_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.new](#fn-fulfillment_code_hookfulfillment_updates_specificationnew) constructor.\n - `post_fulfillment_status_specification` (`list[obj]`): Set the `post_fulfillment_status_specification` field on the resulting object. When `null`, the `post_fulfillment_status_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.new](#fn-fulfillment_code_hookpost_fulfillment_status_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `fulfillment_code_hook` sub block.\n', args=[]), + new( + enabled, + active=null, + fulfillment_updates_specification=null, + post_fulfillment_status_specification=null + ):: std.prune(a={ + active: active, + enabled: enabled, + fulfillment_updates_specification: fulfillment_updates_specification, + post_fulfillment_status_specification: post_fulfillment_status_specification, + }), + post_fulfillment_status_specification:: { + failure_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + failure_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + failure_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.new` constructs a new object with attributes and blocks configured for the `post_fulfillment_status_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.new](#fn-fulfillment_code_hookfulfillment_code_hookfailure_conditionalnew) constructor.\n - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookfailure_next_stepnew) constructor.\n - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.new](#fn-fulfillment_code_hookfulfillment_code_hookfailure_responsenew) constructor.\n - `success_conditional` (`list[obj]`): Set the `success_conditional` field on the resulting object. When `null`, the `success_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.new](#fn-fulfillment_code_hookfulfillment_code_hooksuccess_conditionalnew) constructor.\n - `success_next_step` (`list[obj]`): Set the `success_next_step` field on the resulting object. When `null`, the `success_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.new](#fn-fulfillment_code_hookfulfillment_code_hooksuccess_next_stepnew) constructor.\n - `success_response` (`list[obj]`): Set the `success_response` field on the resulting object. When `null`, the `success_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.new](#fn-fulfillment_code_hookfulfillment_code_hooksuccess_responsenew) constructor.\n - `timeout_conditional` (`list[obj]`): Set the `timeout_conditional` field on the resulting object. When `null`, the `timeout_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.new](#fn-fulfillment_code_hookfulfillment_code_hooktimeout_conditionalnew) constructor.\n - `timeout_next_step` (`list[obj]`): Set the `timeout_next_step` field on the resulting object. When `null`, the `timeout_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.new](#fn-fulfillment_code_hookfulfillment_code_hooktimeout_next_stepnew) constructor.\n - `timeout_response` (`list[obj]`): Set the `timeout_response` field on the resulting object. When `null`, the `timeout_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.new](#fn-fulfillment_code_hookfulfillment_code_hooktimeout_responsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `post_fulfillment_status_specification` sub block.\n', args=[]), + new( + failure_conditional=null, + failure_next_step=null, + failure_response=null, + success_conditional=null, + success_next_step=null, + success_response=null, + timeout_conditional=null, + timeout_next_step=null, + timeout_response=null + ):: std.prune(a={ + failure_conditional: failure_conditional, + failure_next_step: failure_next_step, + failure_response: failure_response, + success_conditional: success_conditional, + success_next_step: success_next_step, + success_response: success_response, + timeout_conditional: timeout_conditional, + timeout_next_step: timeout_next_step, + timeout_response: timeout_response, + }), + success_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.new` constructs a new object with attributes and blocks configured for the `success_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + success_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.new` constructs a new object with attributes and blocks configured for the `success_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + success_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.new` constructs a new object with attributes and blocks configured for the `success_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + timeout_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.new` constructs a new object with attributes and blocks configured for the `timeout_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + timeout_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.new` constructs a new object with attributes and blocks configured for the `timeout_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + timeout_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.new` constructs a new object with attributes and blocks configured for the `timeout_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + }, + initial_response_setting:: { + code_hook:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.new` constructs a new object with attributes and blocks configured for the `code_hook`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `enable_code_hook_invocation` (`bool`): Set the `enable_code_hook_invocation` field on the resulting object.\n - `invocation_label` (`string`): Set the `invocation_label` field on the resulting object. When `null`, the `invocation_label` field will be omitted from the resulting object.\n - `post_code_hook_specification` (`list[obj]`): Set the `post_code_hook_specification` field on the resulting object. When `null`, the `post_code_hook_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.new](#fn-initial_response_settinginitial_response_settingpost_code_hook_specificationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `code_hook` sub block.\n', args=[]), + new( + active, + enable_code_hook_invocation, + invocation_label=null, + post_code_hook_specification=null + ):: std.prune(a={ + active: active, + enable_code_hook_invocation: enable_code_hook_invocation, + invocation_label: invocation_label, + post_code_hook_specification: post_code_hook_specification, + }), + post_code_hook_specification:: { + failure_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + failure_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + failure_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `failure_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.new` constructs a new object with attributes and blocks configured for the `post_code_hook_specification`\nTerraform sub block.\n\n\n\n**Args**:\n - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.new](#fn-initial_response_settinginitial_response_settingcode_hookfailure_conditionalnew) constructor.\n - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookfailure_next_stepnew) constructor.\n - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.new](#fn-initial_response_settinginitial_response_settingcode_hookfailure_responsenew) constructor.\n - `success_conditional` (`list[obj]`): Set the `success_conditional` field on the resulting object. When `null`, the `success_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.new](#fn-initial_response_settinginitial_response_settingcode_hooksuccess_conditionalnew) constructor.\n - `success_next_step` (`list[obj]`): Set the `success_next_step` field on the resulting object. When `null`, the `success_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.new](#fn-initial_response_settinginitial_response_settingcode_hooksuccess_next_stepnew) constructor.\n - `success_response` (`list[obj]`): Set the `success_response` field on the resulting object. When `null`, the `success_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.new](#fn-initial_response_settinginitial_response_settingcode_hooksuccess_responsenew) constructor.\n - `timeout_conditional` (`list[obj]`): Set the `timeout_conditional` field on the resulting object. When `null`, the `timeout_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.new](#fn-initial_response_settinginitial_response_settingcode_hooktimeout_conditionalnew) constructor.\n - `timeout_next_step` (`list[obj]`): Set the `timeout_next_step` field on the resulting object. When `null`, the `timeout_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.new](#fn-initial_response_settinginitial_response_settingcode_hooktimeout_next_stepnew) constructor.\n - `timeout_response` (`list[obj]`): Set the `timeout_response` field on the resulting object. When `null`, the `timeout_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.new](#fn-initial_response_settinginitial_response_settingcode_hooktimeout_responsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `post_code_hook_specification` sub block.\n', args=[]), + new( + failure_conditional=null, + failure_next_step=null, + failure_response=null, + success_conditional=null, + success_next_step=null, + success_response=null, + timeout_conditional=null, + timeout_next_step=null, + timeout_response=null + ):: std.prune(a={ + failure_conditional: failure_conditional, + failure_next_step: failure_next_step, + failure_response: failure_response, + success_conditional: success_conditional, + success_next_step: success_next_step, + success_response: success_response, + timeout_conditional: timeout_conditional, + timeout_next_step: timeout_next_step, + timeout_response: timeout_response, + }), + success_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.new` constructs a new object with attributes and blocks configured for the `success_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + success_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.new` constructs a new object with attributes and blocks configured for the `success_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + success_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.new` constructs a new object with attributes and blocks configured for the `success_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `success_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + timeout_conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.new` constructs a new object with attributes and blocks configured for the `timeout_conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + timeout_next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.new` constructs a new object with attributes and blocks configured for the `timeout_next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + timeout_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.new` constructs a new object with attributes and blocks configured for the `timeout_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `timeout_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + }, + conditional:: { + conditional_branch:: { + condition:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition`\nTerraform sub block.\n\n\n\n**Args**:\n - `expression_string` (`string`): Set the `expression_string` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `condition` sub block.\n', args=[]), + new( + expression_string + ):: std.prune(a={ + expression_string: expression_string, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingconditionalconditionnew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingconditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingconditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional_branch` sub block.\n', args=[]), + new( + name, + condition=null, + next_step=null, + response=null + ):: std.prune(a={ + condition: condition, + name: name, + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + default_branch:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch`\nTerraform sub block.\n\n\n\n**Args**:\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingconditionalnext_stepnew) constructor.\n - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingconditionalresponsenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `default_branch` sub block.\n', args=[]), + new( + next_step=null, + response=null + ):: std.prune(a={ + next_step: next_step, + response: response, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.conditional.new` constructs a new object with attributes and blocks configured for the `conditional`\nTerraform sub block.\n\n\n\n**Args**:\n - `active` (`bool`): Set the `active` field on the resulting object.\n - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingconditional_branchnew) constructor.\n - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingdefault_branchnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `conditional` sub block.\n', args=[]), + new( + active, + conditional_branch=null, + default_branch=null + ):: std.prune(a={ + active: active, + conditional_branch: conditional_branch, + default_branch: default_branch, + }), + }, + initial_response:: { + message_group:: { + message:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupmessagebuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group`\nTerraform sub block.\n\n\n\n**Args**:\n - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessagenew) constructor.\n - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settinginitial_responsevariationnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `message_group` sub block.\n', args=[]), + new( + message=null, + variation=null + ):: std.prune(a={ + message: message, + variation: variation, + }), + variation:: { + custom_payload:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_payload` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + image_response_card:: { + button:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button`\nTerraform sub block.\n\n\n\n**Args**:\n - `text` (`string`): Set the `text` field on the resulting object.\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `button` sub block.\n', args=[]), + new( + text, + value + ):: std.prune(a={ + text: text, + value: value, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card`\nTerraform sub block.\n\n\n\n**Args**:\n - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object.\n - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object.\n - `title` (`string`): Set the `title` field on the resulting object.\n - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupvariationbuttonnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `image_response_card` sub block.\n', args=[]), + new( + title, + button=null, + image_url=null, + subtitle=null + ):: std.prune(a={ + button: button, + image_url: image_url, + subtitle: subtitle, + title: title, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation`\nTerraform sub block.\n\n\n\n**Args**:\n - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupcustom_payloadnew) constructor.\n - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupimage_response_cardnew) constructor.\n - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupplain_text_messagenew) constructor.\n - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupssml_messagenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `variation` sub block.\n', args=[]), + new( + custom_payload=null, + image_response_card=null, + plain_text_message=null, + ssml_message=null + ):: std.prune(a={ + custom_payload: custom_payload, + image_response_card: image_response_card, + plain_text_message: plain_text_message, + ssml_message: ssml_message, + }), + plain_text_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `plain_text_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + ssml_message:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message`\nTerraform sub block.\n\n\n\n**Args**:\n - `value` (`string`): Set the `value` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `ssml_message` sub block.\n', args=[]), + new( + value + ):: std.prune(a={ + value: value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.initial_response.new` constructs a new object with attributes and blocks configured for the `initial_response`\nTerraform sub block.\n\n\n\n**Args**:\n - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object.\n - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.new](#fn-initial_response_settinginitial_response_settingmessage_groupnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `initial_response` sub block.\n', args=[]), + new( + allow_interrupt=null, + message_group=null + ):: std.prune(a={ + allow_interrupt: allow_interrupt, + message_group: message_group, + }), + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.new` constructs a new object with attributes and blocks configured for the `initial_response_setting`\nTerraform sub block.\n\n\n\n**Args**:\n - `code_hook` (`list[obj]`): Set the `code_hook` field on the resulting object. When `null`, the `code_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.lexv2models_intent.initial_response_setting.code_hook.new](#fn-initial_response_settingcode_hooknew) constructor.\n - `conditional` (`list[obj]`): Set the `conditional` field on the resulting object. When `null`, the `conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.new](#fn-initial_response_settingconditionalnew) constructor.\n - `initial_response` (`list[obj]`): Set the `initial_response` field on the resulting object. When `null`, the `initial_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.new](#fn-initial_response_settinginitial_responsenew) constructor.\n - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.new](#fn-initial_response_settingnext_stepnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `initial_response_setting` sub block.\n', args=[]), + new( + code_hook=null, + conditional=null, + initial_response=null, + next_step=null + ):: std.prune(a={ + code_hook: code_hook, + conditional: conditional, + initial_response: initial_response, + next_step: next_step, + }), + next_step:: { + dialog_action:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action`\nTerraform sub block.\n\n\n\n**Args**:\n - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object.\n - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object.\n - `type` (`string`): Set the `type` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `dialog_action` sub block.\n', args=[]), + new( + type, + slot_to_elicit=null, + suppress_next_message=null + ):: std.prune(a={ + slot_to_elicit: slot_to_elicit, + suppress_next_message: suppress_next_message, + type: type, + }), + }, + intent:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object.\n - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingnext_stepslotnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `intent` sub block.\n', args=[]), + new( + name=null, + slot=null + ):: std.prune(a={ + name: name, + slot: slot, + }), + slot:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot`\nTerraform sub block.\n\n\n\n**Args**:\n - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object.\n - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object.\n - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingnext_stepintentvaluenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `slot` sub block.\n', args=[]), + new( + map_block_key, + shape=null, + value=null + ):: std.prune(a={ + map_block_key: map_block_key, + shape: shape, + value: value, + }), + value:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value`\nTerraform sub block.\n\n\n\n**Args**:\n - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `value` sub block.\n', args=[]), + new( + interpreted_value=null + ):: std.prune(a={ + interpreted_value: interpreted_value, + }), + }, + }, + }, + '#new':: d.fn(help='\n`aws.lexv2models_intent.initial_response_setting.next_step.new` constructs a new object with attributes and blocks configured for the `next_step`\nTerraform sub block.\n\n\n\n**Args**:\n - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object.\n - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingdialog_actionnew) constructor.\n - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.intent.new](#fn-initial_response_settinginitial_response_settingintentnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `next_step` sub block.\n', args=[]), + new( + dialog_action=null, + intent=null, + session_attributes=null + ):: std.prune(a={ + dialog_action: dialog_action, + intent: intent, + session_attributes: session_attributes, + }), + }, + }, + input_context:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.input_context.new` constructs a new object with attributes and blocks configured for the `input_context`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `input_context` sub block.\n', args=[]), + new( + name + ):: std.prune(a={ + name: name, + }), + }, + kendra_configuration:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.kendra_configuration.new` constructs a new object with attributes and blocks configured for the `kendra_configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `kendra_index` (`string`): Set the `kendra_index` field on the resulting object.\n - `query_filter_string` (`string`): Set the `query_filter_string` field on the resulting object. When `null`, the `query_filter_string` field will be omitted from the resulting object.\n - `query_filter_string_enabled` (`bool`): Set the `query_filter_string_enabled` field on the resulting object. When `null`, the `query_filter_string_enabled` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `kendra_configuration` sub block.\n', args=[]), + new( + kendra_index, + query_filter_string=null, + query_filter_string_enabled=null + ):: std.prune(a={ + kendra_index: kendra_index, + query_filter_string: query_filter_string, + query_filter_string_enabled: query_filter_string_enabled, + }), + }, + '#new':: d.fn(help="\n`aws.lexv2models_intent.new` injects a new `aws_lexv2models_intent` 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.lexv2models_intent.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.lexv2models_intent` using the reference:\n\n $._ref.aws_lexv2models_intent.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_lexv2models_intent.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 - `bot_id` (`string`): Set the `bot_id` field on the resulting resource block.\n - `bot_version` (`string`): Set the `bot_version` field on the resulting resource block.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `locale_id` (`string`): Set the `locale_id` field on the resulting resource block.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `parent_intent_signature` (`string`): Set the `parent_intent_signature` field on the resulting resource block. When `null`, the `parent_intent_signature` field will be omitted from the resulting object.\n - `closing_setting` (`list[obj]`): Set the `closing_setting` field on the resulting resource block. When `null`, the `closing_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.new](#fn-closing_settingnew) constructor.\n - `confirmation_setting` (`list[obj]`): Set the `confirmation_setting` field on the resulting resource block. When `null`, the `confirmation_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.new](#fn-confirmation_settingnew) constructor.\n - `dialog_code_hook` (`list[obj]`): Set the `dialog_code_hook` field on the resulting resource block. When `null`, the `dialog_code_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.lexv2models_intent.dialog_code_hook.new](#fn-dialog_code_hooknew) constructor.\n - `fulfillment_code_hook` (`list[obj]`): Set the `fulfillment_code_hook` field on the resulting resource block. When `null`, the `fulfillment_code_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.lexv2models_intent.fulfillment_code_hook.new](#fn-fulfillment_code_hooknew) constructor.\n - `initial_response_setting` (`list[obj]`): Set the `initial_response_setting` field on the resulting resource block. When `null`, the `initial_response_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.new](#fn-initial_response_settingnew) constructor.\n - `input_context` (`list[obj]`): Set the `input_context` field on the resulting resource block. When `null`, the `input_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.input_context.new](#fn-input_contextnew) constructor.\n - `kendra_configuration` (`list[obj]`): Set the `kendra_configuration` field on the resulting resource block. When `null`, the `kendra_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.lexv2models_intent.kendra_configuration.new](#fn-kendra_configurationnew) constructor.\n - `output_context` (`list[obj]`): Set the `output_context` field on the resulting resource block. When `null`, the `output_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.output_context.new](#fn-output_contextnew) constructor.\n - `sample_utterance` (`list[obj]`): Set the `sample_utterance` field on the resulting resource block. When `null`, the `sample_utterance` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.sample_utterance.new](#fn-sample_utterancenew) constructor.\n - `slot_priority` (`list[obj]`): Set the `slot_priority` field on the resulting resource block. When `null`, the `slot_priority` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.slot_priority.new](#fn-slot_prioritynew) 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.lexv2models_intent.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, + bot_id, + bot_version, + locale_id, + name, + closing_setting=null, + confirmation_setting=null, + description=null, + dialog_code_hook=null, + fulfillment_code_hook=null, + initial_response_setting=null, + input_context=null, + kendra_configuration=null, + output_context=null, + parent_intent_signature=null, + sample_utterance=null, + slot_priority=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_lexv2models_intent', + label=resourceLabel, + attrs=self.newAttrs( + bot_id=bot_id, + bot_version=bot_version, + closing_setting=closing_setting, + confirmation_setting=confirmation_setting, + description=description, + dialog_code_hook=dialog_code_hook, + fulfillment_code_hook=fulfillment_code_hook, + initial_response_setting=initial_response_setting, + input_context=input_context, + kendra_configuration=kendra_configuration, + locale_id=locale_id, + name=name, + output_context=output_context, + parent_intent_signature=parent_intent_signature, + sample_utterance=sample_utterance, + slot_priority=slot_priority, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.lexv2models_intent.newAttrs` constructs a new object with attributes and blocks configured for the `lexv2models_intent`\nTerraform resource.\n\nUnlike [aws.lexv2models_intent.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 - `bot_id` (`string`): Set the `bot_id` field on the resulting object.\n - `bot_version` (`string`): Set the `bot_version` field on the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `locale_id` (`string`): Set the `locale_id` field on the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `parent_intent_signature` (`string`): Set the `parent_intent_signature` field on the resulting object. When `null`, the `parent_intent_signature` field will be omitted from the resulting object.\n - `closing_setting` (`list[obj]`): Set the `closing_setting` field on the resulting object. When `null`, the `closing_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.new](#fn-closing_settingnew) constructor.\n - `confirmation_setting` (`list[obj]`): Set the `confirmation_setting` field on the resulting object. When `null`, the `confirmation_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.new](#fn-confirmation_settingnew) constructor.\n - `dialog_code_hook` (`list[obj]`): Set the `dialog_code_hook` field on the resulting object. When `null`, the `dialog_code_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.lexv2models_intent.dialog_code_hook.new](#fn-dialog_code_hooknew) constructor.\n - `fulfillment_code_hook` (`list[obj]`): Set the `fulfillment_code_hook` field on the resulting object. When `null`, the `fulfillment_code_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.lexv2models_intent.fulfillment_code_hook.new](#fn-fulfillment_code_hooknew) constructor.\n - `initial_response_setting` (`list[obj]`): Set the `initial_response_setting` field on the resulting object. When `null`, the `initial_response_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.new](#fn-initial_response_settingnew) constructor.\n - `input_context` (`list[obj]`): Set the `input_context` field on the resulting object. When `null`, the `input_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.input_context.new](#fn-input_contextnew) constructor.\n - `kendra_configuration` (`list[obj]`): Set the `kendra_configuration` field on the resulting object. When `null`, the `kendra_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.lexv2models_intent.kendra_configuration.new](#fn-kendra_configurationnew) constructor.\n - `output_context` (`list[obj]`): Set the `output_context` field on the resulting object. When `null`, the `output_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.output_context.new](#fn-output_contextnew) constructor.\n - `sample_utterance` (`list[obj]`): Set the `sample_utterance` field on the resulting object. When `null`, the `sample_utterance` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.sample_utterance.new](#fn-sample_utterancenew) constructor.\n - `slot_priority` (`list[obj]`): Set the `slot_priority` field on the resulting object. When `null`, the `slot_priority` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.slot_priority.new](#fn-slot_prioritynew) 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.lexv2models_intent.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 `lexv2models_intent` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + bot_id, + bot_version, + locale_id, + name, + closing_setting=null, + confirmation_setting=null, + description=null, + dialog_code_hook=null, + fulfillment_code_hook=null, + initial_response_setting=null, + input_context=null, + kendra_configuration=null, + output_context=null, + parent_intent_signature=null, + sample_utterance=null, + slot_priority=null, + timeouts=null + ):: std.prune(a={ + bot_id: bot_id, + bot_version: bot_version, + closing_setting: closing_setting, + confirmation_setting: confirmation_setting, + description: description, + dialog_code_hook: dialog_code_hook, + fulfillment_code_hook: fulfillment_code_hook, + initial_response_setting: initial_response_setting, + input_context: input_context, + kendra_configuration: kendra_configuration, + locale_id: locale_id, + name: name, + output_context: output_context, + parent_intent_signature: parent_intent_signature, + sample_utterance: sample_utterance, + slot_priority: slot_priority, + timeouts: timeouts, + }), + output_context:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.output_context.new` constructs a new object with attributes and blocks configured for the `output_context`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n - `time_to_live_in_seconds` (`number`): Set the `time_to_live_in_seconds` field on the resulting object.\n - `turns_to_live` (`number`): Set the `turns_to_live` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `output_context` sub block.\n', args=[]), + new( + name, + time_to_live_in_seconds, + turns_to_live + ):: std.prune(a={ + name: name, + time_to_live_in_seconds: time_to_live_in_seconds, + turns_to_live: turns_to_live, + }), + }, + sample_utterance:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.sample_utterance.new` constructs a new object with attributes and blocks configured for the `sample_utterance`\nTerraform sub block.\n\n\n\n**Args**:\n - `utterance` (`string`): Set the `utterance` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `sample_utterance` sub block.\n', args=[]), + new( + utterance + ):: std.prune(a={ + utterance: utterance, + }), + }, + slot_priority:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.slot_priority.new` constructs a new object with attributes and blocks configured for the `slot_priority`\nTerraform sub block.\n\n\n\n**Args**:\n - `priority` (`number`): Set the `priority` field on the resulting object.\n - `slot_id` (`string`): Set the `slot_id` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `slot_priority` sub block.\n', args=[]), + new( + priority, + slot_id + ):: std.prune(a={ + priority: priority, + slot_id: slot_id, + }), + }, + timeouts:: { + '#new':: d.fn(help='\n`aws.lexv2models_intent.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object.\n - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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, + update=null + ):: std.prune(a={ + create: create, + delete: delete, + update: update, + }), + }, + '#withBotId':: d.fn(help='`aws.string.withBotId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bot_id 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 `bot_id` field.\n', args=[]), + withBotId(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + bot_id: value, + }, + }, + }, + }, + '#withBotVersion':: d.fn(help='`aws.string.withBotVersion` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the bot_version 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 `bot_version` field.\n', args=[]), + withBotVersion(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + bot_version: value, + }, + }, + }, + }, + '#withClosingSetting':: d.fn(help='`aws.list[obj].withClosingSetting` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the closing_setting 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].withClosingSettingMixin](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 `closing_setting` field.\n', args=[]), + withClosingSetting(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + closing_setting: value, + }, + }, + }, + }, + '#withClosingSettingMixin':: d.fn(help='`aws.list[obj].withClosingSettingMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the closing_setting 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].withClosingSetting](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 `closing_setting` field.\n', args=[]), + withClosingSettingMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + closing_setting+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withConfirmationSetting':: d.fn(help='`aws.list[obj].withConfirmationSetting` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the confirmation_setting 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].withConfirmationSettingMixin](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 `confirmation_setting` field.\n', args=[]), + withConfirmationSetting(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + confirmation_setting: value, + }, + }, + }, + }, + '#withConfirmationSettingMixin':: d.fn(help='`aws.list[obj].withConfirmationSettingMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the confirmation_setting 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].withConfirmationSetting](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 `confirmation_setting` field.\n', args=[]), + withConfirmationSettingMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + confirmation_setting+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withDescription':: d.fn(help='`aws.string.withDescription` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the description 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 `description` field.\n', args=[]), + withDescription(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + description: value, + }, + }, + }, + }, + '#withDialogCodeHook':: d.fn(help='`aws.list[obj].withDialogCodeHook` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the dialog_code_hook 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].withDialogCodeHookMixin](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 `dialog_code_hook` field.\n', args=[]), + withDialogCodeHook(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + dialog_code_hook: value, + }, + }, + }, + }, + '#withDialogCodeHookMixin':: d.fn(help='`aws.list[obj].withDialogCodeHookMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the dialog_code_hook 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].withDialogCodeHook](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 `dialog_code_hook` field.\n', args=[]), + withDialogCodeHookMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + dialog_code_hook+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withFulfillmentCodeHook':: d.fn(help='`aws.list[obj].withFulfillmentCodeHook` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the fulfillment_code_hook 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].withFulfillmentCodeHookMixin](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 `fulfillment_code_hook` field.\n', args=[]), + withFulfillmentCodeHook(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + fulfillment_code_hook: value, + }, + }, + }, + }, + '#withFulfillmentCodeHookMixin':: d.fn(help='`aws.list[obj].withFulfillmentCodeHookMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the fulfillment_code_hook 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].withFulfillmentCodeHook](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 `fulfillment_code_hook` field.\n', args=[]), + withFulfillmentCodeHookMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + fulfillment_code_hook+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withInitialResponseSetting':: d.fn(help='`aws.list[obj].withInitialResponseSetting` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the initial_response_setting 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].withInitialResponseSettingMixin](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 `initial_response_setting` field.\n', args=[]), + withInitialResponseSetting(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + initial_response_setting: value, + }, + }, + }, + }, + '#withInitialResponseSettingMixin':: d.fn(help='`aws.list[obj].withInitialResponseSettingMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the initial_response_setting 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].withInitialResponseSetting](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 `initial_response_setting` field.\n', args=[]), + withInitialResponseSettingMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + initial_response_setting+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withInputContext':: d.fn(help='`aws.list[obj].withInputContext` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the input_context 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].withInputContextMixin](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 `input_context` field.\n', args=[]), + withInputContext(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + input_context: value, + }, + }, + }, + }, + '#withInputContextMixin':: d.fn(help='`aws.list[obj].withInputContextMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the input_context 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].withInputContext](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 `input_context` field.\n', args=[]), + withInputContextMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + input_context+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withKendraConfiguration':: d.fn(help='`aws.list[obj].withKendraConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the kendra_configuration 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].withKendraConfigurationMixin](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 `kendra_configuration` field.\n', args=[]), + withKendraConfiguration(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + kendra_configuration: value, + }, + }, + }, + }, + '#withKendraConfigurationMixin':: d.fn(help='`aws.list[obj].withKendraConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the kendra_configuration 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].withKendraConfiguration](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 `kendra_configuration` field.\n', args=[]), + withKendraConfigurationMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + kendra_configuration+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withLocaleId':: d.fn(help='`aws.string.withLocaleId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the locale_id 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 `locale_id` field.\n', args=[]), + withLocaleId(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + locale_id: value, + }, + }, + }, + }, + '#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_lexv2models_intent+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#withOutputContext':: d.fn(help='`aws.list[obj].withOutputContext` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the output_context 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].withOutputContextMixin](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 `output_context` field.\n', args=[]), + withOutputContext(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + output_context: value, + }, + }, + }, + }, + '#withOutputContextMixin':: d.fn(help='`aws.list[obj].withOutputContextMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the output_context 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].withOutputContext](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 `output_context` field.\n', args=[]), + withOutputContextMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + output_context+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withParentIntentSignature':: d.fn(help='`aws.string.withParentIntentSignature` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the parent_intent_signature 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 `parent_intent_signature` field.\n', args=[]), + withParentIntentSignature(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + parent_intent_signature: value, + }, + }, + }, + }, + '#withSampleUtterance':: d.fn(help='`aws.list[obj].withSampleUtterance` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the sample_utterance 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].withSampleUtteranceMixin](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 `sample_utterance` field.\n', args=[]), + withSampleUtterance(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + sample_utterance: value, + }, + }, + }, + }, + '#withSampleUtteranceMixin':: d.fn(help='`aws.list[obj].withSampleUtteranceMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the sample_utterance 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].withSampleUtterance](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 `sample_utterance` field.\n', args=[]), + withSampleUtteranceMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + sample_utterance+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#withSlotPriority':: d.fn(help='`aws.list[obj].withSlotPriority` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the slot_priority 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].withSlotPriorityMixin](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 `slot_priority` field.\n', args=[]), + withSlotPriority(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + slot_priority: value, + }, + }, + }, + }, + '#withSlotPriorityMixin':: d.fn(help='`aws.list[obj].withSlotPriorityMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the slot_priority 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].withSlotPriority](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 `slot_priority` field.\n', args=[]), + withSlotPriorityMixin(resourceLabel, value): { + resource+: { + aws_lexv2models_intent+: { + [resourceLabel]+: { + slot_priority+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#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_lexv2models_intent+: { + [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_lexv2models_intent+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/secretsmanager_secret_rotation.libsonnet b/5.x/_gen/resources/secretsmanager_secret_rotation.libsonnet index 8ca47fe1..953d33b9 100644 --- a/5.x/_gen/resources/secretsmanager_secret_rotation.libsonnet +++ b/5.x/_gen/resources/secretsmanager_secret_rotation.libsonnet @@ -2,25 +2,33 @@ 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='secretsmanager_secret_rotation', url='', help='`secretsmanager_secret_rotation` represents the `aws_secretsmanager_secret_rotation` 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.secretsmanager_secret_rotation.new` injects a new `aws_secretsmanager_secret_rotation` 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.secretsmanager_secret_rotation.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.secretsmanager_secret_rotation` using the reference:\n\n $._ref.aws_secretsmanager_secret_rotation.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_secretsmanager_secret_rotation.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 - `rotation_lambda_arn` (`string`): Set the `rotation_lambda_arn` field on the resulting resource block. When `null`, the `rotation_lambda_arn` field will be omitted from the resulting object.\n - `secret_id` (`string`): Set the `secret_id` field on the resulting resource block.\n - `rotation_rules` (`list[obj]`): Set the `rotation_rules` field on the resulting resource block. When `null`, the `rotation_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.secretsmanager_secret_rotation.rotation_rules.new](#fn-rotation_rulesnew) 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.secretsmanager_secret_rotation.new` injects a new `aws_secretsmanager_secret_rotation` 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.secretsmanager_secret_rotation.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.secretsmanager_secret_rotation` using the reference:\n\n $._ref.aws_secretsmanager_secret_rotation.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_secretsmanager_secret_rotation.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 - `rotate_immediately` (`bool`): Set the `rotate_immediately` field on the resulting resource block. When `null`, the `rotate_immediately` field will be omitted from the resulting object.\n - `rotation_lambda_arn` (`string`): Set the `rotation_lambda_arn` field on the resulting resource block. When `null`, the `rotation_lambda_arn` field will be omitted from the resulting object.\n - `secret_id` (`string`): Set the `secret_id` field on the resulting resource block.\n - `rotation_rules` (`list[obj]`): Set the `rotation_rules` field on the resulting resource block. When `null`, the `rotation_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.secretsmanager_secret_rotation.rotation_rules.new](#fn-rotation_rulesnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, secret_id, + rotate_immediately=null, rotation_lambda_arn=null, rotation_rules=null, _meta={} ):: tf.withResource( type='aws_secretsmanager_secret_rotation', label=resourceLabel, - attrs=self.newAttrs(rotation_lambda_arn=rotation_lambda_arn, rotation_rules=rotation_rules, secret_id=secret_id), + attrs=self.newAttrs( + rotate_immediately=rotate_immediately, + rotation_lambda_arn=rotation_lambda_arn, + rotation_rules=rotation_rules, + secret_id=secret_id + ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.secretsmanager_secret_rotation.newAttrs` constructs a new object with attributes and blocks configured for the `secretsmanager_secret_rotation`\nTerraform resource.\n\nUnlike [aws.secretsmanager_secret_rotation.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 - `rotation_lambda_arn` (`string`): Set the `rotation_lambda_arn` field on the resulting object. When `null`, the `rotation_lambda_arn` field will be omitted from the resulting object.\n - `secret_id` (`string`): Set the `secret_id` field on the resulting object.\n - `rotation_rules` (`list[obj]`): Set the `rotation_rules` field on the resulting object. When `null`, the `rotation_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.secretsmanager_secret_rotation.rotation_rules.new](#fn-rotation_rulesnew) 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 `secretsmanager_secret_rotation` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.secretsmanager_secret_rotation.newAttrs` constructs a new object with attributes and blocks configured for the `secretsmanager_secret_rotation`\nTerraform resource.\n\nUnlike [aws.secretsmanager_secret_rotation.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 - `rotate_immediately` (`bool`): Set the `rotate_immediately` field on the resulting object. When `null`, the `rotate_immediately` field will be omitted from the resulting object.\n - `rotation_lambda_arn` (`string`): Set the `rotation_lambda_arn` field on the resulting object. When `null`, the `rotation_lambda_arn` field will be omitted from the resulting object.\n - `secret_id` (`string`): Set the `secret_id` field on the resulting object.\n - `rotation_rules` (`list[obj]`): Set the `rotation_rules` field on the resulting object. When `null`, the `rotation_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.secretsmanager_secret_rotation.rotation_rules.new](#fn-rotation_rulesnew) 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 `secretsmanager_secret_rotation` resource into the root Terraform configuration.\n', args=[]), newAttrs( secret_id, + rotate_immediately=null, rotation_lambda_arn=null, rotation_rules=null ):: std.prune(a={ + rotate_immediately: rotate_immediately, rotation_lambda_arn: rotation_lambda_arn, rotation_rules: rotation_rules, secret_id: secret_id, @@ -37,6 +45,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); schedule_expression: schedule_expression, }), }, + '#withRotateImmediately':: d.fn(help='`aws.bool.withRotateImmediately` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the rotate_immediately 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 `rotate_immediately` field.\n', args=[]), + withRotateImmediately(resourceLabel, value): { + resource+: { + aws_secretsmanager_secret_rotation+: { + [resourceLabel]+: { + rotate_immediately: value, + }, + }, + }, + }, '#withRotationLambdaArn':: d.fn(help='`aws.string.withRotationLambdaArn` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the rotation_lambda_arn 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 `rotation_lambda_arn` field.\n', args=[]), withRotationLambdaArn(resourceLabel, value): { resource+: { diff --git a/docs/5.x/README.md b/docs/5.x/README.md index eb18f203..8ef281f4 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -482,6 +482,8 @@ project. * [egress_only_internet_gateway](egress_only_internet_gateway.md) * [eip](eip.md) * [eip_association](eip_association.md) +* [eks_access_entry](eks_access_entry.md) +* [eks_access_policy_association](eks_access_policy_association.md) * [eks_addon](eks_addon.md) * [eks_cluster](eks_cluster.md) * [eks_fargate_profile](eks_fargate_profile.md) @@ -729,6 +731,7 @@ project. * [lexv2models_bot](lexv2models_bot.md) * [lexv2models_bot_locale](lexv2models_bot_locale.md) * [lexv2models_bot_version](lexv2models_bot_version.md) +* [lexv2models_intent](lexv2models_intent.md) * [licensemanager_association](licensemanager_association.md) * [licensemanager_grant](licensemanager_grant.md) * [licensemanager_grant_accepter](licensemanager_grant_accepter.md) diff --git a/docs/5.x/backup_plan.md b/docs/5.x/backup_plan.md index 3760c82a..c7cc5f4f 100644 --- a/docs/5.x/backup_plan.md +++ b/docs/5.x/backup_plan.md @@ -320,6 +320,7 @@ Terraform sub block. **Args**: - `cold_storage_after` (`number`): Set the `cold_storage_after` field on the resulting object. When `null`, the `cold_storage_after` field will be omitted from the resulting object. - `delete_after` (`number`): Set the `delete_after` field on the resulting object. When `null`, the `delete_after` field will be omitted from the resulting object. + - `opt_in_to_archive_for_supported_resources` (`bool`): Set the `opt_in_to_archive_for_supported_resources` field on the resulting object. When `null`, the `opt_in_to_archive_for_supported_resources` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `lifecycle` sub block. @@ -344,6 +345,7 @@ Terraform sub block. **Args**: - `cold_storage_after` (`number`): Set the `cold_storage_after` field on the resulting object. When `null`, the `cold_storage_after` field will be omitted from the resulting object. - `delete_after` (`number`): Set the `delete_after` field on the resulting object. When `null`, the `delete_after` field will be omitted from the resulting object. + - `opt_in_to_archive_for_supported_resources` (`bool`): Set the `opt_in_to_archive_for_supported_resources` field on the resulting object. When `null`, the `opt_in_to_archive_for_supported_resources` field will be omitted from the resulting object. **Returns**: - An attribute object that represents the `lifecycle` sub block. diff --git a/docs/5.x/data/eks_access_entry.md b/docs/5.x/data/eks_access_entry.md new file mode 100644 index 00000000..afb94272 --- /dev/null +++ b/docs/5.x/data/eks_access_entry.md @@ -0,0 +1,149 @@ +--- +permalink: /data/eks_access_entry/ +--- + +# data.eks_access_entry + +`eks_access_entry` represents the `aws_eks_access_entry` 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) +* [`fn withClusterName()`](#fn-withclustername) +* [`fn withPrincipalArn()`](#fn-withprincipalarn) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.data.eks_access_entry.new` injects a new `data_aws_eks_access_entry` 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.eks_access_entry.new('some_id') + +You can get the reference to the `id` field of the created `aws.data.eks_access_entry` using the reference: + + $._ref.data_aws_eks_access_entry.some_id.get('id') + +This is the same as directly entering `"${ data_aws_eks_access_entry.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. + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting data source block. + - `principal_arn` (`string`): Set the `principal_arn` field on the resulting data source block. + - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object. + - `tags_all` (`obj`): Set the `tags_all` field on the resulting data source block. When `null`, the `tags_all` field will be omitted from the resulting object. + +**Returns**: +- A mixin object that injects the new data source into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.data.eks_access_entry.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_entry` +Terraform data source. + +Unlike [aws.data.eks_access_entry.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. + +**Args**: + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object. + - `principal_arn` (`string`): Set the `principal_arn` 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. + +**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 `eks_access_entry` data source into the root Terraform configuration. + + +### fn withClusterName + +```ts +withClusterName() +``` + +`aws.string.withClusterName` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the cluster_name field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `cluster_name` field. + + +### fn withPrincipalArn + +```ts +withPrincipalArn() +``` + +`aws.string.withPrincipalArn` constructs a mixin object that can be merged into the `string` +Terraform data source block to set or update the principal_arn field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_arn` field. + + +### fn withTags + +```ts +withTags() +``` + +`aws.obj.withTags` constructs a mixin object that can be merged into the `obj` +Terraform data source block to set or update the tags field. + + + +**Args**: + - `dataSrcLabel` (`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 data source block to set or update the tags_all field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `tags_all` field. diff --git a/docs/5.x/data/index.md b/docs/5.x/data/index.md index e9f82f4f..63511b1f 100644 --- a/docs/5.x/data/index.md +++ b/docs/5.x/data/index.md @@ -202,6 +202,7 @@ permalink: /data/ * [efs_mount_target](efs_mount_target.md) * [eip](eip.md) * [eips](eips.md) +* [eks_access_entry](eks_access_entry.md) * [eks_addon](eks_addon.md) * [eks_addon_version](eks_addon_version.md) * [eks_cluster](eks_cluster.md) diff --git a/docs/5.x/data/secretsmanager_random_password.md b/docs/5.x/data/secretsmanager_random_password.md index 34239108..d15625de 100644 --- a/docs/5.x/data/secretsmanager_random_password.md +++ b/docs/5.x/data/secretsmanager_random_password.md @@ -22,7 +22,6 @@ This package contains functions and utilities for setting up the data source usi * [`fn withExcludeUppercase()`](#fn-withexcludeuppercase) * [`fn withIncludeSpace()`](#fn-withincludespace) * [`fn withPasswordLength()`](#fn-withpasswordlength) -* [`fn withRandomPassword()`](#fn-withrandompassword) * [`fn withRequireEachIncludedType()`](#fn-withrequireeachincludedtype) ## Fields @@ -61,7 +60,6 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `exclude_uppercase` (`bool`): Set the `exclude_uppercase` field on the resulting data source block. When `null`, the `exclude_uppercase` field will be omitted from the resulting object. - `include_space` (`bool`): Set the `include_space` field on the resulting data source block. When `null`, the `include_space` field will be omitted from the resulting object. - `password_length` (`number`): Set the `password_length` field on the resulting data source block. When `null`, the `password_length` field will be omitted from the resulting object. - - `random_password` (`string`): Set the `random_password` field on the resulting data source block. When `null`, the `random_password` field will be omitted from the resulting object. - `require_each_included_type` (`bool`): Set the `require_each_included_type` field on the resulting data source block. When `null`, the `require_each_included_type` field will be omitted from the resulting object. **Returns**: @@ -93,7 +91,6 @@ injecting into a complete block. - `exclude_uppercase` (`bool`): Set the `exclude_uppercase` field on the resulting object. When `null`, the `exclude_uppercase` field will be omitted from the resulting object. - `include_space` (`bool`): Set the `include_space` field on the resulting object. When `null`, the `include_space` field will be omitted from the resulting object. - `password_length` (`number`): Set the `password_length` field on the resulting object. When `null`, the `password_length` field will be omitted from the resulting object. - - `random_password` (`string`): Set the `random_password` field on the resulting object. When `null`, the `random_password` field will be omitted from the resulting object. - `require_each_included_type` (`bool`): Set the `require_each_included_type` field on the resulting object. When `null`, the `require_each_included_type` field will be omitted from the resulting object. **Returns**: @@ -212,22 +209,6 @@ Terraform data source block to set or update the password_length field. - `value` (`number`): The value to set for the `password_length` field. -### fn withRandomPassword - -```ts -withRandomPassword() -``` - -`aws.string.withRandomPassword` constructs a mixin object that can be merged into the `string` -Terraform data source block to set or update the random_password field. - - - -**Args**: - - `dataSrcLabel` (`string`): The name label of the block to update. - - `value` (`string`): The value to set for the `random_password` field. - - ### fn withRequireEachIncludedType ```ts diff --git a/docs/5.x/data/secretsmanager_secret.md b/docs/5.x/data/secretsmanager_secret.md index 3c6769a8..e95ba510 100644 --- a/docs/5.x/data/secretsmanager_secret.md +++ b/docs/5.x/data/secretsmanager_secret.md @@ -17,6 +17,7 @@ This package contains functions and utilities for setting up the data source usi * [`fn newAttrs()`](#fn-newattrs) * [`fn withArn()`](#fn-witharn) * [`fn withName()`](#fn-withname) +* [`fn withTags()`](#fn-withtags) ## Fields @@ -49,6 +50,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `dataSrcLabel` (`string`): The name label of the block. - `arn` (`string`): Set the `arn` field on the resulting data source block. When `null`, the `arn` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting data source block. When `null`, the `name` field will be omitted from the resulting object. + - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` field will be omitted from the resulting object. **Returns**: - A mixin object that injects the new data source into the root Terraform configuration. @@ -74,6 +76,7 @@ injecting into a complete block. **Args**: - `arn` (`string`): Set the `arn` field on the resulting object. When `null`, the `arn` field will be omitted from the resulting object. - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` 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. **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 `secretsmanager_secret` data source into the root Terraform configuration. @@ -109,3 +112,19 @@ Terraform data source block to set or update the name field. **Args**: - `dataSrcLabel` (`string`): The name label of the block to update. - `value` (`string`): The value to set for the `name` field. + + +### fn withTags + +```ts +withTags() +``` + +`aws.obj.withTags` constructs a mixin object that can be merged into the `obj` +Terraform data source block to set or update the tags field. + + + +**Args**: + - `dataSrcLabel` (`string`): The name label of the block to update. + - `value` (`obj`): The value to set for the `tags` field. diff --git a/docs/5.x/eks_access_entry.md b/docs/5.x/eks_access_entry.md new file mode 100644 index 00000000..7003616f --- /dev/null +++ b/docs/5.x/eks_access_entry.md @@ -0,0 +1,234 @@ +--- +permalink: /eks_access_entry/ +--- + +# eks_access_entry + +`eks_access_entry` represents the `aws_eks_access_entry` 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 withClusterName()`](#fn-withclustername) +* [`fn withKubernetesGroups()`](#fn-withkubernetesgroups) +* [`fn withPrincipalArn()`](#fn-withprincipalarn) +* [`fn withTags()`](#fn-withtags) +* [`fn withTagsAll()`](#fn-withtagsall) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.eks_access_entry.new` injects a new `aws_eks_access_entry` 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.eks_access_entry.new('some_id') + +You can get the reference to the `id` field of the created `aws.eks_access_entry` using the reference: + + $._ref.aws_eks_access_entry.some_id.get('id') + +This is the same as directly entering `"${ aws_eks_access_entry.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. + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block. + - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting resource block. When `null`, the `kubernetes_groups` field will be omitted from the resulting object. + - `principal_arn` (`string`): Set the `principal_arn` 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. + - `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.eks_access_entry.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.eks_access_entry.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_entry` +Terraform resource. + +Unlike [aws.eks_access_entry.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**: + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object. + - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting object. When `null`, the `kubernetes_groups` field will be omitted from the resulting object. + - `principal_arn` (`string`): Set the `principal_arn` 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. + - `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.eks_access_entry.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 `eks_access_entry` resource into the root Terraform configuration. + + +### fn withClusterName + +```ts +withClusterName() +``` + +`aws.string.withClusterName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the cluster_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `cluster_name` field. + + +### fn withKubernetesGroups + +```ts +withKubernetesGroups() +``` + +`aws.list.withKubernetesGroups` constructs a mixin object that can be merged into the `list` +Terraform resource block to set or update the kubernetes_groups field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list`): The value to set for the `kubernetes_groups` field. + + +### fn withPrincipalArn + +```ts +withPrincipalArn() +``` + +`aws.string.withPrincipalArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the principal_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_arn` 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 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.eks_access_entry.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/eks_access_policy_association.md b/docs/5.x/eks_access_policy_association.md new file mode 100644 index 00000000..c45d7f69 --- /dev/null +++ b/docs/5.x/eks_access_policy_association.md @@ -0,0 +1,263 @@ +--- +permalink: /eks_access_policy_association/ +--- + +# eks_access_policy_association + +`eks_access_policy_association` represents the `aws_eks_access_policy_association` 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 withAccessScope()`](#fn-withaccessscope) +* [`fn withAccessScopeMixin()`](#fn-withaccessscopemixin) +* [`fn withClusterName()`](#fn-withclustername) +* [`fn withPolicyArn()`](#fn-withpolicyarn) +* [`fn withPrincipalArn()`](#fn-withprincipalarn) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj access_scope`](#obj-access_scope) + * [`fn new()`](#fn-access_scopenew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.eks_access_policy_association.new` injects a new `aws_eks_access_policy_association` 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.eks_access_policy_association.new('some_id') + +You can get the reference to the `id` field of the created `aws.eks_access_policy_association` using the reference: + + $._ref.aws_eks_access_policy_association.some_id.get('id') + +This is the same as directly entering `"${ aws_eks_access_policy_association.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. + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block. + - `policy_arn` (`string`): Set the `policy_arn` field on the resulting resource block. + - `principal_arn` (`string`): Set the `principal_arn` field on the resulting resource block. + - `access_scope` (`list[obj]`): Set the `access_scope` field on the resulting resource block. When `null`, the `access_scope` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.eks_access_policy_association.access_scope.new](#fn-access_scopenew) constructor. + - `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.eks_access_policy_association.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.eks_access_policy_association.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_policy_association` +Terraform resource. + +Unlike [aws.eks_access_policy_association.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**: + - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object. + - `policy_arn` (`string`): Set the `policy_arn` field on the resulting object. + - `principal_arn` (`string`): Set the `principal_arn` field on the resulting object. + - `access_scope` (`list[obj]`): Set the `access_scope` field on the resulting object. When `null`, the `access_scope` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.eks_access_policy_association.access_scope.new](#fn-access_scopenew) constructor. + - `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.eks_access_policy_association.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 `eks_access_policy_association` resource into the root Terraform configuration. + + +### fn withAccessScope + +```ts +withAccessScope() +``` + +`aws.list[obj].withAccessScope` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the access_scope 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].withAccessScopeMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `access_scope` field. + + +### fn withAccessScopeMixin + +```ts +withAccessScopeMixin() +``` + +`aws.list[obj].withAccessScopeMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the access_scope 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].withAccessScope](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `access_scope` field. + + +### fn withClusterName + +```ts +withClusterName() +``` + +`aws.string.withClusterName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the cluster_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `cluster_name` field. + + +### fn withPolicyArn + +```ts +withPolicyArn() +``` + +`aws.string.withPolicyArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the policy_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `policy_arn` field. + + +### fn withPrincipalArn + +```ts +withPrincipalArn() +``` + +`aws.string.withPrincipalArn` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the principal_arn field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `principal_arn` 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 access_scope + + + +### fn access_scope.new + +```ts +new() +``` + + +`aws.eks_access_policy_association.access_scope.new` constructs a new object with attributes and blocks configured for the `access_scope` +Terraform sub block. + + + +**Args**: + - `namespaces` (`list`): Set the `namespaces` field on the resulting object. When `null`, the `namespaces` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `access_scope` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.eks_access_policy_association.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/eks_cluster.md b/docs/5.x/eks_cluster.md index 9df68c05..99f26bc4 100644 --- a/docs/5.x/eks_cluster.md +++ b/docs/5.x/eks_cluster.md @@ -15,6 +15,8 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) +* [`fn withAccessConfig()`](#fn-withaccessconfig) +* [`fn withAccessConfigMixin()`](#fn-withaccessconfigmixin) * [`fn withEnabledClusterLogTypes()`](#fn-withenabledclusterlogtypes) * [`fn withEncryptionConfig()`](#fn-withencryptionconfig) * [`fn withEncryptionConfigMixin()`](#fn-withencryptionconfigmixin) @@ -31,6 +33,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withVersion()`](#fn-withversion) * [`fn withVpcConfig()`](#fn-withvpcconfig) * [`fn withVpcConfigMixin()`](#fn-withvpcconfigmixin) +* [`obj access_config`](#obj-access_config) + * [`fn new()`](#fn-access_confignew) * [`obj encryption_config`](#obj-encryption_config) * [`fn new()`](#fn-encryption_confignew) * [`obj encryption_config.provider`](#obj-encryption_configprovider) @@ -81,6 +85,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `version` (`string`): Set the `version` field on the resulting resource block. When `null`, the `version` field will be omitted from the resulting object. + - `access_config` (`list[obj]`): Set the `access_config` field on the resulting resource block. When `null`, the `access_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.eks_cluster.access_config.new](#fn-access_confignew) constructor. - `encryption_config` (`list[obj]`): Set the `encryption_config` field on the resulting resource block. When `null`, the `encryption_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.eks_cluster.encryption_config.new](#fn-encryption_confignew) constructor. - `kubernetes_network_config` (`list[obj]`): Set the `kubernetes_network_config` field on the resulting resource block. When `null`, the `kubernetes_network_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.eks_cluster.kubernetes_network_config.new](#fn-kubernetes_network_confignew) constructor. - `outpost_config` (`list[obj]`): Set the `outpost_config` field on the resulting resource block. When `null`, the `outpost_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.eks_cluster.outpost_config.new](#fn-outpost_confignew) constructor. @@ -115,6 +120,7 @@ injecting into a complete block. - `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. - `version` (`string`): Set the `version` field on the resulting object. When `null`, the `version` field will be omitted from the resulting object. + - `access_config` (`list[obj]`): Set the `access_config` field on the resulting object. When `null`, the `access_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.eks_cluster.access_config.new](#fn-access_confignew) constructor. - `encryption_config` (`list[obj]`): Set the `encryption_config` field on the resulting object. When `null`, the `encryption_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.eks_cluster.encryption_config.new](#fn-encryption_confignew) constructor. - `kubernetes_network_config` (`list[obj]`): Set the `kubernetes_network_config` field on the resulting object. When `null`, the `kubernetes_network_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.eks_cluster.kubernetes_network_config.new](#fn-kubernetes_network_confignew) constructor. - `outpost_config` (`list[obj]`): Set the `outpost_config` field on the resulting object. When `null`, the `outpost_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.eks_cluster.outpost_config.new](#fn-outpost_confignew) constructor. @@ -125,6 +131,43 @@ injecting into a complete block. - 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 `eks_cluster` resource into the root Terraform configuration. +### fn withAccessConfig + +```ts +withAccessConfig() +``` + +`aws.list[obj].withAccessConfig` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the access_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].withAccessConfigMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `access_config` field. + + +### fn withAccessConfigMixin + +```ts +withAccessConfigMixin() +``` + +`aws.list[obj].withAccessConfigMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the access_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].withAccessConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `access_config` field. + + ### fn withEnabledClusterLogTypes ```ts @@ -405,6 +448,30 @@ function. - `value` (`list[obj]`): The value to set for the `vpc_config` field. +## obj access_config + + + +### fn access_config.new + +```ts +new() +``` + + +`aws.eks_cluster.access_config.new` constructs a new object with attributes and blocks configured for the `access_config` +Terraform sub block. + + + +**Args**: + - `authentication_mode` (`string`): Set the `authentication_mode` field on the resulting object. When `null`, the `authentication_mode` field will be omitted from the resulting object. + - `bootstrap_cluster_creator_admin_permissions` (`bool`): Set the `bootstrap_cluster_creator_admin_permissions` field on the resulting object. When `null`, the `bootstrap_cluster_creator_admin_permissions` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `access_config` sub block. + + ## obj encryption_config diff --git a/docs/5.x/lakeformation_resource.md b/docs/5.x/lakeformation_resource.md index 52df22ec..11b2cd1b 100644 --- a/docs/5.x/lakeformation_resource.md +++ b/docs/5.x/lakeformation_resource.md @@ -17,6 +17,7 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withArn()`](#fn-witharn) * [`fn withRoleArn()`](#fn-withrolearn) +* [`fn withUseServiceLinkedRole()`](#fn-withuseservicelinkedrole) ## Fields @@ -49,6 +50,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `resourceLabel` (`string`): The name label of the block. - `arn` (`string`): Set the `arn` field on the resulting resource block. - `role_arn` (`string`): Set the `role_arn` field on the resulting resource block. When `null`, the `role_arn` field will be omitted from the resulting object. + - `use_service_linked_role` (`bool`): Set the `use_service_linked_role` field on the resulting resource block. When `null`, the `use_service_linked_role` field will be omitted from the resulting object. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -74,6 +76,7 @@ injecting into a complete block. **Args**: - `arn` (`string`): Set the `arn` field on 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. + - `use_service_linked_role` (`bool`): Set the `use_service_linked_role` field on the resulting object. When `null`, the `use_service_linked_role` field will be omitted from 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 `lakeformation_resource` resource into the root Terraform configuration. @@ -109,3 +112,19 @@ Terraform resource block to set or update the role_arn field. **Args**: - `resourceLabel` (`string`): The name label of the block to update. - `value` (`string`): The value to set for the `role_arn` field. + + +### fn withUseServiceLinkedRole + +```ts +withUseServiceLinkedRole() +``` + +`aws.bool.withUseServiceLinkedRole` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the use_service_linked_role field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `use_service_linked_role` field. diff --git a/docs/5.x/lexv2models_intent.md b/docs/5.x/lexv2models_intent.md new file mode 100644 index 00000000..a2f944cc --- /dev/null +++ b/docs/5.x/lexv2models_intent.md @@ -0,0 +1,24813 @@ +--- +permalink: /lexv2models_intent/ +--- + +# lexv2models_intent + +`lexv2models_intent` represents the `aws_lexv2models_intent` 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 withBotId()`](#fn-withbotid) +* [`fn withBotVersion()`](#fn-withbotversion) +* [`fn withClosingSetting()`](#fn-withclosingsetting) +* [`fn withClosingSettingMixin()`](#fn-withclosingsettingmixin) +* [`fn withConfirmationSetting()`](#fn-withconfirmationsetting) +* [`fn withConfirmationSettingMixin()`](#fn-withconfirmationsettingmixin) +* [`fn withDescription()`](#fn-withdescription) +* [`fn withDialogCodeHook()`](#fn-withdialogcodehook) +* [`fn withDialogCodeHookMixin()`](#fn-withdialogcodehookmixin) +* [`fn withFulfillmentCodeHook()`](#fn-withfulfillmentcodehook) +* [`fn withFulfillmentCodeHookMixin()`](#fn-withfulfillmentcodehookmixin) +* [`fn withInitialResponseSetting()`](#fn-withinitialresponsesetting) +* [`fn withInitialResponseSettingMixin()`](#fn-withinitialresponsesettingmixin) +* [`fn withInputContext()`](#fn-withinputcontext) +* [`fn withInputContextMixin()`](#fn-withinputcontextmixin) +* [`fn withKendraConfiguration()`](#fn-withkendraconfiguration) +* [`fn withKendraConfigurationMixin()`](#fn-withkendraconfigurationmixin) +* [`fn withLocaleId()`](#fn-withlocaleid) +* [`fn withName()`](#fn-withname) +* [`fn withOutputContext()`](#fn-withoutputcontext) +* [`fn withOutputContextMixin()`](#fn-withoutputcontextmixin) +* [`fn withParentIntentSignature()`](#fn-withparentintentsignature) +* [`fn withSampleUtterance()`](#fn-withsampleutterance) +* [`fn withSampleUtteranceMixin()`](#fn-withsampleutterancemixin) +* [`fn withSlotPriority()`](#fn-withslotpriority) +* [`fn withSlotPriorityMixin()`](#fn-withslotprioritymixin) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj closing_setting`](#obj-closing_setting) + * [`fn new()`](#fn-closing_settingnew) + * [`obj closing_setting.closing_response`](#obj-closing_settingclosing_response) + * [`fn new()`](#fn-closing_settingclosing_responsenew) + * [`obj closing_setting.closing_response.message_group`](#obj-closing_settingclosing_responsemessage_group) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupnew) + * [`obj closing_setting.closing_response.message_group.message`](#obj-closing_settingclosing_responsemessage_groupmessage) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupmessagenew) + * [`obj closing_setting.closing_response.message_group.message.custom_payload`](#obj-closing_settingclosing_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupmessagecustom_payloadnew) + * [`obj closing_setting.closing_response.message_group.message.image_response_card`](#obj-closing_settingclosing_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupmessageimage_response_cardnew) + * [`obj closing_setting.closing_response.message_group.message.image_response_card.button`](#obj-closing_settingclosing_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj closing_setting.closing_response.message_group.message.plain_text_message`](#obj-closing_settingclosing_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupmessageplain_text_messagenew) + * [`obj closing_setting.closing_response.message_group.message.ssml_message`](#obj-closing_settingclosing_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupmessagessml_messagenew) + * [`obj closing_setting.closing_response.message_group.variation`](#obj-closing_settingclosing_responsemessage_groupvariation) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupvariationnew) + * [`obj closing_setting.closing_response.message_group.variation.custom_payload`](#obj-closing_settingclosing_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupvariationcustom_payloadnew) + * [`obj closing_setting.closing_response.message_group.variation.image_response_card`](#obj-closing_settingclosing_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupvariationimage_response_cardnew) + * [`obj closing_setting.closing_response.message_group.variation.image_response_card.button`](#obj-closing_settingclosing_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj closing_setting.closing_response.message_group.variation.plain_text_message`](#obj-closing_settingclosing_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupvariationplain_text_messagenew) + * [`obj closing_setting.closing_response.message_group.variation.ssml_message`](#obj-closing_settingclosing_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-closing_settingclosing_responsemessage_groupvariationssml_messagenew) + * [`obj closing_setting.conditional`](#obj-closing_settingconditional) + * [`fn new()`](#fn-closing_settingconditionalnew) + * [`obj closing_setting.conditional.conditional_branch`](#obj-closing_settingconditionalconditional_branch) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchnew) + * [`obj closing_setting.conditional.conditional_branch.condition`](#obj-closing_settingconditionalconditional_branchcondition) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchconditionnew) + * [`obj closing_setting.conditional.conditional_branch.next_step`](#obj-closing_settingconditionalconditional_branchnext_step) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchnext_stepnew) + * [`obj closing_setting.conditional.conditional_branch.next_step.dialog_action`](#obj-closing_settingconditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchnext_stepdialog_actionnew) + * [`obj closing_setting.conditional.conditional_branch.next_step.intent`](#obj-closing_settingconditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchnext_stepintentnew) + * [`obj closing_setting.conditional.conditional_branch.next_step.intent.slot`](#obj-closing_settingconditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchnext_stepintentslotnew) + * [`obj closing_setting.conditional.conditional_branch.next_step.intent.slot.value`](#obj-closing_settingconditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj closing_setting.conditional.conditional_branch.response`](#obj-closing_settingconditionalconditional_branchresponse) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsenew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group`](#obj-closing_settingconditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.message`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.variation`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-closing_settingconditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-closing_settingconditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj closing_setting.conditional.default_branch`](#obj-closing_settingconditionaldefault_branch) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchnew) + * [`obj closing_setting.conditional.default_branch.next_step`](#obj-closing_settingconditionaldefault_branchnext_step) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchnext_stepnew) + * [`obj closing_setting.conditional.default_branch.next_step.dialog_action`](#obj-closing_settingconditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchnext_stepdialog_actionnew) + * [`obj closing_setting.conditional.default_branch.next_step.intent`](#obj-closing_settingconditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchnext_stepintentnew) + * [`obj closing_setting.conditional.default_branch.next_step.intent.slot`](#obj-closing_settingconditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchnext_stepintentslotnew) + * [`obj closing_setting.conditional.default_branch.next_step.intent.slot.value`](#obj-closing_settingconditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj closing_setting.conditional.default_branch.response`](#obj-closing_settingconditionaldefault_branchresponse) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsenew) + * [`obj closing_setting.conditional.default_branch.response.message_group`](#obj-closing_settingconditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.message`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj closing_setting.conditional.default_branch.response.message_group.message.custom_payload`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.message.image_response_card`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.message.plain_text_message`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj closing_setting.conditional.default_branch.response.message_group.message.ssml_message`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj closing_setting.conditional.default_branch.response.message_group.variation`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.variation.custom_payload`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.variation.image_response_card`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj closing_setting.conditional.default_branch.response.message_group.variation.ssml_message`](#obj-closing_settingconditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-closing_settingconditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj closing_setting.next_step`](#obj-closing_settingnext_step) + * [`fn new()`](#fn-closing_settingnext_stepnew) + * [`obj closing_setting.next_step.dialog_action`](#obj-closing_settingnext_stepdialog_action) + * [`fn new()`](#fn-closing_settingnext_stepdialog_actionnew) + * [`obj closing_setting.next_step.intent`](#obj-closing_settingnext_stepintent) + * [`fn new()`](#fn-closing_settingnext_stepintentnew) + * [`obj closing_setting.next_step.intent.slot`](#obj-closing_settingnext_stepintentslot) + * [`fn new()`](#fn-closing_settingnext_stepintentslotnew) + * [`obj closing_setting.next_step.intent.slot.value`](#obj-closing_settingnext_stepintentslotvalue) + * [`fn new()`](#fn-closing_settingnext_stepintentslotvaluenew) +* [`obj confirmation_setting`](#obj-confirmation_setting) + * [`fn new()`](#fn-confirmation_settingnew) + * [`obj confirmation_setting.code_hook`](#obj-confirmation_settingcode_hook) + * [`fn new()`](#fn-confirmation_settingcode_hooknew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification`](#obj-confirmation_settingcode_hookpost_code_hook_specification) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditional) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branch) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchcondition) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchconditionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponse) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branch) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponse) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_response) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditional) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branch) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchcondition) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchconditionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponse) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branch) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponse) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_response) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditional) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branch) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchcondition) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchconditionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponse) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branch) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponse) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_step) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepdialog_actionnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintent) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslot) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslotnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslotvaluenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_response) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_group) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message`](#obj-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.confirmation_conditional`](#obj-confirmation_settingconfirmation_conditional) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch`](#obj-confirmation_settingconfirmation_conditionalconditional_branch) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.condition`](#obj-confirmation_settingconfirmation_conditionalconditional_branchcondition) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchconditionnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.next_step`](#obj-confirmation_settingconfirmation_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchnext_stepnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action`](#obj-confirmation_settingconfirmation_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent`](#obj-confirmation_settingconfirmation_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchnext_stepintentnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot`](#obj-confirmation_settingconfirmation_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchnext_stepintentslotnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value`](#obj-confirmation_settingconfirmation_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponse) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsenew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch`](#obj-confirmation_settingconfirmation_conditionaldefault_branch) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.next_step`](#obj-confirmation_settingconfirmation_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchnext_stepnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action`](#obj-confirmation_settingconfirmation_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.next_step.intent`](#obj-confirmation_settingconfirmation_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchnext_stepintentnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot`](#obj-confirmation_settingconfirmation_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchnext_stepintentslotnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value`](#obj-confirmation_settingconfirmation_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponse) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.confirmation_next_step`](#obj-confirmation_settingconfirmation_next_step) + * [`fn new()`](#fn-confirmation_settingconfirmation_next_stepnew) + * [`obj confirmation_setting.confirmation_next_step.dialog_action`](#obj-confirmation_settingconfirmation_next_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingconfirmation_next_stepdialog_actionnew) + * [`obj confirmation_setting.confirmation_next_step.intent`](#obj-confirmation_settingconfirmation_next_stepintent) + * [`fn new()`](#fn-confirmation_settingconfirmation_next_stepintentnew) + * [`obj confirmation_setting.confirmation_next_step.intent.slot`](#obj-confirmation_settingconfirmation_next_stepintentslot) + * [`fn new()`](#fn-confirmation_settingconfirmation_next_stepintentslotnew) + * [`obj confirmation_setting.confirmation_next_step.intent.slot.value`](#obj-confirmation_settingconfirmation_next_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingconfirmation_next_stepintentslotvaluenew) + * [`obj confirmation_setting.confirmation_response`](#obj-confirmation_settingconfirmation_response) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsenew) + * [`obj confirmation_setting.confirmation_response.message_group`](#obj-confirmation_settingconfirmation_responsemessage_group) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupnew) + * [`obj confirmation_setting.confirmation_response.message_group.message`](#obj-confirmation_settingconfirmation_responsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupmessagenew) + * [`obj confirmation_setting.confirmation_response.message_group.message.custom_payload`](#obj-confirmation_settingconfirmation_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.confirmation_response.message_group.message.image_response_card`](#obj-confirmation_settingconfirmation_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.confirmation_response.message_group.message.image_response_card.button`](#obj-confirmation_settingconfirmation_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.confirmation_response.message_group.message.plain_text_message`](#obj-confirmation_settingconfirmation_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.confirmation_response.message_group.message.ssml_message`](#obj-confirmation_settingconfirmation_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.confirmation_response.message_group.variation`](#obj-confirmation_settingconfirmation_responsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupvariationnew) + * [`obj confirmation_setting.confirmation_response.message_group.variation.custom_payload`](#obj-confirmation_settingconfirmation_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.confirmation_response.message_group.variation.image_response_card`](#obj-confirmation_settingconfirmation_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.confirmation_response.message_group.variation.image_response_card.button`](#obj-confirmation_settingconfirmation_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.confirmation_response.message_group.variation.plain_text_message`](#obj-confirmation_settingconfirmation_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.confirmation_response.message_group.variation.ssml_message`](#obj-confirmation_settingconfirmation_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingconfirmation_responsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.declination_conditional`](#obj-confirmation_settingdeclination_conditional) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch`](#obj-confirmation_settingdeclination_conditionalconditional_branch) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.condition`](#obj-confirmation_settingdeclination_conditionalconditional_branchcondition) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchconditionnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.next_step`](#obj-confirmation_settingdeclination_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchnext_stepnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action`](#obj-confirmation_settingdeclination_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.next_step.intent`](#obj-confirmation_settingdeclination_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchnext_stepintentnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot`](#obj-confirmation_settingdeclination_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchnext_stepintentslotnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value`](#obj-confirmation_settingdeclination_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponse) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsenew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.declination_conditional.default_branch`](#obj-confirmation_settingdeclination_conditionaldefault_branch) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchnew) + * [`obj confirmation_setting.declination_conditional.default_branch.next_step`](#obj-confirmation_settingdeclination_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchnext_stepnew) + * [`obj confirmation_setting.declination_conditional.default_branch.next_step.dialog_action`](#obj-confirmation_settingdeclination_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.declination_conditional.default_branch.next_step.intent`](#obj-confirmation_settingdeclination_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchnext_stepintentnew) + * [`obj confirmation_setting.declination_conditional.default_branch.next_step.intent.slot`](#obj-confirmation_settingdeclination_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchnext_stepintentslotnew) + * [`obj confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value`](#obj-confirmation_settingdeclination_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.declination_conditional.default_branch.response`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponse) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsenew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.message`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.declination_next_step`](#obj-confirmation_settingdeclination_next_step) + * [`fn new()`](#fn-confirmation_settingdeclination_next_stepnew) + * [`obj confirmation_setting.declination_next_step.dialog_action`](#obj-confirmation_settingdeclination_next_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingdeclination_next_stepdialog_actionnew) + * [`obj confirmation_setting.declination_next_step.intent`](#obj-confirmation_settingdeclination_next_stepintent) + * [`fn new()`](#fn-confirmation_settingdeclination_next_stepintentnew) + * [`obj confirmation_setting.declination_next_step.intent.slot`](#obj-confirmation_settingdeclination_next_stepintentslot) + * [`fn new()`](#fn-confirmation_settingdeclination_next_stepintentslotnew) + * [`obj confirmation_setting.declination_next_step.intent.slot.value`](#obj-confirmation_settingdeclination_next_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingdeclination_next_stepintentslotvaluenew) + * [`obj confirmation_setting.declination_response`](#obj-confirmation_settingdeclination_response) + * [`fn new()`](#fn-confirmation_settingdeclination_responsenew) + * [`obj confirmation_setting.declination_response.message_group`](#obj-confirmation_settingdeclination_responsemessage_group) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupnew) + * [`obj confirmation_setting.declination_response.message_group.message`](#obj-confirmation_settingdeclination_responsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupmessagenew) + * [`obj confirmation_setting.declination_response.message_group.message.custom_payload`](#obj-confirmation_settingdeclination_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.declination_response.message_group.message.image_response_card`](#obj-confirmation_settingdeclination_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.declination_response.message_group.message.image_response_card.button`](#obj-confirmation_settingdeclination_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.declination_response.message_group.message.plain_text_message`](#obj-confirmation_settingdeclination_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.declination_response.message_group.message.ssml_message`](#obj-confirmation_settingdeclination_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.declination_response.message_group.variation`](#obj-confirmation_settingdeclination_responsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupvariationnew) + * [`obj confirmation_setting.declination_response.message_group.variation.custom_payload`](#obj-confirmation_settingdeclination_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.declination_response.message_group.variation.image_response_card`](#obj-confirmation_settingdeclination_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.declination_response.message_group.variation.image_response_card.button`](#obj-confirmation_settingdeclination_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.declination_response.message_group.variation.plain_text_message`](#obj-confirmation_settingdeclination_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.declination_response.message_group.variation.ssml_message`](#obj-confirmation_settingdeclination_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingdeclination_responsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.elicitation_code_hook`](#obj-confirmation_settingelicitation_code_hook) + * [`fn new()`](#fn-confirmation_settingelicitation_code_hooknew) + * [`obj confirmation_setting.failure_conditional`](#obj-confirmation_settingfailure_conditional) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch`](#obj-confirmation_settingfailure_conditionalconditional_branch) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.condition`](#obj-confirmation_settingfailure_conditionalconditional_branchcondition) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchconditionnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.next_step`](#obj-confirmation_settingfailure_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchnext_stepnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action`](#obj-confirmation_settingfailure_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.next_step.intent`](#obj-confirmation_settingfailure_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchnext_stepintentnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot`](#obj-confirmation_settingfailure_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchnext_stepintentslotnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value`](#obj-confirmation_settingfailure_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response`](#obj-confirmation_settingfailure_conditionalconditional_branchresponse) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsenew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.failure_conditional.default_branch`](#obj-confirmation_settingfailure_conditionaldefault_branch) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchnew) + * [`obj confirmation_setting.failure_conditional.default_branch.next_step`](#obj-confirmation_settingfailure_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchnext_stepnew) + * [`obj confirmation_setting.failure_conditional.default_branch.next_step.dialog_action`](#obj-confirmation_settingfailure_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj confirmation_setting.failure_conditional.default_branch.next_step.intent`](#obj-confirmation_settingfailure_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchnext_stepintentnew) + * [`obj confirmation_setting.failure_conditional.default_branch.next_step.intent.slot`](#obj-confirmation_settingfailure_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchnext_stepintentslotnew) + * [`obj confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value`](#obj-confirmation_settingfailure_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj confirmation_setting.failure_conditional.default_branch.response`](#obj-confirmation_settingfailure_conditionaldefault_branchresponse) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsenew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.message`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.failure_next_step`](#obj-confirmation_settingfailure_next_step) + * [`fn new()`](#fn-confirmation_settingfailure_next_stepnew) + * [`obj confirmation_setting.failure_next_step.dialog_action`](#obj-confirmation_settingfailure_next_stepdialog_action) + * [`fn new()`](#fn-confirmation_settingfailure_next_stepdialog_actionnew) + * [`obj confirmation_setting.failure_next_step.intent`](#obj-confirmation_settingfailure_next_stepintent) + * [`fn new()`](#fn-confirmation_settingfailure_next_stepintentnew) + * [`obj confirmation_setting.failure_next_step.intent.slot`](#obj-confirmation_settingfailure_next_stepintentslot) + * [`fn new()`](#fn-confirmation_settingfailure_next_stepintentslotnew) + * [`obj confirmation_setting.failure_next_step.intent.slot.value`](#obj-confirmation_settingfailure_next_stepintentslotvalue) + * [`fn new()`](#fn-confirmation_settingfailure_next_stepintentslotvaluenew) + * [`obj confirmation_setting.failure_response`](#obj-confirmation_settingfailure_response) + * [`fn new()`](#fn-confirmation_settingfailure_responsenew) + * [`obj confirmation_setting.failure_response.message_group`](#obj-confirmation_settingfailure_responsemessage_group) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupnew) + * [`obj confirmation_setting.failure_response.message_group.message`](#obj-confirmation_settingfailure_responsemessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupmessagenew) + * [`obj confirmation_setting.failure_response.message_group.message.custom_payload`](#obj-confirmation_settingfailure_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.failure_response.message_group.message.image_response_card`](#obj-confirmation_settingfailure_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.failure_response.message_group.message.image_response_card.button`](#obj-confirmation_settingfailure_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.failure_response.message_group.message.plain_text_message`](#obj-confirmation_settingfailure_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.failure_response.message_group.message.ssml_message`](#obj-confirmation_settingfailure_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.failure_response.message_group.variation`](#obj-confirmation_settingfailure_responsemessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupvariationnew) + * [`obj confirmation_setting.failure_response.message_group.variation.custom_payload`](#obj-confirmation_settingfailure_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.failure_response.message_group.variation.image_response_card`](#obj-confirmation_settingfailure_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.failure_response.message_group.variation.image_response_card.button`](#obj-confirmation_settingfailure_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.failure_response.message_group.variation.plain_text_message`](#obj-confirmation_settingfailure_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.failure_response.message_group.variation.ssml_message`](#obj-confirmation_settingfailure_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingfailure_responsemessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.prompt_specification`](#obj-confirmation_settingprompt_specification) + * [`fn new()`](#fn-confirmation_settingprompt_specificationnew) + * [`obj confirmation_setting.prompt_specification.message_group`](#obj-confirmation_settingprompt_specificationmessage_group) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupnew) + * [`obj confirmation_setting.prompt_specification.message_group.message`](#obj-confirmation_settingprompt_specificationmessage_groupmessage) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupmessagenew) + * [`obj confirmation_setting.prompt_specification.message_group.message.custom_payload`](#obj-confirmation_settingprompt_specificationmessage_groupmessagecustom_payload) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupmessagecustom_payloadnew) + * [`obj confirmation_setting.prompt_specification.message_group.message.image_response_card`](#obj-confirmation_settingprompt_specificationmessage_groupmessageimage_response_card) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupmessageimage_response_cardnew) + * [`obj confirmation_setting.prompt_specification.message_group.message.image_response_card.button`](#obj-confirmation_settingprompt_specificationmessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupmessageimage_response_cardbuttonnew) + * [`obj confirmation_setting.prompt_specification.message_group.message.plain_text_message`](#obj-confirmation_settingprompt_specificationmessage_groupmessageplain_text_message) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupmessageplain_text_messagenew) + * [`obj confirmation_setting.prompt_specification.message_group.message.ssml_message`](#obj-confirmation_settingprompt_specificationmessage_groupmessagessml_message) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupmessagessml_messagenew) + * [`obj confirmation_setting.prompt_specification.message_group.variation`](#obj-confirmation_settingprompt_specificationmessage_groupvariation) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupvariationnew) + * [`obj confirmation_setting.prompt_specification.message_group.variation.custom_payload`](#obj-confirmation_settingprompt_specificationmessage_groupvariationcustom_payload) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupvariationcustom_payloadnew) + * [`obj confirmation_setting.prompt_specification.message_group.variation.image_response_card`](#obj-confirmation_settingprompt_specificationmessage_groupvariationimage_response_card) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupvariationimage_response_cardnew) + * [`obj confirmation_setting.prompt_specification.message_group.variation.image_response_card.button`](#obj-confirmation_settingprompt_specificationmessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupvariationimage_response_cardbuttonnew) + * [`obj confirmation_setting.prompt_specification.message_group.variation.plain_text_message`](#obj-confirmation_settingprompt_specificationmessage_groupvariationplain_text_message) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupvariationplain_text_messagenew) + * [`obj confirmation_setting.prompt_specification.message_group.variation.ssml_message`](#obj-confirmation_settingprompt_specificationmessage_groupvariationssml_message) + * [`fn new()`](#fn-confirmation_settingprompt_specificationmessage_groupvariationssml_messagenew) + * [`obj confirmation_setting.prompt_specification.prompt_attempts_specification`](#obj-confirmation_settingprompt_specificationprompt_attempts_specification) + * [`fn new()`](#fn-confirmation_settingprompt_specificationprompt_attempts_specificationnew) + * [`obj confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types`](#obj-confirmation_settingprompt_specificationprompt_attempts_specificationallowed_input_types) + * [`fn new()`](#fn-confirmation_settingprompt_specificationprompt_attempts_specificationallowed_input_typesnew) + * [`obj confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification`](#obj-confirmation_settingprompt_specificationprompt_attempts_specificationaudio_and_dtmf_input_specification) + * [`fn new()`](#fn-confirmation_settingprompt_specificationprompt_attempts_specificationaudio_and_dtmf_input_specificationnew) + * [`obj confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification`](#obj-confirmation_settingprompt_specificationprompt_attempts_specificationaudio_and_dtmf_input_specificationaudio_specification) + * [`fn new()`](#fn-confirmation_settingprompt_specificationprompt_attempts_specificationaudio_and_dtmf_input_specificationaudio_specificationnew) + * [`obj confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification`](#obj-confirmation_settingprompt_specificationprompt_attempts_specificationaudio_and_dtmf_input_specificationdtmf_specification) + * [`fn new()`](#fn-confirmation_settingprompt_specificationprompt_attempts_specificationaudio_and_dtmf_input_specificationdtmf_specificationnew) + * [`obj confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification`](#obj-confirmation_settingprompt_specificationprompt_attempts_specificationtext_input_specification) + * [`fn new()`](#fn-confirmation_settingprompt_specificationprompt_attempts_specificationtext_input_specificationnew) +* [`obj dialog_code_hook`](#obj-dialog_code_hook) + * [`fn new()`](#fn-dialog_code_hooknew) +* [`obj fulfillment_code_hook`](#obj-fulfillment_code_hook) + * [`fn new()`](#fn-fulfillment_code_hooknew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification`](#obj-fulfillment_code_hookfulfillment_updates_specification) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_response) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_response) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification`](#obj-fulfillment_code_hookpost_fulfillment_status_specification) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditional) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branch) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchcondition) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchconditionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponse) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branch) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponse) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_response) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditional) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branch) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchcondition) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchconditionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponse) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branch) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponse) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_response) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditional) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branch) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchcondition) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchconditionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponse) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branch) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponse) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_step) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepdialog_action) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepdialog_actionnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintent) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentslot) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentslotnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentslotvalue) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentslotvaluenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_response) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_group) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessage) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagecustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessageimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessageplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagessml_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariation) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationcustom_payloadnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationimage_response_cardnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationplain_text_messagenew) + * [`obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message`](#obj-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-fulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationssml_messagenew) +* [`obj initial_response_setting`](#obj-initial_response_setting) + * [`fn new()`](#fn-initial_response_settingnew) + * [`obj initial_response_setting.code_hook`](#obj-initial_response_settingcode_hook) + * [`fn new()`](#fn-initial_response_settingcode_hooknew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification`](#obj-initial_response_settingcode_hookpost_code_hook_specification) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditional) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branch) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchcondition) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchconditionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponse) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branch) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponse) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_response) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditional) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branch) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchcondition) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchconditionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponse) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branch) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponse) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_response) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditional) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branch) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchcondition) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchconditionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponse) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branch) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponse) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_step) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepdialog_actionnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintent) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslot) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslotnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentslotvaluenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_response) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_group) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message`](#obj-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.conditional`](#obj-initial_response_settingconditional) + * [`fn new()`](#fn-initial_response_settingconditionalnew) + * [`obj initial_response_setting.conditional.conditional_branch`](#obj-initial_response_settingconditionalconditional_branch) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchnew) + * [`obj initial_response_setting.conditional.conditional_branch.condition`](#obj-initial_response_settingconditionalconditional_branchcondition) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchconditionnew) + * [`obj initial_response_setting.conditional.conditional_branch.next_step`](#obj-initial_response_settingconditionalconditional_branchnext_step) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchnext_stepnew) + * [`obj initial_response_setting.conditional.conditional_branch.next_step.dialog_action`](#obj-initial_response_settingconditionalconditional_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.conditional.conditional_branch.next_step.intent`](#obj-initial_response_settingconditionalconditional_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchnext_stepintentnew) + * [`obj initial_response_setting.conditional.conditional_branch.next_step.intent.slot`](#obj-initial_response_settingconditionalconditional_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchnext_stepintentslotnew) + * [`obj initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value`](#obj-initial_response_settingconditionalconditional_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.conditional.conditional_branch.response`](#obj-initial_response_settingconditionalconditional_branchresponse) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsenew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.message`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.variation`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingconditionalconditional_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.conditional.default_branch`](#obj-initial_response_settingconditionaldefault_branch) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchnew) + * [`obj initial_response_setting.conditional.default_branch.next_step`](#obj-initial_response_settingconditionaldefault_branchnext_step) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchnext_stepnew) + * [`obj initial_response_setting.conditional.default_branch.next_step.dialog_action`](#obj-initial_response_settingconditionaldefault_branchnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchnext_stepdialog_actionnew) + * [`obj initial_response_setting.conditional.default_branch.next_step.intent`](#obj-initial_response_settingconditionaldefault_branchnext_stepintent) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchnext_stepintentnew) + * [`obj initial_response_setting.conditional.default_branch.next_step.intent.slot`](#obj-initial_response_settingconditionaldefault_branchnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchnext_stepintentslotnew) + * [`obj initial_response_setting.conditional.default_branch.next_step.intent.slot.value`](#obj-initial_response_settingconditionaldefault_branchnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchnext_stepintentslotvaluenew) + * [`obj initial_response_setting.conditional.default_branch.response`](#obj-initial_response_settingconditionaldefault_branchresponse) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsenew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_group) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.message`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupmessagenew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.variation`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message`](#obj-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settingconditionaldefault_branchresponsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.initial_response`](#obj-initial_response_settinginitial_response) + * [`fn new()`](#fn-initial_response_settinginitial_responsenew) + * [`obj initial_response_setting.initial_response.message_group`](#obj-initial_response_settinginitial_responsemessage_group) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupnew) + * [`obj initial_response_setting.initial_response.message_group.message`](#obj-initial_response_settinginitial_responsemessage_groupmessage) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupmessagenew) + * [`obj initial_response_setting.initial_response.message_group.message.custom_payload`](#obj-initial_response_settinginitial_responsemessage_groupmessagecustom_payload) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupmessagecustom_payloadnew) + * [`obj initial_response_setting.initial_response.message_group.message.image_response_card`](#obj-initial_response_settinginitial_responsemessage_groupmessageimage_response_card) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupmessageimage_response_cardnew) + * [`obj initial_response_setting.initial_response.message_group.message.image_response_card.button`](#obj-initial_response_settinginitial_responsemessage_groupmessageimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupmessageimage_response_cardbuttonnew) + * [`obj initial_response_setting.initial_response.message_group.message.plain_text_message`](#obj-initial_response_settinginitial_responsemessage_groupmessageplain_text_message) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupmessageplain_text_messagenew) + * [`obj initial_response_setting.initial_response.message_group.message.ssml_message`](#obj-initial_response_settinginitial_responsemessage_groupmessagessml_message) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupmessagessml_messagenew) + * [`obj initial_response_setting.initial_response.message_group.variation`](#obj-initial_response_settinginitial_responsemessage_groupvariation) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupvariationnew) + * [`obj initial_response_setting.initial_response.message_group.variation.custom_payload`](#obj-initial_response_settinginitial_responsemessage_groupvariationcustom_payload) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupvariationcustom_payloadnew) + * [`obj initial_response_setting.initial_response.message_group.variation.image_response_card`](#obj-initial_response_settinginitial_responsemessage_groupvariationimage_response_card) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupvariationimage_response_cardnew) + * [`obj initial_response_setting.initial_response.message_group.variation.image_response_card.button`](#obj-initial_response_settinginitial_responsemessage_groupvariationimage_response_cardbutton) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupvariationimage_response_cardbuttonnew) + * [`obj initial_response_setting.initial_response.message_group.variation.plain_text_message`](#obj-initial_response_settinginitial_responsemessage_groupvariationplain_text_message) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupvariationplain_text_messagenew) + * [`obj initial_response_setting.initial_response.message_group.variation.ssml_message`](#obj-initial_response_settinginitial_responsemessage_groupvariationssml_message) + * [`fn new()`](#fn-initial_response_settinginitial_responsemessage_groupvariationssml_messagenew) + * [`obj initial_response_setting.next_step`](#obj-initial_response_settingnext_step) + * [`fn new()`](#fn-initial_response_settingnext_stepnew) + * [`obj initial_response_setting.next_step.dialog_action`](#obj-initial_response_settingnext_stepdialog_action) + * [`fn new()`](#fn-initial_response_settingnext_stepdialog_actionnew) + * [`obj initial_response_setting.next_step.intent`](#obj-initial_response_settingnext_stepintent) + * [`fn new()`](#fn-initial_response_settingnext_stepintentnew) + * [`obj initial_response_setting.next_step.intent.slot`](#obj-initial_response_settingnext_stepintentslot) + * [`fn new()`](#fn-initial_response_settingnext_stepintentslotnew) + * [`obj initial_response_setting.next_step.intent.slot.value`](#obj-initial_response_settingnext_stepintentslotvalue) + * [`fn new()`](#fn-initial_response_settingnext_stepintentslotvaluenew) +* [`obj input_context`](#obj-input_context) + * [`fn new()`](#fn-input_contextnew) +* [`obj kendra_configuration`](#obj-kendra_configuration) + * [`fn new()`](#fn-kendra_configurationnew) +* [`obj output_context`](#obj-output_context) + * [`fn new()`](#fn-output_contextnew) +* [`obj sample_utterance`](#obj-sample_utterance) + * [`fn new()`](#fn-sample_utterancenew) +* [`obj slot_priority`](#obj-slot_priority) + * [`fn new()`](#fn-slot_prioritynew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.lexv2models_intent.new` injects a new `aws_lexv2models_intent` 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.lexv2models_intent.new('some_id') + +You can get the reference to the `id` field of the created `aws.lexv2models_intent` using the reference: + + $._ref.aws_lexv2models_intent.some_id.get('id') + +This is the same as directly entering `"${ aws_lexv2models_intent.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. + - `bot_id` (`string`): Set the `bot_id` field on the resulting resource block. + - `bot_version` (`string`): Set the `bot_version` field on the resulting resource block. + - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `locale_id` (`string`): Set the `locale_id` field on the resulting resource block. + - `name` (`string`): Set the `name` field on the resulting resource block. + - `parent_intent_signature` (`string`): Set the `parent_intent_signature` field on the resulting resource block. When `null`, the `parent_intent_signature` field will be omitted from the resulting object. + - `closing_setting` (`list[obj]`): Set the `closing_setting` field on the resulting resource block. When `null`, the `closing_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.new](#fn-closing_settingnew) constructor. + - `confirmation_setting` (`list[obj]`): Set the `confirmation_setting` field on the resulting resource block. When `null`, the `confirmation_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.new](#fn-confirmation_settingnew) constructor. + - `dialog_code_hook` (`list[obj]`): Set the `dialog_code_hook` field on the resulting resource block. When `null`, the `dialog_code_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.lexv2models_intent.dialog_code_hook.new](#fn-dialog_code_hooknew) constructor. + - `fulfillment_code_hook` (`list[obj]`): Set the `fulfillment_code_hook` field on the resulting resource block. When `null`, the `fulfillment_code_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.lexv2models_intent.fulfillment_code_hook.new](#fn-fulfillment_code_hooknew) constructor. + - `initial_response_setting` (`list[obj]`): Set the `initial_response_setting` field on the resulting resource block. When `null`, the `initial_response_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.new](#fn-initial_response_settingnew) constructor. + - `input_context` (`list[obj]`): Set the `input_context` field on the resulting resource block. When `null`, the `input_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.input_context.new](#fn-input_contextnew) constructor. + - `kendra_configuration` (`list[obj]`): Set the `kendra_configuration` field on the resulting resource block. When `null`, the `kendra_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.lexv2models_intent.kendra_configuration.new](#fn-kendra_configurationnew) constructor. + - `output_context` (`list[obj]`): Set the `output_context` field on the resulting resource block. When `null`, the `output_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.output_context.new](#fn-output_contextnew) constructor. + - `sample_utterance` (`list[obj]`): Set the `sample_utterance` field on the resulting resource block. When `null`, the `sample_utterance` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.sample_utterance.new](#fn-sample_utterancenew) constructor. + - `slot_priority` (`list[obj]`): Set the `slot_priority` field on the resulting resource block. When `null`, the `slot_priority` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.slot_priority.new](#fn-slot_prioritynew) constructor. + - `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.lexv2models_intent.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.lexv2models_intent.newAttrs` constructs a new object with attributes and blocks configured for the `lexv2models_intent` +Terraform resource. + +Unlike [aws.lexv2models_intent.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**: + - `bot_id` (`string`): Set the `bot_id` field on the resulting object. + - `bot_version` (`string`): Set the `bot_version` field on the resulting object. + - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `locale_id` (`string`): Set the `locale_id` field on the resulting object. + - `name` (`string`): Set the `name` field on the resulting object. + - `parent_intent_signature` (`string`): Set the `parent_intent_signature` field on the resulting object. When `null`, the `parent_intent_signature` field will be omitted from the resulting object. + - `closing_setting` (`list[obj]`): Set the `closing_setting` field on the resulting object. When `null`, the `closing_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.new](#fn-closing_settingnew) constructor. + - `confirmation_setting` (`list[obj]`): Set the `confirmation_setting` field on the resulting object. When `null`, the `confirmation_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.new](#fn-confirmation_settingnew) constructor. + - `dialog_code_hook` (`list[obj]`): Set the `dialog_code_hook` field on the resulting object. When `null`, the `dialog_code_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.lexv2models_intent.dialog_code_hook.new](#fn-dialog_code_hooknew) constructor. + - `fulfillment_code_hook` (`list[obj]`): Set the `fulfillment_code_hook` field on the resulting object. When `null`, the `fulfillment_code_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.lexv2models_intent.fulfillment_code_hook.new](#fn-fulfillment_code_hooknew) constructor. + - `initial_response_setting` (`list[obj]`): Set the `initial_response_setting` field on the resulting object. When `null`, the `initial_response_setting` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.new](#fn-initial_response_settingnew) constructor. + - `input_context` (`list[obj]`): Set the `input_context` field on the resulting object. When `null`, the `input_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.input_context.new](#fn-input_contextnew) constructor. + - `kendra_configuration` (`list[obj]`): Set the `kendra_configuration` field on the resulting object. When `null`, the `kendra_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.lexv2models_intent.kendra_configuration.new](#fn-kendra_configurationnew) constructor. + - `output_context` (`list[obj]`): Set the `output_context` field on the resulting object. When `null`, the `output_context` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.output_context.new](#fn-output_contextnew) constructor. + - `sample_utterance` (`list[obj]`): Set the `sample_utterance` field on the resulting object. When `null`, the `sample_utterance` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.sample_utterance.new](#fn-sample_utterancenew) constructor. + - `slot_priority` (`list[obj]`): Set the `slot_priority` field on the resulting object. When `null`, the `slot_priority` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.slot_priority.new](#fn-slot_prioritynew) constructor. + - `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.lexv2models_intent.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 `lexv2models_intent` resource into the root Terraform configuration. + + +### fn withBotId + +```ts +withBotId() +``` + +`aws.string.withBotId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the bot_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `bot_id` field. + + +### fn withBotVersion + +```ts +withBotVersion() +``` + +`aws.string.withBotVersion` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the bot_version field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `bot_version` field. + + +### fn withClosingSetting + +```ts +withClosingSetting() +``` + +`aws.list[obj].withClosingSetting` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the closing_setting 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].withClosingSettingMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `closing_setting` field. + + +### fn withClosingSettingMixin + +```ts +withClosingSettingMixin() +``` + +`aws.list[obj].withClosingSettingMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the closing_setting 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].withClosingSetting](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `closing_setting` field. + + +### fn withConfirmationSetting + +```ts +withConfirmationSetting() +``` + +`aws.list[obj].withConfirmationSetting` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the confirmation_setting 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].withConfirmationSettingMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `confirmation_setting` field. + + +### fn withConfirmationSettingMixin + +```ts +withConfirmationSettingMixin() +``` + +`aws.list[obj].withConfirmationSettingMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the confirmation_setting 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].withConfirmationSetting](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `confirmation_setting` field. + + +### fn withDescription + +```ts +withDescription() +``` + +`aws.string.withDescription` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the description field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `description` field. + + +### fn withDialogCodeHook + +```ts +withDialogCodeHook() +``` + +`aws.list[obj].withDialogCodeHook` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the dialog_code_hook 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].withDialogCodeHookMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `dialog_code_hook` field. + + +### fn withDialogCodeHookMixin + +```ts +withDialogCodeHookMixin() +``` + +`aws.list[obj].withDialogCodeHookMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the dialog_code_hook 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].withDialogCodeHook](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `dialog_code_hook` field. + + +### fn withFulfillmentCodeHook + +```ts +withFulfillmentCodeHook() +``` + +`aws.list[obj].withFulfillmentCodeHook` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the fulfillment_code_hook 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].withFulfillmentCodeHookMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `fulfillment_code_hook` field. + + +### fn withFulfillmentCodeHookMixin + +```ts +withFulfillmentCodeHookMixin() +``` + +`aws.list[obj].withFulfillmentCodeHookMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the fulfillment_code_hook 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].withFulfillmentCodeHook](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `fulfillment_code_hook` field. + + +### fn withInitialResponseSetting + +```ts +withInitialResponseSetting() +``` + +`aws.list[obj].withInitialResponseSetting` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the initial_response_setting 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].withInitialResponseSettingMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `initial_response_setting` field. + + +### fn withInitialResponseSettingMixin + +```ts +withInitialResponseSettingMixin() +``` + +`aws.list[obj].withInitialResponseSettingMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the initial_response_setting 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].withInitialResponseSetting](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `initial_response_setting` field. + + +### fn withInputContext + +```ts +withInputContext() +``` + +`aws.list[obj].withInputContext` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the input_context 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].withInputContextMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `input_context` field. + + +### fn withInputContextMixin + +```ts +withInputContextMixin() +``` + +`aws.list[obj].withInputContextMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the input_context 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].withInputContext](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `input_context` field. + + +### fn withKendraConfiguration + +```ts +withKendraConfiguration() +``` + +`aws.list[obj].withKendraConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the kendra_configuration 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].withKendraConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `kendra_configuration` field. + + +### fn withKendraConfigurationMixin + +```ts +withKendraConfigurationMixin() +``` + +`aws.list[obj].withKendraConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the kendra_configuration 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].withKendraConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `kendra_configuration` field. + + +### fn withLocaleId + +```ts +withLocaleId() +``` + +`aws.string.withLocaleId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the locale_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `locale_id` field. + + +### 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 withOutputContext + +```ts +withOutputContext() +``` + +`aws.list[obj].withOutputContext` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the output_context 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].withOutputContextMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `output_context` field. + + +### fn withOutputContextMixin + +```ts +withOutputContextMixin() +``` + +`aws.list[obj].withOutputContextMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the output_context 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].withOutputContext](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `output_context` field. + + +### fn withParentIntentSignature + +```ts +withParentIntentSignature() +``` + +`aws.string.withParentIntentSignature` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the parent_intent_signature field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `parent_intent_signature` field. + + +### fn withSampleUtterance + +```ts +withSampleUtterance() +``` + +`aws.list[obj].withSampleUtterance` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the sample_utterance 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].withSampleUtteranceMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `sample_utterance` field. + + +### fn withSampleUtteranceMixin + +```ts +withSampleUtteranceMixin() +``` + +`aws.list[obj].withSampleUtteranceMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the sample_utterance 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].withSampleUtterance](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `sample_utterance` field. + + +### fn withSlotPriority + +```ts +withSlotPriority() +``` + +`aws.list[obj].withSlotPriority` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the slot_priority 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].withSlotPriorityMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `slot_priority` field. + + +### fn withSlotPriorityMixin + +```ts +withSlotPriorityMixin() +``` + +`aws.list[obj].withSlotPriorityMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the slot_priority 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].withSlotPriority](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `slot_priority` 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 closing_setting + + + +### fn closing_setting.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.new` constructs a new object with attributes and blocks configured for the `closing_setting` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. When `null`, the `active` field will be omitted from the resulting object. + - `closing_response` (`list[obj]`): Set the `closing_response` field on the resulting object. When `null`, the `closing_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.new](#fn-closing_settingclosing_responsenew) constructor. + - `conditional` (`list[obj]`): Set the `conditional` field on the resulting object. When `null`, the `conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.new](#fn-closing_settingconditionalnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.new](#fn-closing_settingnext_stepnew) constructor. + +**Returns**: + - An attribute object that represents the `closing_setting` sub block. + + +## obj closing_setting.closing_response + + + +### fn closing_setting.closing_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.new` constructs a new object with attributes and blocks configured for the `closing_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.new](#fn-closing_settingclosing_settingmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `closing_response` sub block. + + +## obj closing_setting.closing_response.message_group + + + +### fn closing_setting.closing_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.new](#fn-closing_settingclosing_settingclosing_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.new](#fn-closing_settingclosing_settingclosing_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj closing_setting.closing_response.message_group.message + + + +### fn closing_setting.closing_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.custom_payload.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.plain_text_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.ssml_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj closing_setting.closing_response.message_group.message.custom_payload + + + +### fn closing_setting.closing_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj closing_setting.closing_response.message_group.message.image_response_card + + + +### fn closing_setting.closing_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.button.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj closing_setting.closing_response.message_group.message.image_response_card.button + + + +### fn closing_setting.closing_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj closing_setting.closing_response.message_group.message.plain_text_message + + + +### fn closing_setting.closing_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj closing_setting.closing_response.message_group.message.ssml_message + + + +### fn closing_setting.closing_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj closing_setting.closing_response.message_group.variation + + + +### fn closing_setting.closing_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.custom_payload.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.plain_text_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.ssml_message.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj closing_setting.closing_response.message_group.variation.custom_payload + + + +### fn closing_setting.closing_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj closing_setting.closing_response.message_group.variation.image_response_card + + + +### fn closing_setting.closing_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.button.new](#fn-closing_settingclosing_settingclosing_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj closing_setting.closing_response.message_group.variation.image_response_card.button + + + +### fn closing_setting.closing_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj closing_setting.closing_response.message_group.variation.plain_text_message + + + +### fn closing_setting.closing_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj closing_setting.closing_response.message_group.variation.ssml_message + + + +### fn closing_setting.closing_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.closing_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj closing_setting.conditional + + + +### fn closing_setting.conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.new` constructs a new object with attributes and blocks configured for the `conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.new](#fn-closing_settingclosing_settingconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.new](#fn-closing_settingclosing_settingdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `conditional` sub block. + + +## obj closing_setting.conditional.conditional_branch + + + +### fn closing_setting.conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.conditional.conditional_branch.condition.new](#fn-closing_settingclosing_settingconditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.new](#fn-closing_settingclosing_settingconditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.new](#fn-closing_settingclosing_settingconditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj closing_setting.conditional.conditional_branch.condition + + + +### fn closing_setting.conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj closing_setting.conditional.conditional_branch.next_step + + + +### fn closing_setting.conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.dialog_action.new](#fn-closing_settingclosing_settingconditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.new](#fn-closing_settingclosing_settingconditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj closing_setting.conditional.conditional_branch.next_step.dialog_action + + + +### fn closing_setting.conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj closing_setting.conditional.conditional_branch.next_step.intent + + + +### fn closing_setting.conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.new](#fn-closing_settingclosing_settingconditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj closing_setting.conditional.conditional_branch.next_step.intent.slot + + + +### fn closing_setting.conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.value.new](#fn-closing_settingclosing_settingconditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj closing_setting.conditional.conditional_branch.next_step.intent.slot.value + + + +### fn closing_setting.conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj closing_setting.conditional.conditional_branch.response + + + +### fn closing_setting.conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.new](#fn-closing_settingclosing_settingconditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.message + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.variation + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-closing_settingclosing_settingconditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj closing_setting.conditional.default_branch + + + +### fn closing_setting.conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.new](#fn-closing_settingclosing_settingconditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.new](#fn-closing_settingclosing_settingconditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj closing_setting.conditional.default_branch.next_step + + + +### fn closing_setting.conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.dialog_action.new](#fn-closing_settingclosing_settingconditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.new](#fn-closing_settingclosing_settingconditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj closing_setting.conditional.default_branch.next_step.dialog_action + + + +### fn closing_setting.conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj closing_setting.conditional.default_branch.next_step.intent + + + +### fn closing_setting.conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.new](#fn-closing_settingclosing_settingconditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj closing_setting.conditional.default_branch.next_step.intent.slot + + + +### fn closing_setting.conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.value.new](#fn-closing_settingclosing_settingconditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj closing_setting.conditional.default_branch.next_step.intent.slot.value + + + +### fn closing_setting.conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj closing_setting.conditional.default_branch.response + + + +### fn closing_setting.conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.new](#fn-closing_settingclosing_settingconditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group + + + +### fn closing_setting.conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.message + + + +### fn closing_setting.conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.custom_payload.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.ssml_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.message.custom_payload + + + +### fn closing_setting.conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.message.image_response_card + + + +### fn closing_setting.conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn closing_setting.conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.message.ssml_message + + + +### fn closing_setting.conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.variation + + + +### fn closing_setting.conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn closing_setting.conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-closing_settingclosing_settingconditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj closing_setting.conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn closing_setting.conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj closing_setting.next_step + + + +### fn closing_setting.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.dialog_action.new](#fn-closing_settingclosing_settingdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.intent.new](#fn-closing_settingclosing_settingintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj closing_setting.next_step.dialog_action + + + +### fn closing_setting.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj closing_setting.next_step.intent + + + +### fn closing_setting.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.closing_setting.next_step.intent.slot.new](#fn-closing_settingclosing_settingnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj closing_setting.next_step.intent.slot + + + +### fn closing_setting.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.closing_setting.next_step.intent.slot.value.new](#fn-closing_settingclosing_settingnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj closing_setting.next_step.intent.slot.value + + + +### fn closing_setting.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.closing_setting.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting + + + +### fn confirmation_setting.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.new` constructs a new object with attributes and blocks configured for the `confirmation_setting` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. When `null`, the `active` field will be omitted from the resulting object. + - `code_hook` (`list[obj]`): Set the `code_hook` field on the resulting object. When `null`, the `code_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.lexv2models_intent.confirmation_setting.code_hook.new](#fn-confirmation_settingcode_hooknew) constructor. + - `confirmation_conditional` (`list[obj]`): Set the `confirmation_conditional` field on the resulting object. When `null`, the `confirmation_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.new](#fn-confirmation_settingconfirmation_conditionalnew) constructor. + - `confirmation_next_step` (`list[obj]`): Set the `confirmation_next_step` field on the resulting object. When `null`, the `confirmation_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.new](#fn-confirmation_settingconfirmation_next_stepnew) constructor. + - `confirmation_response` (`list[obj]`): Set the `confirmation_response` field on the resulting object. When `null`, the `confirmation_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.new](#fn-confirmation_settingconfirmation_responsenew) constructor. + - `declination_conditional` (`list[obj]`): Set the `declination_conditional` field on the resulting object. When `null`, the `declination_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.new](#fn-confirmation_settingdeclination_conditionalnew) constructor. + - `declination_next_step` (`list[obj]`): Set the `declination_next_step` field on the resulting object. When `null`, the `declination_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.new](#fn-confirmation_settingdeclination_next_stepnew) constructor. + - `declination_response` (`list[obj]`): Set the `declination_response` field on the resulting object. When `null`, the `declination_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.new](#fn-confirmation_settingdeclination_responsenew) constructor. + - `elicitation_code_hook` (`list[obj]`): Set the `elicitation_code_hook` field on the resulting object. When `null`, the `elicitation_code_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.lexv2models_intent.confirmation_setting.elicitation_code_hook.new](#fn-confirmation_settingelicitation_code_hooknew) constructor. + - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.new](#fn-confirmation_settingfailure_conditionalnew) constructor. + - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.new](#fn-confirmation_settingfailure_next_stepnew) constructor. + - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.new](#fn-confirmation_settingfailure_responsenew) constructor. + - `prompt_specification` (`list[obj]`): Set the `prompt_specification` field on the resulting object. When `null`, the `prompt_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.new](#fn-confirmation_settingprompt_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `confirmation_setting` sub block. + + +## obj confirmation_setting.code_hook + + + +### fn confirmation_setting.code_hook.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.new` constructs a new object with attributes and blocks configured for the `code_hook` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `enable_code_hook_invocation` (`bool`): Set the `enable_code_hook_invocation` field on the resulting object. + - `invocation_label` (`string`): Set the `invocation_label` field on the resulting object. When `null`, the `invocation_label` field will be omitted from the resulting object. + - `post_code_hook_specification` (`list[obj]`): Set the `post_code_hook_specification` field on the resulting object. When `null`, the `post_code_hook_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.new](#fn-confirmation_settingconfirmation_settingpost_code_hook_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `code_hook` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.new` constructs a new object with attributes and blocks configured for the `post_code_hook_specification` +Terraform sub block. + + + +**Args**: + - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.new](#fn-confirmation_settingconfirmation_settingcode_hookfailure_conditionalnew) constructor. + - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookfailure_next_stepnew) constructor. + - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.new](#fn-confirmation_settingconfirmation_settingcode_hookfailure_responsenew) constructor. + - `success_conditional` (`list[obj]`): Set the `success_conditional` field on the resulting object. When `null`, the `success_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.new](#fn-confirmation_settingconfirmation_settingcode_hooksuccess_conditionalnew) constructor. + - `success_next_step` (`list[obj]`): Set the `success_next_step` field on the resulting object. When `null`, the `success_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.new](#fn-confirmation_settingconfirmation_settingcode_hooksuccess_next_stepnew) constructor. + - `success_response` (`list[obj]`): Set the `success_response` field on the resulting object. When `null`, the `success_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.new](#fn-confirmation_settingconfirmation_settingcode_hooksuccess_responsenew) constructor. + - `timeout_conditional` (`list[obj]`): Set the `timeout_conditional` field on the resulting object. When `null`, the `timeout_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.new](#fn-confirmation_settingconfirmation_settingcode_hooktimeout_conditionalnew) constructor. + - `timeout_next_step` (`list[obj]`): Set the `timeout_next_step` field on the resulting object. When `null`, the `timeout_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.new](#fn-confirmation_settingconfirmation_settingcode_hooktimeout_next_stepnew) constructor. + - `timeout_response` (`list[obj]`): Set the `timeout_response` field on the resulting object. When `null`, the `timeout_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.new](#fn-confirmation_settingconfirmation_settingcode_hooktimeout_responsenew) constructor. + +**Returns**: + - An attribute object that represents the `post_code_hook_specification` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_conditional` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.new` constructs a new object with attributes and blocks configured for the `success_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `success_conditional` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.new` constructs a new object with attributes and blocks configured for the `success_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `success_next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.new` constructs a new object with attributes and blocks configured for the `success_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `success_response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.new` constructs a new object with attributes and blocks configured for the `timeout_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_conditional` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.new` constructs a new object with attributes and blocks configured for the `timeout_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_next_step` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.new` constructs a new object with attributes and blocks configured for the `timeout_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_response` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message + + + +### fn confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.confirmation_conditional + + + +### fn confirmation_setting.confirmation_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.new` constructs a new object with attributes and blocks configured for the `confirmation_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `confirmation_conditional` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.condition + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.next_step + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch + + + +### fn confirmation_setting.confirmation_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.next_step + + + +### fn confirmation_setting.confirmation_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action + + + +### fn confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.next_step.intent + + + +### fn confirmation_setting.confirmation_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot + + + +### fn confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.confirmation_next_step + + + +### fn confirmation_setting.confirmation_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.new` constructs a new object with attributes and blocks configured for the `confirmation_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.new](#fn-confirmation_settingconfirmation_settingintentnew) constructor. + +**Returns**: + - An attribute object that represents the `confirmation_next_step` sub block. + + +## obj confirmation_setting.confirmation_next_step.dialog_action + + + +### fn confirmation_setting.confirmation_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.confirmation_next_step.intent + + + +### fn confirmation_setting.confirmation_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingconfirmation_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.confirmation_next_step.intent.slot + + + +### fn confirmation_setting.confirmation_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingconfirmation_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.confirmation_next_step.intent.slot.value + + + +### fn confirmation_setting.confirmation_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.confirmation_response + + + +### fn confirmation_setting.confirmation_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.new` constructs a new object with attributes and blocks configured for the `confirmation_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `confirmation_response` sub block. + + +## obj confirmation_setting.confirmation_response.message_group + + + +### fn confirmation_setting.confirmation_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.message + + + +### fn confirmation_setting.confirmation_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.message.custom_payload + + + +### fn confirmation_setting.confirmation_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.message.image_response_card + + + +### fn confirmation_setting.confirmation_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.confirmation_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.message.plain_text_message + + + +### fn confirmation_setting.confirmation_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.message.ssml_message + + + +### fn confirmation_setting.confirmation_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.variation + + + +### fn confirmation_setting.confirmation_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.variation.custom_payload + + + +### fn confirmation_setting.confirmation_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.variation.image_response_card + + + +### fn confirmation_setting.confirmation_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingconfirmation_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.confirmation_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.confirmation_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.confirmation_response.message_group.variation.ssml_message + + + +### fn confirmation_setting.confirmation_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.confirmation_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.declination_conditional + + + +### fn confirmation_setting.declination_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.new` constructs a new object with attributes and blocks configured for the `declination_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `declination_conditional` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch + + + +### fn confirmation_setting.declination_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.condition + + + +### fn confirmation_setting.declination_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.next_step + + + +### fn confirmation_setting.declination_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action + + + +### fn confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.next_step.intent + + + +### fn confirmation_setting.declination_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot + + + +### fn confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch + + + +### fn confirmation_setting.declination_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.next_step + + + +### fn confirmation_setting.declination_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.next_step.dialog_action + + + +### fn confirmation_setting.declination_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.next_step.intent + + + +### fn confirmation_setting.declination_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.next_step.intent.slot + + + +### fn confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response + + + +### fn confirmation_setting.declination_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.message + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.declination_next_step + + + +### fn confirmation_setting.declination_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_next_step.new` constructs a new object with attributes and blocks configured for the `declination_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.new](#fn-confirmation_settingconfirmation_settingintentnew) constructor. + +**Returns**: + - An attribute object that represents the `declination_next_step` sub block. + + +## obj confirmation_setting.declination_next_step.dialog_action + + + +### fn confirmation_setting.declination_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.declination_next_step.intent + + + +### fn confirmation_setting.declination_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingdeclination_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.declination_next_step.intent.slot + + + +### fn confirmation_setting.declination_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingdeclination_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.declination_next_step.intent.slot.value + + + +### fn confirmation_setting.declination_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.declination_response + + + +### fn confirmation_setting.declination_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.new` constructs a new object with attributes and blocks configured for the `declination_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `declination_response` sub block. + + +## obj confirmation_setting.declination_response.message_group + + + +### fn confirmation_setting.declination_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingdeclination_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.declination_response.message_group.message + + + +### fn confirmation_setting.declination_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.declination_response.message_group.message.custom_payload + + + +### fn confirmation_setting.declination_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.declination_response.message_group.message.image_response_card + + + +### fn confirmation_setting.declination_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.declination_response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.declination_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.declination_response.message_group.message.plain_text_message + + + +### fn confirmation_setting.declination_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.declination_response.message_group.message.ssml_message + + + +### fn confirmation_setting.declination_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.declination_response.message_group.variation + + + +### fn confirmation_setting.declination_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.declination_response.message_group.variation.custom_payload + + + +### fn confirmation_setting.declination_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.declination_response.message_group.variation.image_response_card + + + +### fn confirmation_setting.declination_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingdeclination_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.declination_response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.declination_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.declination_response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.declination_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.declination_response.message_group.variation.ssml_message + + + +### fn confirmation_setting.declination_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.declination_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.elicitation_code_hook + + + +### fn confirmation_setting.elicitation_code_hook.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.elicitation_code_hook.new` constructs a new object with attributes and blocks configured for the `elicitation_code_hook` +Terraform sub block. + + + +**Args**: + - `enable_code_hook_invocation` (`bool`): Set the `enable_code_hook_invocation` field on the resulting object. When `null`, the `enable_code_hook_invocation` field will be omitted from the resulting object. + - `invocation_label` (`string`): Set the `invocation_label` field on the resulting object. When `null`, the `invocation_label` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `elicitation_code_hook` sub block. + + +## obj confirmation_setting.failure_conditional + + + +### fn confirmation_setting.failure_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.new](#fn-confirmation_settingconfirmation_settingconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.new](#fn-confirmation_settingconfirmation_settingdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_conditional` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch + + + +### fn confirmation_setting.failure_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.condition.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.condition + + + +### fn confirmation_setting.failure_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.next_step + + + +### fn confirmation_setting.failure_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action + + + +### fn confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.next_step.intent + + + +### fn confirmation_setting.failure_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot + + + +### fn confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch + + + +### fn confirmation_setting.failure_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.new](#fn-confirmation_settingconfirmation_settingfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.next_step + + + +### fn confirmation_setting.failure_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.next_step.dialog_action + + + +### fn confirmation_setting.failure_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.next_step.intent + + + +### fn confirmation_setting.failure_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.next_step.intent.slot + + + +### fn confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value + + + +### fn confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response + + + +### fn confirmation_setting.failure_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.message + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.failure_next_step + + + +### fn confirmation_setting.failure_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.dialog_action.new](#fn-confirmation_settingconfirmation_settingdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.new](#fn-confirmation_settingconfirmation_settingintentnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_next_step` sub block. + + +## obj confirmation_setting.failure_next_step.dialog_action + + + +### fn confirmation_setting.failure_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj confirmation_setting.failure_next_step.intent + + + +### fn confirmation_setting.failure_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.new](#fn-confirmation_settingconfirmation_settingfailure_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj confirmation_setting.failure_next_step.intent.slot + + + +### fn confirmation_setting.failure_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.value.new](#fn-confirmation_settingconfirmation_settingfailure_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj confirmation_setting.failure_next_step.intent.slot.value + + + +### fn confirmation_setting.failure_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj confirmation_setting.failure_response + + + +### fn confirmation_setting.failure_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_response` sub block. + + +## obj confirmation_setting.failure_response.message_group + + + +### fn confirmation_setting.failure_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.new](#fn-confirmation_settingconfirmation_settingfailure_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.failure_response.message_group.message + + + +### fn confirmation_setting.failure_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.failure_response.message_group.message.custom_payload + + + +### fn confirmation_setting.failure_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.failure_response.message_group.message.image_response_card + + + +### fn confirmation_setting.failure_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.failure_response.message_group.message.image_response_card.button + + + +### fn confirmation_setting.failure_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.failure_response.message_group.message.plain_text_message + + + +### fn confirmation_setting.failure_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.failure_response.message_group.message.ssml_message + + + +### fn confirmation_setting.failure_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.failure_response.message_group.variation + + + +### fn confirmation_setting.failure_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.failure_response.message_group.variation.custom_payload + + + +### fn confirmation_setting.failure_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.failure_response.message_group.variation.image_response_card + + + +### fn confirmation_setting.failure_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingfailure_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.failure_response.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.failure_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.failure_response.message_group.variation.plain_text_message + + + +### fn confirmation_setting.failure_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.failure_response.message_group.variation.ssml_message + + + +### fn confirmation_setting.failure_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.prompt_specification + + + +### fn confirmation_setting.prompt_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.new` constructs a new object with attributes and blocks configured for the `prompt_specification` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `max_retries` (`number`): Set the `max_retries` field on the resulting object. + - `message_selection_strategy` (`string`): Set the `message_selection_strategy` field on the resulting object. When `null`, the `message_selection_strategy` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.new](#fn-confirmation_settingconfirmation_settingmessage_groupnew) constructor. + - `prompt_attempts_specification` (`list[obj]`): Set the `prompt_attempts_specification` field on the resulting object. When `null`, the `prompt_attempts_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.new](#fn-confirmation_settingconfirmation_settingprompt_attempts_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `prompt_specification` sub block. + + +## obj confirmation_setting.prompt_specification.message_group + + + +### fn confirmation_setting.prompt_specification.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.new](#fn-confirmation_settingconfirmation_settingprompt_specificationvariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.message + + + +### fn confirmation_setting.prompt_specification.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.custom_payload.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.plain_text_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.ssml_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.message.custom_payload + + + +### fn confirmation_setting.prompt_specification.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.message.image_response_card + + + +### fn confirmation_setting.prompt_specification.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.message.image_response_card.button + + + +### fn confirmation_setting.prompt_specification.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.message.plain_text_message + + + +### fn confirmation_setting.prompt_specification.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.message.ssml_message + + + +### fn confirmation_setting.prompt_specification.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.variation + + + +### fn confirmation_setting.prompt_specification.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.custom_payload.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.plain_text_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.ssml_message.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.variation.custom_payload + + + +### fn confirmation_setting.prompt_specification.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.variation.image_response_card + + + +### fn confirmation_setting.prompt_specification.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.button.new](#fn-confirmation_settingconfirmation_settingprompt_specificationmessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.variation.image_response_card.button + + + +### fn confirmation_setting.prompt_specification.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.variation.plain_text_message + + + +### fn confirmation_setting.prompt_specification.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj confirmation_setting.prompt_specification.message_group.variation.ssml_message + + + +### fn confirmation_setting.prompt_specification.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj confirmation_setting.prompt_specification.prompt_attempts_specification + + + +### fn confirmation_setting.prompt_specification.prompt_attempts_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.new` constructs a new object with attributes and blocks configured for the `prompt_attempts_specification` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `allowed_input_types` (`list[obj]`): Set the `allowed_input_types` field on the resulting object. When `null`, the `allowed_input_types` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types.new](#fn-confirmation_settingconfirmation_settingprompt_specificationallowed_input_typesnew) constructor. + - `audio_and_dtmf_input_specification` (`list[obj]`): Set the `audio_and_dtmf_input_specification` field on the resulting object. When `null`, the `audio_and_dtmf_input_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationaudio_and_dtmf_input_specificationnew) constructor. + - `text_input_specification` (`list[obj]`): Set the `text_input_specification` field on the resulting object. When `null`, the `text_input_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationtext_input_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `prompt_attempts_specification` sub block. + + +## obj confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types + + + +### fn confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.allowed_input_types.new` constructs a new object with attributes and blocks configured for the `allowed_input_types` +Terraform sub block. + + + +**Args**: + - `allow_audio_input` (`bool`): Set the `allow_audio_input` field on the resulting object. + - `allow_dtmf_input` (`bool`): Set the `allow_dtmf_input` field on the resulting object. + +**Returns**: + - An attribute object that represents the `allowed_input_types` sub block. + + +## obj confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification + + + +### fn confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.new` constructs a new object with attributes and blocks configured for the `audio_and_dtmf_input_specification` +Terraform sub block. + + + +**Args**: + - `start_timeout_ms` (`number`): Set the `start_timeout_ms` field on the resulting object. + - `audio_specification` (`list[obj]`): Set the `audio_specification` field on the resulting object. When `null`, the `audio_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationprompt_attempts_specificationaudio_specificationnew) constructor. + - `dtmf_specification` (`list[obj]`): Set the `dtmf_specification` field on the resulting object. When `null`, the `dtmf_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification.new](#fn-confirmation_settingconfirmation_settingprompt_specificationprompt_attempts_specificationdtmf_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `audio_and_dtmf_input_specification` sub block. + + +## obj confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification + + + +### fn confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.audio_specification.new` constructs a new object with attributes and blocks configured for the `audio_specification` +Terraform sub block. + + + +**Args**: + - `end_timeout_ms` (`number`): Set the `end_timeout_ms` field on the resulting object. + - `max_length_ms` (`number`): Set the `max_length_ms` field on the resulting object. + +**Returns**: + - An attribute object that represents the `audio_specification` sub block. + + +## obj confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification + + + +### fn confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.audio_and_dtmf_input_specification.dtmf_specification.new` constructs a new object with attributes and blocks configured for the `dtmf_specification` +Terraform sub block. + + + +**Args**: + - `deletion_character` (`string`): Set the `deletion_character` field on the resulting object. + - `end_character` (`string`): Set the `end_character` field on the resulting object. + - `end_timeout_ms` (`number`): Set the `end_timeout_ms` field on the resulting object. + - `max_length` (`number`): Set the `max_length` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dtmf_specification` sub block. + + +## obj confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification + + + +### fn confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.confirmation_setting.prompt_specification.prompt_attempts_specification.text_input_specification.new` constructs a new object with attributes and blocks configured for the `text_input_specification` +Terraform sub block. + + + +**Args**: + - `start_timeout_ms` (`number`): Set the `start_timeout_ms` field on the resulting object. + +**Returns**: + - An attribute object that represents the `text_input_specification` sub block. + + +## obj dialog_code_hook + + + +### fn dialog_code_hook.new + +```ts +new() +``` + + +`aws.lexv2models_intent.dialog_code_hook.new` constructs a new object with attributes and blocks configured for the `dialog_code_hook` +Terraform sub block. + + + +**Args**: + - `enabled` (`bool`): Set the `enabled` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_code_hook` sub block. + + +## obj fulfillment_code_hook + + + +### fn fulfillment_code_hook.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.new` constructs a new object with attributes and blocks configured for the `fulfillment_code_hook` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. When `null`, the `active` field will be omitted from the resulting object. + - `enabled` (`bool`): Set the `enabled` field on the resulting object. + - `fulfillment_updates_specification` (`list[obj]`): Set the `fulfillment_updates_specification` field on the resulting object. When `null`, the `fulfillment_updates_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.new](#fn-fulfillment_code_hookfulfillment_updates_specificationnew) constructor. + - `post_fulfillment_status_specification` (`list[obj]`): Set the `post_fulfillment_status_specification` field on the resulting object. When `null`, the `post_fulfillment_status_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.new](#fn-fulfillment_code_hookpost_fulfillment_status_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `fulfillment_code_hook` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.new` constructs a new object with attributes and blocks configured for the `fulfillment_updates_specification` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `timeout_in_seconds` (`number`): Set the `timeout_in_seconds` field on the resulting object. When `null`, the `timeout_in_seconds` field will be omitted from the resulting object. + - `start_response` (`list[obj]`): Set the `start_response` field on the resulting object. When `null`, the `start_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.new](#fn-fulfillment_code_hookfulfillment_code_hookstart_responsenew) constructor. + - `update_response` (`list[obj]`): Set the `update_response` field on the resulting object. When `null`, the `update_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.new](#fn-fulfillment_code_hookfulfillment_code_hookupdate_responsenew) constructor. + +**Returns**: + - An attribute object that represents the `fulfillment_updates_specification` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.new` constructs a new object with attributes and blocks configured for the `start_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `delay_in_seconds` (`number`): Set the `delay_in_seconds` field on the resulting object. When `null`, the `delay_in_seconds` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `start_response` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationstart_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.start_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.new` constructs a new object with attributes and blocks configured for the `update_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `frequency_in_seconds` (`number`): Set the `frequency_in_seconds` field on the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `update_response` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookfulfillment_updates_specificationupdate_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.fulfillment_updates_specification.update_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.new` constructs a new object with attributes and blocks configured for the `post_fulfillment_status_specification` +Terraform sub block. + + + +**Args**: + - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.new](#fn-fulfillment_code_hookfulfillment_code_hookfailure_conditionalnew) constructor. + - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookfailure_next_stepnew) constructor. + - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.new](#fn-fulfillment_code_hookfulfillment_code_hookfailure_responsenew) constructor. + - `success_conditional` (`list[obj]`): Set the `success_conditional` field on the resulting object. When `null`, the `success_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.new](#fn-fulfillment_code_hookfulfillment_code_hooksuccess_conditionalnew) constructor. + - `success_next_step` (`list[obj]`): Set the `success_next_step` field on the resulting object. When `null`, the `success_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.new](#fn-fulfillment_code_hookfulfillment_code_hooksuccess_next_stepnew) constructor. + - `success_response` (`list[obj]`): Set the `success_response` field on the resulting object. When `null`, the `success_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.new](#fn-fulfillment_code_hookfulfillment_code_hooksuccess_responsenew) constructor. + - `timeout_conditional` (`list[obj]`): Set the `timeout_conditional` field on the resulting object. When `null`, the `timeout_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.new](#fn-fulfillment_code_hookfulfillment_code_hooktimeout_conditionalnew) constructor. + - `timeout_next_step` (`list[obj]`): Set the `timeout_next_step` field on the resulting object. When `null`, the `timeout_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.new](#fn-fulfillment_code_hookfulfillment_code_hooktimeout_next_stepnew) constructor. + - `timeout_response` (`list[obj]`): Set the `timeout_response` field on the resulting object. When `null`, the `timeout_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.new](#fn-fulfillment_code_hookfulfillment_code_hooktimeout_responsenew) constructor. + +**Returns**: + - An attribute object that represents the `post_fulfillment_status_specification` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_conditional` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationfailure_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.new` constructs a new object with attributes and blocks configured for the `success_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `success_conditional` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.new` constructs a new object with attributes and blocks configured for the `success_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `success_next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.new` constructs a new object with attributes and blocks configured for the `success_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `success_response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationsuccess_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.success_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.new` constructs a new object with attributes and blocks configured for the `timeout_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_conditional` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.new` constructs a new object with attributes and blocks configured for the `timeout_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_next_step` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.new` constructs a new object with attributes and blocks configured for the `timeout_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_response` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button.new](#fn-fulfillment_code_hookfulfillment_code_hookpost_fulfillment_status_specificationtimeout_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message + + + +### fn fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.fulfillment_code_hook.post_fulfillment_status_specification.timeout_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting + + + +### fn initial_response_setting.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.new` constructs a new object with attributes and blocks configured for the `initial_response_setting` +Terraform sub block. + + + +**Args**: + - `code_hook` (`list[obj]`): Set the `code_hook` field on the resulting object. When `null`, the `code_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.lexv2models_intent.initial_response_setting.code_hook.new](#fn-initial_response_settingcode_hooknew) constructor. + - `conditional` (`list[obj]`): Set the `conditional` field on the resulting object. When `null`, the `conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.new](#fn-initial_response_settingconditionalnew) constructor. + - `initial_response` (`list[obj]`): Set the `initial_response` field on the resulting object. When `null`, the `initial_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.new](#fn-initial_response_settinginitial_responsenew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.new](#fn-initial_response_settingnext_stepnew) constructor. + +**Returns**: + - An attribute object that represents the `initial_response_setting` sub block. + + +## obj initial_response_setting.code_hook + + + +### fn initial_response_setting.code_hook.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.new` constructs a new object with attributes and blocks configured for the `code_hook` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `enable_code_hook_invocation` (`bool`): Set the `enable_code_hook_invocation` field on the resulting object. + - `invocation_label` (`string`): Set the `invocation_label` field on the resulting object. When `null`, the `invocation_label` field will be omitted from the resulting object. + - `post_code_hook_specification` (`list[obj]`): Set the `post_code_hook_specification` field on the resulting object. When `null`, the `post_code_hook_specification` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.new](#fn-initial_response_settinginitial_response_settingpost_code_hook_specificationnew) constructor. + +**Returns**: + - An attribute object that represents the `code_hook` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.new` constructs a new object with attributes and blocks configured for the `post_code_hook_specification` +Terraform sub block. + + + +**Args**: + - `failure_conditional` (`list[obj]`): Set the `failure_conditional` field on the resulting object. When `null`, the `failure_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.new](#fn-initial_response_settinginitial_response_settingcode_hookfailure_conditionalnew) constructor. + - `failure_next_step` (`list[obj]`): Set the `failure_next_step` field on the resulting object. When `null`, the `failure_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookfailure_next_stepnew) constructor. + - `failure_response` (`list[obj]`): Set the `failure_response` field on the resulting object. When `null`, the `failure_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.new](#fn-initial_response_settinginitial_response_settingcode_hookfailure_responsenew) constructor. + - `success_conditional` (`list[obj]`): Set the `success_conditional` field on the resulting object. When `null`, the `success_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.new](#fn-initial_response_settinginitial_response_settingcode_hooksuccess_conditionalnew) constructor. + - `success_next_step` (`list[obj]`): Set the `success_next_step` field on the resulting object. When `null`, the `success_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.new](#fn-initial_response_settinginitial_response_settingcode_hooksuccess_next_stepnew) constructor. + - `success_response` (`list[obj]`): Set the `success_response` field on the resulting object. When `null`, the `success_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.new](#fn-initial_response_settinginitial_response_settingcode_hooksuccess_responsenew) constructor. + - `timeout_conditional` (`list[obj]`): Set the `timeout_conditional` field on the resulting object. When `null`, the `timeout_conditional` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.new](#fn-initial_response_settinginitial_response_settingcode_hooktimeout_conditionalnew) constructor. + - `timeout_next_step` (`list[obj]`): Set the `timeout_next_step` field on the resulting object. When `null`, the `timeout_next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.new](#fn-initial_response_settinginitial_response_settingcode_hooktimeout_next_stepnew) constructor. + - `timeout_response` (`list[obj]`): Set the `timeout_response` field on the resulting object. When `null`, the `timeout_response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.new](#fn-initial_response_settinginitial_response_settingcode_hooktimeout_responsenew) constructor. + +**Returns**: + - An attribute object that represents the `post_code_hook_specification` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.new` constructs a new object with attributes and blocks configured for the `failure_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_conditional` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.new` constructs a new object with attributes and blocks configured for the `failure_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.new` constructs a new object with attributes and blocks configured for the `failure_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `failure_response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationfailure_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.failure_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.new` constructs a new object with attributes and blocks configured for the `success_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `success_conditional` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.new` constructs a new object with attributes and blocks configured for the `success_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `success_next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.new` constructs a new object with attributes and blocks configured for the `success_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `success_response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationsuccess_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.success_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.new` constructs a new object with attributes and blocks configured for the `timeout_conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_conditional` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_conditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.new` constructs a new object with attributes and blocks configured for the `timeout_next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationintentnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_next_step` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_next_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.new` constructs a new object with attributes and blocks configured for the `timeout_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `timeout_response` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingcode_hookpost_code_hook_specificationtimeout_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message + + + +### fn initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.code_hook.post_code_hook_specification.timeout_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.conditional + + + +### fn initial_response_setting.conditional.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.new` constructs a new object with attributes and blocks configured for the `conditional` +Terraform sub block. + + + +**Args**: + - `active` (`bool`): Set the `active` field on the resulting object. + - `conditional_branch` (`list[obj]`): Set the `conditional_branch` field on the resulting object. When `null`, the `conditional_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.new](#fn-initial_response_settinginitial_response_settingconditional_branchnew) constructor. + - `default_branch` (`list[obj]`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.new](#fn-initial_response_settinginitial_response_settingdefault_branchnew) constructor. + +**Returns**: + - An attribute object that represents the `conditional` sub block. + + +## obj initial_response_setting.conditional.conditional_branch + + + +### fn initial_response_setting.conditional.conditional_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.new` constructs a new object with attributes and blocks configured for the `conditional_branch` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `condition` (`list[obj]`): Set the `condition` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.conditional.conditional_branch.condition.new](#fn-initial_response_settinginitial_response_settingconditionalconditionnew) constructor. + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.new](#fn-initial_response_settinginitial_response_settingconditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.new](#fn-initial_response_settinginitial_response_settingconditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `conditional_branch` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.condition + + + +### fn initial_response_setting.conditional.conditional_branch.condition.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.condition.new` constructs a new object with attributes and blocks configured for the `condition` +Terraform sub block. + + + +**Args**: + - `expression_string` (`string`): Set the `expression_string` field on the resulting object. + +**Returns**: + - An attribute object that represents the `condition` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.next_step + + + +### fn initial_response_setting.conditional.conditional_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.next_step.dialog_action + + + +### fn initial_response_setting.conditional.conditional_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.next_step.intent + + + +### fn initial_response_setting.conditional.conditional_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.next_step.intent.slot + + + +### fn initial_response_setting.conditional.conditional_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response + + + +### fn initial_response_setting.conditional.conditional_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.message + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.variation + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionalconditional_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.conditional_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.conditional.default_branch + + + +### fn initial_response_setting.conditional.default_branch.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.new` constructs a new object with attributes and blocks configured for the `default_branch` +Terraform sub block. + + + +**Args**: + - `next_step` (`list[obj]`): Set the `next_step` field on the resulting object. When `null`, the `next_step` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.new](#fn-initial_response_settinginitial_response_settingconditionalnext_stepnew) constructor. + - `response` (`list[obj]`): Set the `response` field on the resulting object. When `null`, the `response` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.new](#fn-initial_response_settinginitial_response_settingconditionalresponsenew) constructor. + +**Returns**: + - An attribute object that represents the `default_branch` sub block. + + +## obj initial_response_setting.conditional.default_branch.next_step + + + +### fn initial_response_setting.conditional.default_branch.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.conditional.default_branch.next_step.dialog_action + + + +### fn initial_response_setting.conditional.default_branch.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.conditional.default_branch.next_step.intent + + + +### fn initial_response_setting.conditional.default_branch.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.conditional.default_branch.next_step.intent.slot + + + +### fn initial_response_setting.conditional.default_branch.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.conditional.default_branch.next_step.intent.slot.value + + + +### fn initial_response_setting.conditional.default_branch.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj initial_response_setting.conditional.default_branch.response + + + +### fn initial_response_setting.conditional.default_branch.response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.new` constructs a new object with attributes and blocks configured for the `response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `response` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.message + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.variation + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settingconditionaldefault_branchresponsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message + + + +### fn initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.conditional.default_branch.response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.initial_response + + + +### fn initial_response_setting.initial_response.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.new` constructs a new object with attributes and blocks configured for the `initial_response` +Terraform sub block. + + + +**Args**: + - `allow_interrupt` (`bool`): Set the `allow_interrupt` field on the resulting object. When `null`, the `allow_interrupt` field will be omitted from the resulting object. + - `message_group` (`list[obj]`): Set the `message_group` field on the resulting object. When `null`, the `message_group` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.new](#fn-initial_response_settinginitial_response_settingmessage_groupnew) constructor. + +**Returns**: + - An attribute object that represents the `initial_response` sub block. + + +## obj initial_response_setting.initial_response.message_group + + + +### fn initial_response_setting.initial_response.message_group.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.new` constructs a new object with attributes and blocks configured for the `message_group` +Terraform sub block. + + + +**Args**: + - `message` (`list[obj]`): Set the `message` field on the resulting object. When `null`, the `message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessagenew) constructor. + - `variation` (`list[obj]`): Set the `variation` field on the resulting object. When `null`, the `variation` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.new](#fn-initial_response_settinginitial_response_settinginitial_responsevariationnew) constructor. + +**Returns**: + - An attribute object that represents the `message_group` sub block. + + +## obj initial_response_setting.initial_response.message_group.message + + + +### fn initial_response_setting.initial_response.message_group.message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.new` constructs a new object with attributes and blocks configured for the `message` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.custom_payload.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.plain_text_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.ssml_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `message` sub block. + + +## obj initial_response_setting.initial_response.message_group.message.custom_payload + + + +### fn initial_response_setting.initial_response.message_group.message.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.initial_response.message_group.message.image_response_card + + + +### fn initial_response_setting.initial_response.message_group.message.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.button.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupmessagebuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.initial_response.message_group.message.image_response_card.button + + + +### fn initial_response_setting.initial_response.message_group.message.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.initial_response.message_group.message.plain_text_message + + + +### fn initial_response_setting.initial_response.message_group.message.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.initial_response.message_group.message.ssml_message + + + +### fn initial_response_setting.initial_response.message_group.message.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.message.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.initial_response.message_group.variation + + + +### fn initial_response_setting.initial_response.message_group.variation.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.new` constructs a new object with attributes and blocks configured for the `variation` +Terraform sub block. + + + +**Args**: + - `custom_payload` (`list[obj]`): Set the `custom_payload` field on the resulting object. When `null`, the `custom_payload` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.custom_payload.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupcustom_payloadnew) constructor. + - `image_response_card` (`list[obj]`): Set the `image_response_card` field on the resulting object. When `null`, the `image_response_card` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupimage_response_cardnew) constructor. + - `plain_text_message` (`list[obj]`): Set the `plain_text_message` field on the resulting object. When `null`, the `plain_text_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.plain_text_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupplain_text_messagenew) constructor. + - `ssml_message` (`list[obj]`): Set the `ssml_message` field on the resulting object. When `null`, the `ssml_message` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.ssml_message.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupssml_messagenew) constructor. + +**Returns**: + - An attribute object that represents the `variation` sub block. + + +## obj initial_response_setting.initial_response.message_group.variation.custom_payload + + + +### fn initial_response_setting.initial_response.message_group.variation.custom_payload.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.custom_payload.new` constructs a new object with attributes and blocks configured for the `custom_payload` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `custom_payload` sub block. + + +## obj initial_response_setting.initial_response.message_group.variation.image_response_card + + + +### fn initial_response_setting.initial_response.message_group.variation.image_response_card.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.new` constructs a new object with attributes and blocks configured for the `image_response_card` +Terraform sub block. + + + +**Args**: + - `image_url` (`string`): Set the `image_url` field on the resulting object. When `null`, the `image_url` field will be omitted from the resulting object. + - `subtitle` (`string`): Set the `subtitle` field on the resulting object. When `null`, the `subtitle` field will be omitted from the resulting object. + - `title` (`string`): Set the `title` field on the resulting object. + - `button` (`list[obj]`): Set the `button` field on the resulting object. When `null`, the `button` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.button.new](#fn-initial_response_settinginitial_response_settinginitial_responsemessage_groupvariationbuttonnew) constructor. + +**Returns**: + - An attribute object that represents the `image_response_card` sub block. + + +## obj initial_response_setting.initial_response.message_group.variation.image_response_card.button + + + +### fn initial_response_setting.initial_response.message_group.variation.image_response_card.button.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.image_response_card.button.new` constructs a new object with attributes and blocks configured for the `button` +Terraform sub block. + + + +**Args**: + - `text` (`string`): Set the `text` field on the resulting object. + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `button` sub block. + + +## obj initial_response_setting.initial_response.message_group.variation.plain_text_message + + + +### fn initial_response_setting.initial_response.message_group.variation.plain_text_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.plain_text_message.new` constructs a new object with attributes and blocks configured for the `plain_text_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `plain_text_message` sub block. + + +## obj initial_response_setting.initial_response.message_group.variation.ssml_message + + + +### fn initial_response_setting.initial_response.message_group.variation.ssml_message.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.initial_response.message_group.variation.ssml_message.new` constructs a new object with attributes and blocks configured for the `ssml_message` +Terraform sub block. + + + +**Args**: + - `value` (`string`): Set the `value` field on the resulting object. + +**Returns**: + - An attribute object that represents the `ssml_message` sub block. + + +## obj initial_response_setting.next_step + + + +### fn initial_response_setting.next_step.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.next_step.new` constructs a new object with attributes and blocks configured for the `next_step` +Terraform sub block. + + + +**Args**: + - `session_attributes` (`obj`): Set the `session_attributes` field on the resulting object. When `null`, the `session_attributes` field will be omitted from the resulting object. + - `dialog_action` (`list[obj]`): Set the `dialog_action` field on the resulting object. When `null`, the `dialog_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.dialog_action.new](#fn-initial_response_settinginitial_response_settingdialog_actionnew) constructor. + - `intent` (`list[obj]`): Set the `intent` field on the resulting object. When `null`, the `intent` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.intent.new](#fn-initial_response_settinginitial_response_settingintentnew) constructor. + +**Returns**: + - An attribute object that represents the `next_step` sub block. + + +## obj initial_response_setting.next_step.dialog_action + + + +### fn initial_response_setting.next_step.dialog_action.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.next_step.dialog_action.new` constructs a new object with attributes and blocks configured for the `dialog_action` +Terraform sub block. + + + +**Args**: + - `slot_to_elicit` (`string`): Set the `slot_to_elicit` field on the resulting object. When `null`, the `slot_to_elicit` field will be omitted from the resulting object. + - `suppress_next_message` (`bool`): Set the `suppress_next_message` field on the resulting object. When `null`, the `suppress_next_message` field will be omitted from the resulting object. + - `type` (`string`): Set the `type` field on the resulting object. + +**Returns**: + - An attribute object that represents the `dialog_action` sub block. + + +## obj initial_response_setting.next_step.intent + + + +### fn initial_response_setting.next_step.intent.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.next_step.intent.new` constructs a new object with attributes and blocks configured for the `intent` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. When `null`, the `name` field will be omitted from the resulting object. + - `slot` (`list[obj]`): Set the `slot` field on the resulting object. When `null`, the `slot` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.lexv2models_intent.initial_response_setting.next_step.intent.slot.new](#fn-initial_response_settinginitial_response_settingnext_stepslotnew) constructor. + +**Returns**: + - An attribute object that represents the `intent` sub block. + + +## obj initial_response_setting.next_step.intent.slot + + + +### fn initial_response_setting.next_step.intent.slot.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.next_step.intent.slot.new` constructs a new object with attributes and blocks configured for the `slot` +Terraform sub block. + + + +**Args**: + - `map_block_key` (`string`): Set the `map_block_key` field on the resulting object. + - `shape` (`string`): Set the `shape` field on the resulting object. When `null`, the `shape` field will be omitted from the resulting object. + - `value` (`list[obj]`): Set the `value` field on the resulting object. When `null`, the `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.lexv2models_intent.initial_response_setting.next_step.intent.slot.value.new](#fn-initial_response_settinginitial_response_settingnext_stepintentvaluenew) constructor. + +**Returns**: + - An attribute object that represents the `slot` sub block. + + +## obj initial_response_setting.next_step.intent.slot.value + + + +### fn initial_response_setting.next_step.intent.slot.value.new + +```ts +new() +``` + + +`aws.lexv2models_intent.initial_response_setting.next_step.intent.slot.value.new` constructs a new object with attributes and blocks configured for the `value` +Terraform sub block. + + + +**Args**: + - `interpreted_value` (`string`): Set the `interpreted_value` field on the resulting object. When `null`, the `interpreted_value` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `value` sub block. + + +## obj input_context + + + +### fn input_context.new + +```ts +new() +``` + + +`aws.lexv2models_intent.input_context.new` constructs a new object with attributes and blocks configured for the `input_context` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + +**Returns**: + - An attribute object that represents the `input_context` sub block. + + +## obj kendra_configuration + + + +### fn kendra_configuration.new + +```ts +new() +``` + + +`aws.lexv2models_intent.kendra_configuration.new` constructs a new object with attributes and blocks configured for the `kendra_configuration` +Terraform sub block. + + + +**Args**: + - `kendra_index` (`string`): Set the `kendra_index` field on the resulting object. + - `query_filter_string` (`string`): Set the `query_filter_string` field on the resulting object. When `null`, the `query_filter_string` field will be omitted from the resulting object. + - `query_filter_string_enabled` (`bool`): Set the `query_filter_string_enabled` field on the resulting object. When `null`, the `query_filter_string_enabled` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `kendra_configuration` sub block. + + +## obj output_context + + + +### fn output_context.new + +```ts +new() +``` + + +`aws.lexv2models_intent.output_context.new` constructs a new object with attributes and blocks configured for the `output_context` +Terraform sub block. + + + +**Args**: + - `name` (`string`): Set the `name` field on the resulting object. + - `time_to_live_in_seconds` (`number`): Set the `time_to_live_in_seconds` field on the resulting object. + - `turns_to_live` (`number`): Set the `turns_to_live` field on the resulting object. + +**Returns**: + - An attribute object that represents the `output_context` sub block. + + +## obj sample_utterance + + + +### fn sample_utterance.new + +```ts +new() +``` + + +`aws.lexv2models_intent.sample_utterance.new` constructs a new object with attributes and blocks configured for the `sample_utterance` +Terraform sub block. + + + +**Args**: + - `utterance` (`string`): Set the `utterance` field on the resulting object. + +**Returns**: + - An attribute object that represents the `sample_utterance` sub block. + + +## obj slot_priority + + + +### fn slot_priority.new + +```ts +new() +``` + + +`aws.lexv2models_intent.slot_priority.new` constructs a new object with attributes and blocks configured for the `slot_priority` +Terraform sub block. + + + +**Args**: + - `priority` (`number`): Set the `priority` field on the resulting object. + - `slot_id` (`string`): Set the `slot_id` field on the resulting object. + +**Returns**: + - An attribute object that represents the `slot_priority` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.lexv2models_intent.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + - `update` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). 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 f599fa35..3baa0678 100644 --- a/docs/5.x/provider.md +++ b/docs/5.x/provider.md @@ -431,6 +431,7 @@ Terraform sub block. - `locationservice` (`string`): Use this to override the default service endpoint URL When `null`, the `locationservice` field will be omitted from the resulting object. - `logs` (`string`): Use this to override the default service endpoint URL When `null`, the `logs` field will be omitted from the resulting object. - `lookoutmetrics` (`string`): Use this to override the default service endpoint URL When `null`, the `lookoutmetrics` field will be omitted from the resulting object. + - `m2` (`string`): Use this to override the default service endpoint URL When `null`, the `m2` field will be omitted from the resulting object. - `macie2` (`string`): Use this to override the default service endpoint URL When `null`, the `macie2` field will be omitted from the resulting object. - `managedgrafana` (`string`): Use this to override the default service endpoint URL When `null`, the `managedgrafana` field will be omitted from the resulting object. - `mediaconnect` (`string`): Use this to override the default service endpoint URL When `null`, the `mediaconnect` field will be omitted from the resulting object. @@ -473,6 +474,7 @@ Terraform sub block. - `redshiftdata` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftdata` field will be omitted from the resulting object. - `redshiftdataapiservice` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftdataapiservice` field will be omitted from the resulting object. - `redshiftserverless` (`string`): Use this to override the default service endpoint URL When `null`, the `redshiftserverless` field will be omitted from the resulting object. + - `rekognition` (`string`): Use this to override the default service endpoint URL When `null`, the `rekognition` field will be omitted from the resulting object. - `resourceexplorer2` (`string`): Use this to override the default service endpoint URL When `null`, the `resourceexplorer2` field will be omitted from the resulting object. - `resourcegroups` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroups` field will be omitted from the resulting object. - `resourcegroupstagging` (`string`): Use this to override the default service endpoint URL When `null`, the `resourcegroupstagging` field will be omitted from the resulting object. diff --git a/docs/5.x/secretsmanager_secret_rotation.md b/docs/5.x/secretsmanager_secret_rotation.md index da82773e..a0dadbab 100644 --- a/docs/5.x/secretsmanager_secret_rotation.md +++ b/docs/5.x/secretsmanager_secret_rotation.md @@ -15,6 +15,7 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) +* [`fn withRotateImmediately()`](#fn-withrotateimmediately) * [`fn withRotationLambdaArn()`](#fn-withrotationlambdaarn) * [`fn withRotationRules()`](#fn-withrotationrules) * [`fn withRotationRulesMixin()`](#fn-withrotationrulesmixin) @@ -51,6 +52,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using **Args**: - `resourceLabel` (`string`): The name label of the block. + - `rotate_immediately` (`bool`): Set the `rotate_immediately` field on the resulting resource block. When `null`, the `rotate_immediately` field will be omitted from the resulting object. - `rotation_lambda_arn` (`string`): Set the `rotation_lambda_arn` field on the resulting resource block. When `null`, the `rotation_lambda_arn` field will be omitted from the resulting object. - `secret_id` (`string`): Set the `secret_id` field on the resulting resource block. - `rotation_rules` (`list[obj]`): Set the `rotation_rules` field on the resulting resource block. When `null`, the `rotation_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.secretsmanager_secret_rotation.rotation_rules.new](#fn-rotation_rulesnew) constructor. @@ -77,6 +79,7 @@ This is most useful when you need to preprocess the attributes with functions, c injecting into a complete block. **Args**: + - `rotate_immediately` (`bool`): Set the `rotate_immediately` field on the resulting object. When `null`, the `rotate_immediately` field will be omitted from the resulting object. - `rotation_lambda_arn` (`string`): Set the `rotation_lambda_arn` field on the resulting object. When `null`, the `rotation_lambda_arn` field will be omitted from the resulting object. - `secret_id` (`string`): Set the `secret_id` field on the resulting object. - `rotation_rules` (`list[obj]`): Set the `rotation_rules` field on the resulting object. When `null`, the `rotation_rules` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.secretsmanager_secret_rotation.rotation_rules.new](#fn-rotation_rulesnew) constructor. @@ -85,6 +88,22 @@ injecting into a complete block. - 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 `secretsmanager_secret_rotation` resource into the root Terraform configuration. +### fn withRotateImmediately + +```ts +withRotateImmediately() +``` + +`aws.bool.withRotateImmediately` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the rotate_immediately field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `rotate_immediately` field. + + ### fn withRotationLambdaArn ```ts From c47bca8205abbac4e7f250df579375f11855ae51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 26 Jan 2024 02:14:00 +0000 Subject: [PATCH 10/10] Generate libsonnet source from libgenerator PR https://github.com/tf-libsonnet/libgenerator/pull/238 Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com> --- 5.x/_gen/main.libsonnet | 2 + .../accessanalyzer_analyzer.libsonnet | 44 +++- .../resources/codecommit_repository.libsonnet | 18 +- .../resources/ecs_capacity_provider.libsonnet | 4 +- 5.x/_gen/resources/eks_access_entry.libsonnet | 36 ++- .../fsx_openzfs_file_system.libsonnet | 18 +- .../network_interface_sg_attachment.libsonnet | 43 +++- .../resources/rekognition_project.libsonnet | 96 ++++++++ ...domains_delegation_signer_record.libsonnet | 100 ++++++++ 5.x/_gen/resources/wafv2_web_acl.libsonnet | 44 +++- docs/5.x/README.md | 2 + docs/5.x/accessanalyzer_analyzer.md | 91 +++++++ docs/5.x/codecommit_repository.md | 19 ++ docs/5.x/ecs_capacity_provider.md | 1 + docs/5.x/eks_access_entry.md | 38 +++ docs/5.x/fsx_openzfs_file_system.md | 19 ++ docs/5.x/network_interface_sg_attachment.md | 67 ++++++ docs/5.x/rekognition_project.md | 196 +++++++++++++++ ...route53domains_delegation_signer_record.md | 226 ++++++++++++++++++ docs/5.x/wafv2_web_acl.md | 91 +++++++ 20 files changed, 1138 insertions(+), 17 deletions(-) create mode 100644 5.x/_gen/resources/rekognition_project.libsonnet create mode 100644 5.x/_gen/resources/route53domains_delegation_signer_record.libsonnet create mode 100644 docs/5.x/rekognition_project.md create mode 100644 docs/5.x/route53domains_delegation_signer_record.md diff --git a/5.x/_gen/main.libsonnet b/5.x/_gen/main.libsonnet index 6912b21c..7ca8b19b 100644 --- a/5.x/_gen/main.libsonnet +++ b/5.x/_gen/main.libsonnet @@ -954,6 +954,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); redshiftserverless_snapshot: (import 'resources/redshiftserverless_snapshot.libsonnet'), redshiftserverless_usage_limit: (import 'resources/redshiftserverless_usage_limit.libsonnet'), redshiftserverless_workgroup: (import 'resources/redshiftserverless_workgroup.libsonnet'), + rekognition_project: (import 'resources/rekognition_project.libsonnet'), resourceexplorer2_index: (import 'resources/resourceexplorer2_index.libsonnet'), resourceexplorer2_view: (import 'resources/resourceexplorer2_view.libsonnet'), resourcegroups_group: (import 'resources/resourcegroups_group.libsonnet'), @@ -986,6 +987,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); route53_vpc_association_authorization: (import 'resources/route53_vpc_association_authorization.libsonnet'), route53_zone: (import 'resources/route53_zone.libsonnet'), route53_zone_association: (import 'resources/route53_zone_association.libsonnet'), + route53domains_delegation_signer_record: (import 'resources/route53domains_delegation_signer_record.libsonnet'), route53domains_registered_domain: (import 'resources/route53domains_registered_domain.libsonnet'), route53recoverycontrolconfig_cluster: (import 'resources/route53recoverycontrolconfig_cluster.libsonnet'), route53recoverycontrolconfig_control_panel: (import 'resources/route53recoverycontrolconfig_control_panel.libsonnet'), diff --git a/5.x/_gen/resources/accessanalyzer_analyzer.libsonnet b/5.x/_gen/resources/accessanalyzer_analyzer.libsonnet index 99069855..117ca333 100644 --- a/5.x/_gen/resources/accessanalyzer_analyzer.libsonnet +++ b/5.x/_gen/resources/accessanalyzer_analyzer.libsonnet @@ -2,10 +2,27 @@ 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='accessanalyzer_analyzer', url='', help='`accessanalyzer_analyzer` represents the `aws_accessanalyzer_analyzer` 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.accessanalyzer_analyzer.new` injects a new `aws_accessanalyzer_analyzer` 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.accessanalyzer_analyzer.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.accessanalyzer_analyzer` using the reference:\n\n $._ref.aws_accessanalyzer_analyzer.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_accessanalyzer_analyzer.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 - `analyzer_name` (`string`): Set the `analyzer_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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + configuration:: { + '#new':: d.fn(help='\n`aws.accessanalyzer_analyzer.configuration.new` constructs a new object with attributes and blocks configured for the `configuration`\nTerraform sub block.\n\n\n\n**Args**:\n - `unused_access` (`list[obj]`): Set the `unused_access` field on the resulting object. When `null`, the `unused_access` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.accessanalyzer_analyzer.configuration.unused_access.new](#fn-configurationunused_accessnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `configuration` sub block.\n', args=[]), + new( + unused_access=null + ):: std.prune(a={ + unused_access: unused_access, + }), + unused_access:: { + '#new':: d.fn(help='\n`aws.accessanalyzer_analyzer.configuration.unused_access.new` constructs a new object with attributes and blocks configured for the `unused_access`\nTerraform sub block.\n\n\n\n**Args**:\n - `unused_access_age` (`number`): Set the `unused_access_age` field on the resulting object. When `null`, the `unused_access_age` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `unused_access` sub block.\n', args=[]), + new( + unused_access_age=null + ):: std.prune(a={ + unused_access_age: unused_access_age, + }), + }, + }, + '#new':: d.fn(help="\n`aws.accessanalyzer_analyzer.new` injects a new `aws_accessanalyzer_analyzer` 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.accessanalyzer_analyzer.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.accessanalyzer_analyzer` using the reference:\n\n $._ref.aws_accessanalyzer_analyzer.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_accessanalyzer_analyzer.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 - `analyzer_name` (`string`): Set the `analyzer_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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\n - `configuration` (`list[obj]`): Set the `configuration` field on the resulting resource block. When `null`, the `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.accessanalyzer_analyzer.configuration.new](#fn-configurationnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, analyzer_name, + configuration=null, tags=null, tags_all=null, type=null, @@ -15,20 +32,23 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); label=resourceLabel, attrs=self.newAttrs( analyzer_name=analyzer_name, + configuration=configuration, tags=tags, tags_all=tags_all, type=type ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.accessanalyzer_analyzer.newAttrs` constructs a new object with attributes and blocks configured for the `accessanalyzer_analyzer`\nTerraform resource.\n\nUnlike [aws.accessanalyzer_analyzer.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 - `analyzer_name` (`string`): Set the `analyzer_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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from 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 `accessanalyzer_analyzer` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.accessanalyzer_analyzer.newAttrs` constructs a new object with attributes and blocks configured for the `accessanalyzer_analyzer`\nTerraform resource.\n\nUnlike [aws.accessanalyzer_analyzer.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 - `analyzer_name` (`string`): Set the `analyzer_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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n - `configuration` (`list[obj]`): Set the `configuration` field on the resulting object. When `null`, the `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.accessanalyzer_analyzer.configuration.new](#fn-configurationnew) 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 `accessanalyzer_analyzer` resource into the root Terraform configuration.\n', args=[]), newAttrs( analyzer_name, + configuration=null, tags=null, tags_all=null, type=null ):: std.prune(a={ analyzer_name: analyzer_name, + configuration: configuration, tags: tags, tags_all: tags_all, type: type, @@ -43,6 +63,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withConfiguration':: d.fn(help='`aws.list[obj].withConfiguration` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the configuration 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].withConfigurationMixin](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 `configuration` field.\n', args=[]), + withConfiguration(resourceLabel, value): { + resource+: { + aws_accessanalyzer_analyzer+: { + [resourceLabel]+: { + configuration: value, + }, + }, + }, + }, + '#withConfigurationMixin':: d.fn(help='`aws.list[obj].withConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the configuration 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].withConfiguration](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 `configuration` field.\n', args=[]), + withConfigurationMixin(resourceLabel, value): { + resource+: { + aws_accessanalyzer_analyzer+: { + [resourceLabel]+: { + configuration+: 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+: { diff --git a/5.x/_gen/resources/codecommit_repository.libsonnet b/5.x/_gen/resources/codecommit_repository.libsonnet index 43777ff9..830fad35 100644 --- a/5.x/_gen/resources/codecommit_repository.libsonnet +++ b/5.x/_gen/resources/codecommit_repository.libsonnet @@ -2,12 +2,13 @@ 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='codecommit_repository', url='', help='`codecommit_repository` represents the `aws_codecommit_repository` 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.codecommit_repository.new` injects a new `aws_codecommit_repository` 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.codecommit_repository.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.codecommit_repository` using the reference:\n\n $._ref.aws_codecommit_repository.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_codecommit_repository.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 - `default_branch` (`string`): Set the `default_branch` field on the resulting resource block. When `null`, the `default_branch` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `repository_name` (`string`): Set the `repository_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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), + '#new':: d.fn(help="\n`aws.codecommit_repository.new` injects a new `aws_codecommit_repository` 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.codecommit_repository.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.codecommit_repository` using the reference:\n\n $._ref.aws_codecommit_repository.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_codecommit_repository.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 - `default_branch` (`string`): Set the `default_branch` field on the resulting resource block. When `null`, the `default_branch` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` 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 - `repository_name` (`string`): Set the `repository_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\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, repository_name, default_branch=null, description=null, + kms_key_id=null, tags=null, tags_all=null, _meta={} @@ -17,22 +18,25 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); attrs=self.newAttrs( default_branch=default_branch, description=description, + kms_key_id=kms_key_id, repository_name=repository_name, tags=tags, tags_all=tags_all ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.codecommit_repository.newAttrs` constructs a new object with attributes and blocks configured for the `codecommit_repository`\nTerraform resource.\n\nUnlike [aws.codecommit_repository.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 - `default_branch` (`string`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `repository_name` (`string`): Set the `repository_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\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 `codecommit_repository` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.codecommit_repository.newAttrs` constructs a new object with attributes and blocks configured for the `codecommit_repository`\nTerraform resource.\n\nUnlike [aws.codecommit_repository.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 - `default_branch` (`string`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` field will be omitted from the resulting object.\n - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` 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 - `repository_name` (`string`): Set the `repository_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\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 `codecommit_repository` resource into the root Terraform configuration.\n', args=[]), newAttrs( repository_name, default_branch=null, description=null, + kms_key_id=null, tags=null, tags_all=null ):: std.prune(a={ default_branch: default_branch, description: description, + kms_key_id: kms_key_id, repository_name: repository_name, tags: tags, tags_all: tags_all, @@ -57,6 +61,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withKmsKeyId':: d.fn(help='`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the kms_key_id 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 `kms_key_id` field.\n', args=[]), + withKmsKeyId(resourceLabel, value): { + resource+: { + aws_codecommit_repository+: { + [resourceLabel]+: { + kms_key_id: value, + }, + }, + }, + }, '#withRepositoryName':: d.fn(help='`aws.string.withRepositoryName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the repository_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 `repository_name` field.\n', args=[]), withRepositoryName(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/ecs_capacity_provider.libsonnet b/5.x/_gen/resources/ecs_capacity_provider.libsonnet index 27c412e9..e3391f57 100644 --- a/5.x/_gen/resources/ecs_capacity_provider.libsonnet +++ b/5.x/_gen/resources/ecs_capacity_provider.libsonnet @@ -19,13 +19,15 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); target_capacity: target_capacity, }), }, - '#new':: d.fn(help='\n`aws.ecs_capacity_provider.auto_scaling_group_provider.new` constructs a new object with attributes and blocks configured for the `auto_scaling_group_provider`\nTerraform sub block.\n\n\n\n**Args**:\n - `auto_scaling_group_arn` (`string`): Set the `auto_scaling_group_arn` field on the resulting object.\n - `managed_termination_protection` (`string`): Set the `managed_termination_protection` field on the resulting object. When `null`, the `managed_termination_protection` field will be omitted from the resulting object.\n - `managed_scaling` (`list[obj]`): Set the `managed_scaling` field on the resulting object. When `null`, the `managed_scaling` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.ecs_capacity_provider.auto_scaling_group_provider.managed_scaling.new](#fn-auto_scaling_group_providermanaged_scalingnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `auto_scaling_group_provider` sub block.\n', args=[]), + '#new':: d.fn(help='\n`aws.ecs_capacity_provider.auto_scaling_group_provider.new` constructs a new object with attributes and blocks configured for the `auto_scaling_group_provider`\nTerraform sub block.\n\n\n\n**Args**:\n - `auto_scaling_group_arn` (`string`): Set the `auto_scaling_group_arn` field on the resulting object.\n - `managed_draining` (`string`): Set the `managed_draining` field on the resulting object. When `null`, the `managed_draining` field will be omitted from the resulting object.\n - `managed_termination_protection` (`string`): Set the `managed_termination_protection` field on the resulting object. When `null`, the `managed_termination_protection` field will be omitted from the resulting object.\n - `managed_scaling` (`list[obj]`): Set the `managed_scaling` field on the resulting object. When `null`, the `managed_scaling` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.ecs_capacity_provider.auto_scaling_group_provider.managed_scaling.new](#fn-auto_scaling_group_providermanaged_scalingnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `auto_scaling_group_provider` sub block.\n', args=[]), new( auto_scaling_group_arn, + managed_draining=null, managed_scaling=null, managed_termination_protection=null ):: std.prune(a={ auto_scaling_group_arn: auto_scaling_group_arn, + managed_draining: managed_draining, managed_scaling: managed_scaling, managed_termination_protection: managed_termination_protection, }), diff --git a/5.x/_gen/resources/eks_access_entry.libsonnet b/5.x/_gen/resources/eks_access_entry.libsonnet index b2e3fbbe..43cf4a56 100644 --- a/5.x/_gen/resources/eks_access_entry.libsonnet +++ b/5.x/_gen/resources/eks_access_entry.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='eks_access_entry', url='', help='`eks_access_entry` represents the `aws_eks_access_entry` 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.eks_access_entry.new` injects a new `aws_eks_access_entry` 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.eks_access_entry.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_access_entry` using the reference:\n\n $._ref.aws_eks_access_entry.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block.\n - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting resource block. When `null`, the `kubernetes_groups` field will be omitted from the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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 - `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.eks_access_entry.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.eks_access_entry.new` injects a new `aws_eks_access_entry` 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.eks_access_entry.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.eks_access_entry` using the reference:\n\n $._ref.aws_eks_access_entry.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting resource block.\n - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting resource block. When `null`, the `kubernetes_groups` field will be omitted from the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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 - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object.\n - `user_name` (`string`): Set the `user_name` field on the resulting resource block. When `null`, the `user_name` field will be omitted from the resulting object.\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.eks_access_entry.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, cluster_name, @@ -11,6 +11,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags=null, tags_all=null, timeouts=null, + type=null, + user_name=null, _meta={} ):: tf.withResource( type='aws_eks_access_entry', @@ -21,18 +23,22 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); principal_arn=principal_arn, tags=tags, tags_all=tags_all, - timeouts=timeouts + timeouts=timeouts, + type=type, + user_name=user_name ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.eks_access_entry.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_entry`\nTerraform resource.\n\nUnlike [aws.eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object.\n - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting object. When `null`, the `kubernetes_groups` field will be omitted from the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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 - `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.eks_access_entry.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 `eks_access_entry` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.eks_access_entry.newAttrs` constructs a new object with attributes and blocks configured for the `eks_access_entry`\nTerraform resource.\n\nUnlike [aws.eks_access_entry.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 - `cluster_name` (`string`): Set the `cluster_name` field on the resulting object.\n - `kubernetes_groups` (`list`): Set the `kubernetes_groups` field on the resulting object. When `null`, the `kubernetes_groups` field will be omitted from the resulting object.\n - `principal_arn` (`string`): Set the `principal_arn` 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 - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object.\n - `user_name` (`string`): Set the `user_name` field on the resulting object. When `null`, the `user_name` field will be omitted from 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.eks_access_entry.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 `eks_access_entry` resource into the root Terraform configuration.\n', args=[]), newAttrs( cluster_name, principal_arn, kubernetes_groups=null, tags=null, tags_all=null, - timeouts=null + timeouts=null, + type=null, + user_name=null ):: std.prune(a={ cluster_name: cluster_name, kubernetes_groups: kubernetes_groups, @@ -40,6 +46,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); tags: tags, tags_all: tags_all, timeouts: timeouts, + type: type, + user_name: user_name, }), timeouts:: { '#new':: d.fn(help='\n`aws.eks_access_entry.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), @@ -121,4 +129,24 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withType':: d.fn(help='`aws.string.withType` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the type 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 `type` field.\n', args=[]), + withType(resourceLabel, value): { + resource+: { + aws_eks_access_entry+: { + [resourceLabel]+: { + type: value, + }, + }, + }, + }, + '#withUserName':: d.fn(help='`aws.string.withUserName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the user_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 `user_name` field.\n', args=[]), + withUserName(resourceLabel, value): { + resource+: { + aws_eks_access_entry+: { + [resourceLabel]+: { + user_name: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/fsx_openzfs_file_system.libsonnet b/5.x/_gen/resources/fsx_openzfs_file_system.libsonnet index 9b3a158e..64881300 100644 --- a/5.x/_gen/resources/fsx_openzfs_file_system.libsonnet +++ b/5.x/_gen/resources/fsx_openzfs_file_system.libsonnet @@ -12,7 +12,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); mode: mode, }), }, - '#new':: d.fn(help="\n`aws.fsx_openzfs_file_system.new` injects a new `aws_fsx_openzfs_file_system` 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.fsx_openzfs_file_system.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.fsx_openzfs_file_system` using the reference:\n\n $._ref.aws_fsx_openzfs_file_system.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_fsx_openzfs_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting resource block. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `backup_id` (`string`): Set the `backup_id` field on the resulting resource block. When `null`, the `backup_id` field will be omitted from the resulting object.\n - `copy_tags_to_backups` (`bool`): Set the `copy_tags_to_backups` field on the resulting resource block. When `null`, the `copy_tags_to_backups` field will be omitted from the resulting object.\n - `copy_tags_to_volumes` (`bool`): Set the `copy_tags_to_volumes` field on the resulting resource block. When `null`, the `copy_tags_to_volumes` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting resource block. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting resource block.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting resource block. When `null`, the `endpoint_ip_address_range` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting resource block. When `null`, the `preferred_subnet_id` field will be omitted from the resulting object.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting resource block. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting resource block. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting resource block.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting resource block. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting resource block. When `null`, the `disk_iops_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.fsx_openzfs_file_system.disk_iops_configuration.new](#fn-disk_iops_configurationnew) constructor.\n - `root_volume_configuration` (`list[obj]`): Set the `root_volume_configuration` field on the resulting resource block. When `null`, the `root_volume_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.fsx_openzfs_file_system.root_volume_configuration.new](#fn-root_volume_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.fsx_openzfs_file_system.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.fsx_openzfs_file_system.new` injects a new `aws_fsx_openzfs_file_system` 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.fsx_openzfs_file_system.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.fsx_openzfs_file_system` using the reference:\n\n $._ref.aws_fsx_openzfs_file_system.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_fsx_openzfs_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting resource block. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `backup_id` (`string`): Set the `backup_id` field on the resulting resource block. When `null`, the `backup_id` field will be omitted from the resulting object.\n - `copy_tags_to_backups` (`bool`): Set the `copy_tags_to_backups` field on the resulting resource block. When `null`, the `copy_tags_to_backups` field will be omitted from the resulting object.\n - `copy_tags_to_volumes` (`bool`): Set the `copy_tags_to_volumes` field on the resulting resource block. When `null`, the `copy_tags_to_volumes` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting resource block. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting resource block.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting resource block. When `null`, the `endpoint_ip_address_range` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting resource block. When `null`, the `preferred_subnet_id` field will be omitted from the resulting object.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting resource block. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `skip_final_backup` (`bool`): Set the `skip_final_backup` field on the resulting resource block. When `null`, the `skip_final_backup` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting resource block. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting resource block.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting resource block. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting resource block. When `null`, the `disk_iops_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.fsx_openzfs_file_system.disk_iops_configuration.new](#fn-disk_iops_configurationnew) constructor.\n - `root_volume_configuration` (`list[obj]`): Set the `root_volume_configuration` field on the resulting resource block. When `null`, the `root_volume_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.fsx_openzfs_file_system.root_volume_configuration.new](#fn-root_volume_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.fsx_openzfs_file_system.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, deployment_type, @@ -30,6 +30,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); root_volume_configuration=null, route_table_ids=null, security_group_ids=null, + skip_final_backup=null, storage_capacity=null, storage_type=null, tags=null, @@ -54,6 +55,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); root_volume_configuration=root_volume_configuration, route_table_ids=route_table_ids, security_group_ids=security_group_ids, + skip_final_backup=skip_final_backup, storage_capacity=storage_capacity, storage_type=storage_type, subnet_ids=subnet_ids, @@ -65,7 +67,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.fsx_openzfs_file_system.newAttrs` constructs a new object with attributes and blocks configured for the `fsx_openzfs_file_system`\nTerraform resource.\n\nUnlike [aws.fsx_openzfs_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting object. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `backup_id` (`string`): Set the `backup_id` field on the resulting object. When `null`, the `backup_id` field will be omitted from the resulting object.\n - `copy_tags_to_backups` (`bool`): Set the `copy_tags_to_backups` field on the resulting object. When `null`, the `copy_tags_to_backups` field will be omitted from the resulting object.\n - `copy_tags_to_volumes` (`bool`): Set the `copy_tags_to_volumes` field on the resulting object. When `null`, the `copy_tags_to_volumes` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting object. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting object.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting object. When `null`, the `endpoint_ip_address_range` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting object. When `null`, the `preferred_subnet_id` field will be omitted from the resulting object.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting object. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting object. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting object.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting object. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting object. When `null`, the `disk_iops_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.fsx_openzfs_file_system.disk_iops_configuration.new](#fn-disk_iops_configurationnew) constructor.\n - `root_volume_configuration` (`list[obj]`): Set the `root_volume_configuration` field on the resulting object. When `null`, the `root_volume_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.fsx_openzfs_file_system.root_volume_configuration.new](#fn-root_volume_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.fsx_openzfs_file_system.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 `fsx_openzfs_file_system` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.fsx_openzfs_file_system.newAttrs` constructs a new object with attributes and blocks configured for the `fsx_openzfs_file_system`\nTerraform resource.\n\nUnlike [aws.fsx_openzfs_file_system.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 - `automatic_backup_retention_days` (`number`): Set the `automatic_backup_retention_days` field on the resulting object. When `null`, the `automatic_backup_retention_days` field will be omitted from the resulting object.\n - `backup_id` (`string`): Set the `backup_id` field on the resulting object. When `null`, the `backup_id` field will be omitted from the resulting object.\n - `copy_tags_to_backups` (`bool`): Set the `copy_tags_to_backups` field on the resulting object. When `null`, the `copy_tags_to_backups` field will be omitted from the resulting object.\n - `copy_tags_to_volumes` (`bool`): Set the `copy_tags_to_volumes` field on the resulting object. When `null`, the `copy_tags_to_volumes` field will be omitted from the resulting object.\n - `daily_automatic_backup_start_time` (`string`): Set the `daily_automatic_backup_start_time` field on the resulting object. When `null`, the `daily_automatic_backup_start_time` field will be omitted from the resulting object.\n - `deployment_type` (`string`): Set the `deployment_type` field on the resulting object.\n - `endpoint_ip_address_range` (`string`): Set the `endpoint_ip_address_range` field on the resulting object. When `null`, the `endpoint_ip_address_range` 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 - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting object. When `null`, the `preferred_subnet_id` field will be omitted from the resulting object.\n - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting object. When `null`, the `route_table_ids` field will be omitted from the resulting object.\n - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object.\n - `skip_final_backup` (`bool`): Set the `skip_final_backup` field on the resulting object. When `null`, the `skip_final_backup` field will be omitted from the resulting object.\n - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting object. When `null`, the `storage_capacity` 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 - `subnet_ids` (`list`): Set the `subnet_ids` 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 - `throughput_capacity` (`number`): Set the `throughput_capacity` field on the resulting object.\n - `weekly_maintenance_start_time` (`string`): Set the `weekly_maintenance_start_time` field on the resulting object. When `null`, the `weekly_maintenance_start_time` field will be omitted from the resulting object.\n - `disk_iops_configuration` (`list[obj]`): Set the `disk_iops_configuration` field on the resulting object. When `null`, the `disk_iops_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.fsx_openzfs_file_system.disk_iops_configuration.new](#fn-disk_iops_configurationnew) constructor.\n - `root_volume_configuration` (`list[obj]`): Set the `root_volume_configuration` field on the resulting object. When `null`, the `root_volume_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.fsx_openzfs_file_system.root_volume_configuration.new](#fn-root_volume_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.fsx_openzfs_file_system.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 `fsx_openzfs_file_system` resource into the root Terraform configuration.\n', args=[]), newAttrs( deployment_type, subnet_ids, @@ -82,6 +84,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); root_volume_configuration=null, route_table_ids=null, security_group_ids=null, + skip_final_backup=null, storage_capacity=null, storage_type=null, tags=null, @@ -102,6 +105,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); root_volume_configuration: root_volume_configuration, route_table_ids: route_table_ids, security_group_ids: security_group_ids, + skip_final_backup: skip_final_backup, storage_capacity: storage_capacity, storage_type: storage_type, subnet_ids: subnet_ids, @@ -319,6 +323,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withSkipFinalBackup':: d.fn(help='`aws.bool.withSkipFinalBackup` constructs a mixin object that can be merged into the `bool`\nTerraform resource block to set or update the skip_final_backup 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 `skip_final_backup` field.\n', args=[]), + withSkipFinalBackup(resourceLabel, value): { + resource+: { + aws_fsx_openzfs_file_system+: { + [resourceLabel]+: { + skip_final_backup: value, + }, + }, + }, + }, '#withStorageCapacity':: d.fn(help='`aws.number.withStorageCapacity` constructs a mixin object that can be merged into the `number`\nTerraform resource block to set or update the storage_capacity field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`number`): The value to set for the `storage_capacity` field.\n', args=[]), withStorageCapacity(resourceLabel, value): { resource+: { diff --git a/5.x/_gen/resources/network_interface_sg_attachment.libsonnet b/5.x/_gen/resources/network_interface_sg_attachment.libsonnet index 689fd547..b827f481 100644 --- a/5.x/_gen/resources/network_interface_sg_attachment.libsonnet +++ b/5.x/_gen/resources/network_interface_sg_attachment.libsonnet @@ -2,26 +2,41 @@ 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='network_interface_sg_attachment', url='', help='`network_interface_sg_attachment` represents the `aws_network_interface_sg_attachment` 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.network_interface_sg_attachment.new` injects a new `aws_network_interface_sg_attachment` 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.network_interface_sg_attachment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.network_interface_sg_attachment` using the reference:\n\n $._ref.aws_network_interface_sg_attachment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_network_interface_sg_attachment.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 - `network_interface_id` (`string`): Set the `network_interface_id` field on the resulting resource block.\n - `security_group_id` (`string`): Set the `security_group_id` 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.network_interface_sg_attachment.new` injects a new `aws_network_interface_sg_attachment` 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.network_interface_sg_attachment.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.network_interface_sg_attachment` using the reference:\n\n $._ref.aws_network_interface_sg_attachment.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_network_interface_sg_attachment.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 - `network_interface_id` (`string`): Set the `network_interface_id` field on the resulting resource block.\n - `security_group_id` (`string`): Set the `security_group_id` 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.network_interface_sg_attachment.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, network_interface_id, security_group_id, + timeouts=null, _meta={} ):: tf.withResource( type='aws_network_interface_sg_attachment', label=resourceLabel, - attrs=self.newAttrs(network_interface_id=network_interface_id, security_group_id=security_group_id), + attrs=self.newAttrs(network_interface_id=network_interface_id, security_group_id=security_group_id, timeouts=timeouts), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.network_interface_sg_attachment.newAttrs` constructs a new object with attributes and blocks configured for the `network_interface_sg_attachment`\nTerraform resource.\n\nUnlike [aws.network_interface_sg_attachment.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 - `network_interface_id` (`string`): Set the `network_interface_id` field on the resulting object.\n - `security_group_id` (`string`): Set the `security_group_id` 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 `network_interface_sg_attachment` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.network_interface_sg_attachment.newAttrs` constructs a new object with attributes and blocks configured for the `network_interface_sg_attachment`\nTerraform resource.\n\nUnlike [aws.network_interface_sg_attachment.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 - `network_interface_id` (`string`): Set the `network_interface_id` field on the resulting object.\n - `security_group_id` (`string`): Set the `security_group_id` 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.network_interface_sg_attachment.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 `network_interface_sg_attachment` resource into the root Terraform configuration.\n', args=[]), newAttrs( network_interface_id, - security_group_id + security_group_id, + timeouts=null ):: std.prune(a={ network_interface_id: network_interface_id, security_group_id: security_group_id, + timeouts: timeouts, }), + timeouts:: { + '#new':: d.fn(help='\n`aws.network_interface_sg_attachment.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\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), + new( + create=null, + delete=null, + read=null + ):: std.prune(a={ + create: create, + delete: delete, + read: read, + }), + }, '#withNetworkInterfaceId':: d.fn(help='`aws.string.withNetworkInterfaceId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the network_interface_id 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 `network_interface_id` field.\n', args=[]), withNetworkInterfaceId(resourceLabel, value): { resource+: { @@ -42,4 +57,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_network_interface_sg_attachment+: { + [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_network_interface_sg_attachment+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, } diff --git a/5.x/_gen/resources/rekognition_project.libsonnet b/5.x/_gen/resources/rekognition_project.libsonnet new file mode 100644 index 00000000..55c55810 --- /dev/null +++ b/5.x/_gen/resources/rekognition_project.libsonnet @@ -0,0 +1,96 @@ +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='rekognition_project', url='', help='`rekognition_project` represents the `aws_rekognition_project` 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.rekognition_project.new` injects a new `aws_rekognition_project` 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.rekognition_project.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.rekognition_project` using the reference:\n\n $._ref.aws_rekognition_project.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_rekognition_project.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 - `auto_update` (`string`): Set the `auto_update` field on the resulting resource block. When `null`, the `auto_update` field will be omitted from the resulting object.\n - `feature` (`string`): Set the `feature` field on the resulting resource block. When `null`, the `feature` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` 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.rekognition_project.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, + auto_update=null, + feature=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_rekognition_project', + label=resourceLabel, + attrs=self.newAttrs( + auto_update=auto_update, + feature=feature, + name=name, + timeouts=timeouts + ), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.rekognition_project.newAttrs` constructs a new object with attributes and blocks configured for the `rekognition_project`\nTerraform resource.\n\nUnlike [aws.rekognition_project.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 - `auto_update` (`string`): Set the `auto_update` field on the resulting object. When `null`, the `auto_update` field will be omitted from the resulting object.\n - `feature` (`string`): Set the `feature` field on the resulting object. When `null`, the `feature` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` 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.rekognition_project.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 `rekognition_project` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + name, + auto_update=null, + feature=null, + timeouts=null + ):: std.prune(a={ + auto_update: auto_update, + feature: feature, + name: name, + timeouts: timeouts, + }), + timeouts:: { + '#new':: d.fn(help='\n`aws.rekognition_project.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` 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 + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withAutoUpdate':: d.fn(help='`aws.string.withAutoUpdate` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the auto_update 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 `auto_update` field.\n', args=[]), + withAutoUpdate(resourceLabel, value): { + resource+: { + aws_rekognition_project+: { + [resourceLabel]+: { + auto_update: value, + }, + }, + }, + }, + '#withFeature':: d.fn(help='`aws.string.withFeature` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the feature 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 `feature` field.\n', args=[]), + withFeature(resourceLabel, value): { + resource+: { + aws_rekognition_project+: { + [resourceLabel]+: { + feature: value, + }, + }, + }, + }, + '#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_rekognition_project+: { + [resourceLabel]+: { + name: value, + }, + }, + }, + }, + '#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_rekognition_project+: { + [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_rekognition_project+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/route53domains_delegation_signer_record.libsonnet b/5.x/_gen/resources/route53domains_delegation_signer_record.libsonnet new file mode 100644 index 00000000..ef6f64e5 --- /dev/null +++ b/5.x/_gen/resources/route53domains_delegation_signer_record.libsonnet @@ -0,0 +1,100 @@ +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='route53domains_delegation_signer_record', url='', help='`route53domains_delegation_signer_record` represents the `aws_route53domains_delegation_signer_record` 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.route53domains_delegation_signer_record.new` injects a new `aws_route53domains_delegation_signer_record` 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.route53domains_delegation_signer_record.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.route53domains_delegation_signer_record` using the reference:\n\n $._ref.aws_route53domains_delegation_signer_record.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_route53domains_delegation_signer_record.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 - `domain_name` (`string`): Set the `domain_name` field on the resulting resource block.\n - `signing_attributes` (`list[obj]`): Set the `signing_attributes` field on the resulting resource block. When `null`, the `signing_attributes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53domains_delegation_signer_record.signing_attributes.new](#fn-signing_attributesnew) 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.route53domains_delegation_signer_record.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, + domain_name, + signing_attributes=null, + timeouts=null, + _meta={} + ):: tf.withResource( + type='aws_route53domains_delegation_signer_record', + label=resourceLabel, + attrs=self.newAttrs(domain_name=domain_name, signing_attributes=signing_attributes, timeouts=timeouts), + _meta=_meta + ), + '#newAttrs':: d.fn(help='\n`aws.route53domains_delegation_signer_record.newAttrs` constructs a new object with attributes and blocks configured for the `route53domains_delegation_signer_record`\nTerraform resource.\n\nUnlike [aws.route53domains_delegation_signer_record.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 - `domain_name` (`string`): Set the `domain_name` field on the resulting object.\n - `signing_attributes` (`list[obj]`): Set the `signing_attributes` field on the resulting object. When `null`, the `signing_attributes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53domains_delegation_signer_record.signing_attributes.new](#fn-signing_attributesnew) 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.route53domains_delegation_signer_record.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 `route53domains_delegation_signer_record` resource into the root Terraform configuration.\n', args=[]), + newAttrs( + domain_name, + signing_attributes=null, + timeouts=null + ):: std.prune(a={ + domain_name: domain_name, + signing_attributes: signing_attributes, + timeouts: timeouts, + }), + signing_attributes:: { + '#new':: d.fn(help='\n`aws.route53domains_delegation_signer_record.signing_attributes.new` constructs a new object with attributes and blocks configured for the `signing_attributes`\nTerraform sub block.\n\n\n\n**Args**:\n - `algorithm` (`number`): Set the `algorithm` field on the resulting object.\n - `flags` (`number`): Set the `flags` field on the resulting object.\n - `public_key` (`string`): Set the `public_key` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `signing_attributes` sub block.\n', args=[]), + new( + algorithm, + flags, + public_key + ):: std.prune(a={ + algorithm: algorithm, + flags: flags, + public_key: public_key, + }), + }, + timeouts:: { + '#new':: d.fn(help='\n`aws.route53domains_delegation_signer_record.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`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` 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 + ):: std.prune(a={ + create: create, + delete: delete, + }), + }, + '#withDomainName':: d.fn(help='`aws.string.withDomainName` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the domain_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 `domain_name` field.\n', args=[]), + withDomainName(resourceLabel, value): { + resource+: { + aws_route53domains_delegation_signer_record+: { + [resourceLabel]+: { + domain_name: value, + }, + }, + }, + }, + '#withSigningAttributes':: d.fn(help='`aws.list[obj].withSigningAttributes` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the signing_attributes 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].withSigningAttributesMixin](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 `signing_attributes` field.\n', args=[]), + withSigningAttributes(resourceLabel, value): { + resource+: { + aws_route53domains_delegation_signer_record+: { + [resourceLabel]+: { + signing_attributes: value, + }, + }, + }, + }, + '#withSigningAttributesMixin':: d.fn(help='`aws.list[obj].withSigningAttributesMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the signing_attributes 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].withSigningAttributes](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 `signing_attributes` field.\n', args=[]), + withSigningAttributesMixin(resourceLabel, value): { + resource+: { + aws_route53domains_delegation_signer_record+: { + [resourceLabel]+: { + signing_attributes+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, + '#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_route53domains_delegation_signer_record+: { + [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_route53domains_delegation_signer_record+: { + [resourceLabel]+: { + timeouts+: value, + }, + }, + }, + }, +} diff --git a/5.x/_gen/resources/wafv2_web_acl.libsonnet b/5.x/_gen/resources/wafv2_web_acl.libsonnet index d1b5486f..7b5edbc7 100644 --- a/5.x/_gen/resources/wafv2_web_acl.libsonnet +++ b/5.x/_gen/resources/wafv2_web_acl.libsonnet @@ -42,6 +42,22 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); immunity_time_property: immunity_time_property, }), }, + challenge_config:: { + immunity_time_property:: { + '#new':: d.fn(help='\n`aws.wafv2_web_acl.challenge_config.immunity_time_property.new` constructs a new object with attributes and blocks configured for the `immunity_time_property`\nTerraform sub block.\n\n\n\n**Args**:\n - `immunity_time` (`number`): Set the `immunity_time` field on the resulting object. When `null`, the `immunity_time` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `immunity_time_property` sub block.\n', args=[]), + new( + immunity_time=null + ):: std.prune(a={ + immunity_time: immunity_time, + }), + }, + '#new':: d.fn(help='\n`aws.wafv2_web_acl.challenge_config.new` constructs a new object with attributes and blocks configured for the `challenge_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `immunity_time_property` (`list[obj]`): Set the `immunity_time_property` field on the resulting object. When `null`, the `immunity_time_property` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.challenge_config.immunity_time_property.new](#fn-challenge_configimmunity_time_propertynew) constructor.\n\n**Returns**:\n - An attribute object that represents the `challenge_config` sub block.\n', args=[]), + new( + immunity_time_property=null + ):: std.prune(a={ + immunity_time_property: immunity_time_property, + }), + }, custom_response_body:: { '#new':: d.fn(help='\n`aws.wafv2_web_acl.custom_response_body.new` constructs a new object with attributes and blocks configured for the `custom_response_body`\nTerraform sub block.\n\n\n\n**Args**:\n - `content` (`string`): Set the `content` field on the resulting object.\n - `content_type` (`string`): Set the `content_type` field on the resulting object.\n - `key` (`string`): Set the `key` field on the resulting object.\n\n**Returns**:\n - An attribute object that represents the `custom_response_body` sub block.\n', args=[]), new( @@ -120,13 +136,14 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); block: block, }), }, - '#new':: d.fn(help="\n`aws.wafv2_web_acl.new` injects a new `aws_wafv2_web_acl` 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.wafv2_web_acl.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.wafv2_web_acl` using the reference:\n\n $._ref.aws_wafv2_web_acl.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_wafv2_web_acl.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `scope` (`string`): Set the `scope` 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 - `token_domains` (`list`): Set the `token_domains` field on the resulting resource block. When `null`, the `token_domains` field will be omitted from the resulting object.\n - `association_config` (`list[obj]`): Set the `association_config` field on the resulting resource block. When `null`, the `association_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.wafv2_web_acl.association_config.new](#fn-association_confignew) constructor.\n - `captcha_config` (`list[obj]`): Set the `captcha_config` field on the resulting resource block. When `null`, the `captcha_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.wafv2_web_acl.captcha_config.new](#fn-captcha_confignew) constructor.\n - `custom_response_body` (`list[obj]`): Set the `custom_response_body` field on the resulting resource block. When `null`, the `custom_response_body` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.custom_response_body.new](#fn-custom_response_bodynew) constructor.\n - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.default_action.new](#fn-default_actionnew) constructor.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting resource block. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.rule.new](#fn-rulenew) constructor.\n - `visibility_config` (`list[obj]`): Set the `visibility_config` field on the resulting resource block. When `null`, the `visibility_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.wafv2_web_acl.visibility_config.new](#fn-visibility_confignew) 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.wafv2_web_acl.new` injects a new `aws_wafv2_web_acl` 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.wafv2_web_acl.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.wafv2_web_acl` using the reference:\n\n $._ref.aws_wafv2_web_acl.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_wafv2_web_acl.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 - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting resource block.\n - `scope` (`string`): Set the `scope` 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 - `token_domains` (`list`): Set the `token_domains` field on the resulting resource block. When `null`, the `token_domains` field will be omitted from the resulting object.\n - `association_config` (`list[obj]`): Set the `association_config` field on the resulting resource block. When `null`, the `association_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.wafv2_web_acl.association_config.new](#fn-association_confignew) constructor.\n - `captcha_config` (`list[obj]`): Set the `captcha_config` field on the resulting resource block. When `null`, the `captcha_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.wafv2_web_acl.captcha_config.new](#fn-captcha_confignew) constructor.\n - `challenge_config` (`list[obj]`): Set the `challenge_config` field on the resulting resource block. When `null`, the `challenge_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.wafv2_web_acl.challenge_config.new](#fn-challenge_confignew) constructor.\n - `custom_response_body` (`list[obj]`): Set the `custom_response_body` field on the resulting resource block. When `null`, the `custom_response_body` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.custom_response_body.new](#fn-custom_response_bodynew) constructor.\n - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.default_action.new](#fn-default_actionnew) constructor.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting resource block. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.rule.new](#fn-rulenew) constructor.\n - `visibility_config` (`list[obj]`): Set the `visibility_config` field on the resulting resource block. When `null`, the `visibility_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.wafv2_web_acl.visibility_config.new](#fn-visibility_confignew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]), new( resourceLabel, name, scope, association_config=null, captcha_config=null, + challenge_config=null, custom_response_body=null, default_action=null, description=null, @@ -142,6 +159,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); attrs=self.newAttrs( association_config=association_config, captcha_config=captcha_config, + challenge_config=challenge_config, custom_response_body=custom_response_body, default_action=default_action, description=description, @@ -155,12 +173,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ), _meta=_meta ), - '#newAttrs':: d.fn(help='\n`aws.wafv2_web_acl.newAttrs` constructs a new object with attributes and blocks configured for the `wafv2_web_acl`\nTerraform resource.\n\nUnlike [aws.wafv2_web_acl.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `scope` (`string`): Set the `scope` 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 - `token_domains` (`list`): Set the `token_domains` field on the resulting object. When `null`, the `token_domains` field will be omitted from the resulting object.\n - `association_config` (`list[obj]`): Set the `association_config` field on the resulting object. When `null`, the `association_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.wafv2_web_acl.association_config.new](#fn-association_confignew) constructor.\n - `captcha_config` (`list[obj]`): Set the `captcha_config` field on the resulting object. When `null`, the `captcha_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.wafv2_web_acl.captcha_config.new](#fn-captcha_confignew) constructor.\n - `custom_response_body` (`list[obj]`): Set the `custom_response_body` field on the resulting object. When `null`, the `custom_response_body` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.custom_response_body.new](#fn-custom_response_bodynew) constructor.\n - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.default_action.new](#fn-default_actionnew) constructor.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting object. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.rule.new](#fn-rulenew) constructor.\n - `visibility_config` (`list[obj]`): Set the `visibility_config` field on the resulting object. When `null`, the `visibility_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.wafv2_web_acl.visibility_config.new](#fn-visibility_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 `wafv2_web_acl` resource into the root Terraform configuration.\n', args=[]), + '#newAttrs':: d.fn(help='\n`aws.wafv2_web_acl.newAttrs` constructs a new object with attributes and blocks configured for the `wafv2_web_acl`\nTerraform resource.\n\nUnlike [aws.wafv2_web_acl.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 - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object.\n - `name` (`string`): Set the `name` field on the resulting object.\n - `scope` (`string`): Set the `scope` 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 - `token_domains` (`list`): Set the `token_domains` field on the resulting object. When `null`, the `token_domains` field will be omitted from the resulting object.\n - `association_config` (`list[obj]`): Set the `association_config` field on the resulting object. When `null`, the `association_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.wafv2_web_acl.association_config.new](#fn-association_confignew) constructor.\n - `captcha_config` (`list[obj]`): Set the `captcha_config` field on the resulting object. When `null`, the `captcha_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.wafv2_web_acl.captcha_config.new](#fn-captcha_confignew) constructor.\n - `challenge_config` (`list[obj]`): Set the `challenge_config` field on the resulting object. When `null`, the `challenge_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.wafv2_web_acl.challenge_config.new](#fn-challenge_confignew) constructor.\n - `custom_response_body` (`list[obj]`): Set the `custom_response_body` field on the resulting object. When `null`, the `custom_response_body` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.custom_response_body.new](#fn-custom_response_bodynew) constructor.\n - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.default_action.new](#fn-default_actionnew) constructor.\n - `rule` (`list[obj]`): Set the `rule` field on the resulting object. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.rule.new](#fn-rulenew) constructor.\n - `visibility_config` (`list[obj]`): Set the `visibility_config` field on the resulting object. When `null`, the `visibility_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.wafv2_web_acl.visibility_config.new](#fn-visibility_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 `wafv2_web_acl` resource into the root Terraform configuration.\n', args=[]), newAttrs( name, scope, association_config=null, captcha_config=null, + challenge_config=null, custom_response_body=null, default_action=null, description=null, @@ -172,6 +191,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); ):: std.prune(a={ association_config: association_config, captcha_config: captcha_config, + challenge_config: challenge_config, custom_response_body: custom_response_body, default_action: default_action, description: description, @@ -84509,6 +84529,26 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'); }, }, }, + '#withChallengeConfig':: d.fn(help='`aws.list[obj].withChallengeConfig` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the challenge_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].withChallengeConfigMixin](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 `challenge_config` field.\n', args=[]), + withChallengeConfig(resourceLabel, value): { + resource+: { + aws_wafv2_web_acl+: { + [resourceLabel]+: { + challenge_config: value, + }, + }, + }, + }, + '#withChallengeConfigMixin':: d.fn(help='`aws.list[obj].withChallengeConfigMixin` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the challenge_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].withChallengeConfig](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 `challenge_config` field.\n', args=[]), + withChallengeConfigMixin(resourceLabel, value): { + resource+: { + aws_wafv2_web_acl+: { + [resourceLabel]+: { + challenge_config+: if std.isArray(v=value) then value else [value], + }, + }, + }, + }, '#withCustomResponseBody':: d.fn(help='`aws.list[obj].withCustomResponseBody` constructs a mixin object that can be merged into the `list[obj]`\nTerraform resource block to set or update the custom_response_body 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].withCustomResponseBodyMixin](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 `custom_response_body` field.\n', args=[]), withCustomResponseBody(resourceLabel, value): { resource+: { diff --git a/docs/5.x/README.md b/docs/5.x/README.md index 8ef281f4..ea7f3fd7 100644 --- a/docs/5.x/README.md +++ b/docs/5.x/README.md @@ -965,6 +965,7 @@ project. * [redshiftserverless_snapshot](redshiftserverless_snapshot.md) * [redshiftserverless_usage_limit](redshiftserverless_usage_limit.md) * [redshiftserverless_workgroup](redshiftserverless_workgroup.md) +* [rekognition_project](rekognition_project.md) * [resourceexplorer2_index](resourceexplorer2_index.md) * [resourceexplorer2_view](resourceexplorer2_view.md) * [resourcegroups_group](resourcegroups_group.md) @@ -997,6 +998,7 @@ project. * [route53_vpc_association_authorization](route53_vpc_association_authorization.md) * [route53_zone](route53_zone.md) * [route53_zone_association](route53_zone_association.md) +* [route53domains_delegation_signer_record](route53domains_delegation_signer_record.md) * [route53domains_registered_domain](route53domains_registered_domain.md) * [route53recoverycontrolconfig_cluster](route53recoverycontrolconfig_cluster.md) * [route53recoverycontrolconfig_control_panel](route53recoverycontrolconfig_control_panel.md) diff --git a/docs/5.x/accessanalyzer_analyzer.md b/docs/5.x/accessanalyzer_analyzer.md index 28312c9f..2ccb8f84 100644 --- a/docs/5.x/accessanalyzer_analyzer.md +++ b/docs/5.x/accessanalyzer_analyzer.md @@ -16,9 +16,15 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-new) * [`fn newAttrs()`](#fn-newattrs) * [`fn withAnalyzerName()`](#fn-withanalyzername) +* [`fn withConfiguration()`](#fn-withconfiguration) +* [`fn withConfigurationMixin()`](#fn-withconfigurationmixin) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withType()`](#fn-withtype) +* [`obj configuration`](#obj-configuration) + * [`fn new()`](#fn-configurationnew) + * [`obj configuration.unused_access`](#obj-configurationunused_access) + * [`fn new()`](#fn-configurationunused_accessnew) ## Fields @@ -53,6 +59,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `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. - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object. + - `configuration` (`list[obj]`): Set the `configuration` field on the resulting resource block. When `null`, the `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.accessanalyzer_analyzer.configuration.new](#fn-configurationnew) constructor. **Returns**: - A mixin object that injects the new resource into the root Terraform configuration. @@ -80,6 +87,7 @@ injecting into a complete block. - `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. - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object. + - `configuration` (`list[obj]`): Set the `configuration` field on the resulting object. When `null`, the `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.accessanalyzer_analyzer.configuration.new](#fn-configurationnew) 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 `accessanalyzer_analyzer` resource into the root Terraform configuration. @@ -101,6 +109,43 @@ Terraform resource block to set or update the analyzer_name field. - `value` (`string`): The value to set for the `analyzer_name` field. +### fn withConfiguration + +```ts +withConfiguration() +``` + +`aws.list[obj].withConfiguration` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the configuration 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].withConfigurationMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `configuration` field. + + +### fn withConfigurationMixin + +```ts +withConfigurationMixin() +``` + +`aws.list[obj].withConfigurationMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the configuration 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].withConfiguration](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `configuration` field. + + ### fn withTags ```ts @@ -147,3 +192,49 @@ Terraform resource block to set or update the type field. **Args**: - `resourceLabel` (`string`): The name label of the block to update. - `value` (`string`): The value to set for the `type` field. + + +## obj configuration + + + +### fn configuration.new + +```ts +new() +``` + + +`aws.accessanalyzer_analyzer.configuration.new` constructs a new object with attributes and blocks configured for the `configuration` +Terraform sub block. + + + +**Args**: + - `unused_access` (`list[obj]`): Set the `unused_access` field on the resulting object. When `null`, the `unused_access` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.accessanalyzer_analyzer.configuration.unused_access.new](#fn-configurationunused_accessnew) constructor. + +**Returns**: + - An attribute object that represents the `configuration` sub block. + + +## obj configuration.unused_access + + + +### fn configuration.unused_access.new + +```ts +new() +``` + + +`aws.accessanalyzer_analyzer.configuration.unused_access.new` constructs a new object with attributes and blocks configured for the `unused_access` +Terraform sub block. + + + +**Args**: + - `unused_access_age` (`number`): Set the `unused_access_age` field on the resulting object. When `null`, the `unused_access_age` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `unused_access` sub block. diff --git a/docs/5.x/codecommit_repository.md b/docs/5.x/codecommit_repository.md index 0ac5e252..36afd724 100644 --- a/docs/5.x/codecommit_repository.md +++ b/docs/5.x/codecommit_repository.md @@ -17,6 +17,7 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withDefaultBranch()`](#fn-withdefaultbranch) * [`fn withDescription()`](#fn-withdescription) +* [`fn withKmsKeyId()`](#fn-withkmskeyid) * [`fn withRepositoryName()`](#fn-withrepositoryname) * [`fn withTags()`](#fn-withtags) * [`fn withTagsAll()`](#fn-withtagsall) @@ -52,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. - `default_branch` (`string`): Set the `default_branch` field on the resulting resource block. When `null`, the `default_branch` field will be omitted from the resulting object. - `description` (`string`): Set the `description` field on the resulting resource block. When `null`, the `description` field will be omitted from the resulting object. + - `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. - `repository_name` (`string`): Set the `repository_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. @@ -80,6 +82,7 @@ injecting into a complete block. **Args**: - `default_branch` (`string`): Set the `default_branch` field on the resulting object. When `null`, the `default_branch` field will be omitted from the resulting object. - `description` (`string`): Set the `description` field on the resulting object. When `null`, the `description` field will be omitted from the resulting object. + - `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. - `repository_name` (`string`): Set the `repository_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. @@ -120,6 +123,22 @@ Terraform resource block to set or update the description field. - `value` (`string`): The value to set for the `description` field. +### fn withKmsKeyId + +```ts +withKmsKeyId() +``` + +`aws.string.withKmsKeyId` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the kms_key_id field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `kms_key_id` field. + + ### fn withRepositoryName ```ts diff --git a/docs/5.x/ecs_capacity_provider.md b/docs/5.x/ecs_capacity_provider.md index 6ba2b953..7bc05c01 100644 --- a/docs/5.x/ecs_capacity_provider.md +++ b/docs/5.x/ecs_capacity_provider.md @@ -193,6 +193,7 @@ Terraform sub block. **Args**: - `auto_scaling_group_arn` (`string`): Set the `auto_scaling_group_arn` field on the resulting object. + - `managed_draining` (`string`): Set the `managed_draining` field on the resulting object. When `null`, the `managed_draining` field will be omitted from the resulting object. - `managed_termination_protection` (`string`): Set the `managed_termination_protection` field on the resulting object. When `null`, the `managed_termination_protection` field will be omitted from the resulting object. - `managed_scaling` (`list[obj]`): Set the `managed_scaling` field on the resulting object. When `null`, the `managed_scaling` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.ecs_capacity_provider.auto_scaling_group_provider.managed_scaling.new](#fn-auto_scaling_group_providermanaged_scalingnew) constructor. diff --git a/docs/5.x/eks_access_entry.md b/docs/5.x/eks_access_entry.md index 7003616f..a7371183 100644 --- a/docs/5.x/eks_access_entry.md +++ b/docs/5.x/eks_access_entry.md @@ -22,6 +22,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withTagsAll()`](#fn-withtagsall) * [`fn withTimeouts()`](#fn-withtimeouts) * [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`fn withType()`](#fn-withtype) +* [`fn withUserName()`](#fn-withusername) * [`obj timeouts`](#obj-timeouts) * [`fn new()`](#fn-timeoutsnew) @@ -59,6 +61,8 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `principal_arn` (`string`): Set the `principal_arn` 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. + - `type` (`string`): Set the `type` field on the resulting resource block. When `null`, the `type` field will be omitted from the resulting object. + - `user_name` (`string`): Set the `user_name` field on the resulting resource block. When `null`, the `user_name` field will be omitted from the resulting object. - `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.eks_access_entry.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -88,6 +92,8 @@ injecting into a complete block. - `principal_arn` (`string`): Set the `principal_arn` 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. + - `type` (`string`): Set the `type` field on the resulting object. When `null`, the `type` field will be omitted from the resulting object. + - `user_name` (`string`): Set the `user_name` field on the resulting object. When `null`, the `user_name` field will be omitted from 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.eks_access_entry.timeouts.new](#fn-timeoutsnew) constructor. **Returns**: @@ -210,6 +216,38 @@ function. - `value` (`obj`): The value to set for the `timeouts` field. +### fn withType + +```ts +withType() +``` + +`aws.string.withType` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the type field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `type` field. + + +### fn withUserName + +```ts +withUserName() +``` + +`aws.string.withUserName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the user_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `user_name` field. + + ## obj timeouts diff --git a/docs/5.x/fsx_openzfs_file_system.md b/docs/5.x/fsx_openzfs_file_system.md index 57ff2ae2..5026d9cd 100644 --- a/docs/5.x/fsx_openzfs_file_system.md +++ b/docs/5.x/fsx_openzfs_file_system.md @@ -30,6 +30,7 @@ This package contains functions and utilities for setting up the resource using * [`fn withRootVolumeConfigurationMixin()`](#fn-withrootvolumeconfigurationmixin) * [`fn withRouteTableIds()`](#fn-withroutetableids) * [`fn withSecurityGroupIds()`](#fn-withsecuritygroupids) +* [`fn withSkipFinalBackup()`](#fn-withskipfinalbackup) * [`fn withStorageCapacity()`](#fn-withstoragecapacity) * [`fn withStorageType()`](#fn-withstoragetype) * [`fn withSubnetIds()`](#fn-withsubnetids) @@ -92,6 +93,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting resource block. When `null`, the `preferred_subnet_id` field will be omitted from the resulting object. - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting resource block. When `null`, the `route_table_ids` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting resource block. When `null`, the `security_group_ids` field will be omitted from the resulting object. + - `skip_final_backup` (`bool`): Set the `skip_final_backup` field on the resulting resource block. When `null`, the `skip_final_backup` field will be omitted from the resulting object. - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting resource block. When `null`, the `storage_capacity` field will be omitted from the resulting object. - `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. - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting resource block. @@ -136,6 +138,7 @@ injecting into a complete block. - `preferred_subnet_id` (`string`): Set the `preferred_subnet_id` field on the resulting object. When `null`, the `preferred_subnet_id` field will be omitted from the resulting object. - `route_table_ids` (`list`): Set the `route_table_ids` field on the resulting object. When `null`, the `route_table_ids` field will be omitted from the resulting object. - `security_group_ids` (`list`): Set the `security_group_ids` field on the resulting object. When `null`, the `security_group_ids` field will be omitted from the resulting object. + - `skip_final_backup` (`bool`): Set the `skip_final_backup` field on the resulting object. When `null`, the `skip_final_backup` field will be omitted from the resulting object. - `storage_capacity` (`number`): Set the `storage_capacity` field on the resulting object. When `null`, the `storage_capacity` field will be omitted from the resulting object. - `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. - `subnet_ids` (`list`): Set the `subnet_ids` field on the resulting object. @@ -401,6 +404,22 @@ Terraform resource block to set or update the security_group_ids field. - `value` (`list`): The value to set for the `security_group_ids` field. +### fn withSkipFinalBackup + +```ts +withSkipFinalBackup() +``` + +`aws.bool.withSkipFinalBackup` constructs a mixin object that can be merged into the `bool` +Terraform resource block to set or update the skip_final_backup field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`bool`): The value to set for the `skip_final_backup` field. + + ### fn withStorageCapacity ```ts diff --git a/docs/5.x/network_interface_sg_attachment.md b/docs/5.x/network_interface_sg_attachment.md index 11239438..cc63862b 100644 --- a/docs/5.x/network_interface_sg_attachment.md +++ b/docs/5.x/network_interface_sg_attachment.md @@ -17,6 +17,10 @@ This package contains functions and utilities for setting up the resource using * [`fn newAttrs()`](#fn-newattrs) * [`fn withNetworkInterfaceId()`](#fn-withnetworkinterfaceid) * [`fn withSecurityGroupId()`](#fn-withsecuritygroupid) +* [`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. - `network_interface_id` (`string`): Set the `network_interface_id` field on the resulting resource block. - `security_group_id` (`string`): Set the `security_group_id` 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.network_interface_sg_attachment.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**: - `network_interface_id` (`string`): Set the `network_interface_id` field on the resulting object. - `security_group_id` (`string`): Set the `security_group_id` 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.network_interface_sg_attachment.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 `network_interface_sg_attachment` resource into the root Terraform configuration. @@ -109,3 +115,64 @@ Terraform resource block to set or update the security_group_id field. **Args**: - `resourceLabel` (`string`): The name label of the block to update. - `value` (`string`): The value to set for the `security_group_id` 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.network_interface_sg_attachment.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +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. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/rekognition_project.md b/docs/5.x/rekognition_project.md new file mode 100644 index 00000000..022407a2 --- /dev/null +++ b/docs/5.x/rekognition_project.md @@ -0,0 +1,196 @@ +--- +permalink: /rekognition_project/ +--- + +# rekognition_project + +`rekognition_project` represents the `aws_rekognition_project` 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 withAutoUpdate()`](#fn-withautoupdate) +* [`fn withFeature()`](#fn-withfeature) +* [`fn withName()`](#fn-withname) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.rekognition_project.new` injects a new `aws_rekognition_project` 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.rekognition_project.new('some_id') + +You can get the reference to the `id` field of the created `aws.rekognition_project` using the reference: + + $._ref.aws_rekognition_project.some_id.get('id') + +This is the same as directly entering `"${ aws_rekognition_project.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. + - `auto_update` (`string`): Set the `auto_update` field on the resulting resource block. When `null`, the `auto_update` field will be omitted from the resulting object. + - `feature` (`string`): Set the `feature` field on the resulting resource block. When `null`, the `feature` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` 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.rekognition_project.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.rekognition_project.newAttrs` constructs a new object with attributes and blocks configured for the `rekognition_project` +Terraform resource. + +Unlike [aws.rekognition_project.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**: + - `auto_update` (`string`): Set the `auto_update` field on the resulting object. When `null`, the `auto_update` field will be omitted from the resulting object. + - `feature` (`string`): Set the `feature` field on the resulting object. When `null`, the `feature` field will be omitted from the resulting object. + - `name` (`string`): Set the `name` 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.rekognition_project.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 `rekognition_project` resource into the root Terraform configuration. + + +### fn withAutoUpdate + +```ts +withAutoUpdate() +``` + +`aws.string.withAutoUpdate` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the auto_update field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `auto_update` field. + + +### fn withFeature + +```ts +withFeature() +``` + +`aws.string.withFeature` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the feature field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `feature` field. + + +### 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 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.rekognition_project.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/route53domains_delegation_signer_record.md b/docs/5.x/route53domains_delegation_signer_record.md new file mode 100644 index 00000000..eeb817ba --- /dev/null +++ b/docs/5.x/route53domains_delegation_signer_record.md @@ -0,0 +1,226 @@ +--- +permalink: /route53domains_delegation_signer_record/ +--- + +# route53domains_delegation_signer_record + +`route53domains_delegation_signer_record` represents the `aws_route53domains_delegation_signer_record` 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 withDomainName()`](#fn-withdomainname) +* [`fn withSigningAttributes()`](#fn-withsigningattributes) +* [`fn withSigningAttributesMixin()`](#fn-withsigningattributesmixin) +* [`fn withTimeouts()`](#fn-withtimeouts) +* [`fn withTimeoutsMixin()`](#fn-withtimeoutsmixin) +* [`obj signing_attributes`](#obj-signing_attributes) + * [`fn new()`](#fn-signing_attributesnew) +* [`obj timeouts`](#obj-timeouts) + * [`fn new()`](#fn-timeoutsnew) + +## Fields + +### fn new + +```ts +new() +``` + + +`aws.route53domains_delegation_signer_record.new` injects a new `aws_route53domains_delegation_signer_record` 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.route53domains_delegation_signer_record.new('some_id') + +You can get the reference to the `id` field of the created `aws.route53domains_delegation_signer_record` using the reference: + + $._ref.aws_route53domains_delegation_signer_record.some_id.get('id') + +This is the same as directly entering `"${ aws_route53domains_delegation_signer_record.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. + - `domain_name` (`string`): Set the `domain_name` field on the resulting resource block. + - `signing_attributes` (`list[obj]`): Set the `signing_attributes` field on the resulting resource block. When `null`, the `signing_attributes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53domains_delegation_signer_record.signing_attributes.new](#fn-signing_attributesnew) constructor. + - `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.route53domains_delegation_signer_record.timeouts.new](#fn-timeoutsnew) constructor. + +**Returns**: +- A mixin object that injects the new resource into the root Terraform configuration. + + +### fn newAttrs + +```ts +newAttrs() +``` + + +`aws.route53domains_delegation_signer_record.newAttrs` constructs a new object with attributes and blocks configured for the `route53domains_delegation_signer_record` +Terraform resource. + +Unlike [aws.route53domains_delegation_signer_record.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**: + - `domain_name` (`string`): Set the `domain_name` field on the resulting object. + - `signing_attributes` (`list[obj]`): Set the `signing_attributes` field on the resulting object. When `null`, the `signing_attributes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.route53domains_delegation_signer_record.signing_attributes.new](#fn-signing_attributesnew) constructor. + - `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.route53domains_delegation_signer_record.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 `route53domains_delegation_signer_record` resource into the root Terraform configuration. + + +### fn withDomainName + +```ts +withDomainName() +``` + +`aws.string.withDomainName` constructs a mixin object that can be merged into the `string` +Terraform resource block to set or update the domain_name field. + + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`string`): The value to set for the `domain_name` field. + + +### fn withSigningAttributes + +```ts +withSigningAttributes() +``` + +`aws.list[obj].withSigningAttributes` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the signing_attributes 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].withSigningAttributesMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `signing_attributes` field. + + +### fn withSigningAttributesMixin + +```ts +withSigningAttributesMixin() +``` + +`aws.list[obj].withSigningAttributesMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the signing_attributes 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].withSigningAttributes](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `signing_attributes` 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 signing_attributes + + + +### fn signing_attributes.new + +```ts +new() +``` + + +`aws.route53domains_delegation_signer_record.signing_attributes.new` constructs a new object with attributes and blocks configured for the `signing_attributes` +Terraform sub block. + + + +**Args**: + - `algorithm` (`number`): Set the `algorithm` field on the resulting object. + - `flags` (`number`): Set the `flags` field on the resulting object. + - `public_key` (`string`): Set the `public_key` field on the resulting object. + +**Returns**: + - An attribute object that represents the `signing_attributes` sub block. + + +## obj timeouts + + + +### fn timeouts.new + +```ts +new() +``` + + +`aws.route53domains_delegation_signer_record.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts` +Terraform sub block. + + + +**Args**: + - `create` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). When `null`, the `create` field will be omitted from the resulting object. + - `delete` (`string`): A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. When `null`, the `delete` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `timeouts` sub block. diff --git a/docs/5.x/wafv2_web_acl.md b/docs/5.x/wafv2_web_acl.md index 271a35ae..4ec732e4 100644 --- a/docs/5.x/wafv2_web_acl.md +++ b/docs/5.x/wafv2_web_acl.md @@ -19,6 +19,8 @@ This package contains functions and utilities for setting up the resource using * [`fn withAssociationConfigMixin()`](#fn-withassociationconfigmixin) * [`fn withCaptchaConfig()`](#fn-withcaptchaconfig) * [`fn withCaptchaConfigMixin()`](#fn-withcaptchaconfigmixin) +* [`fn withChallengeConfig()`](#fn-withchallengeconfig) +* [`fn withChallengeConfigMixin()`](#fn-withchallengeconfigmixin) * [`fn withCustomResponseBody()`](#fn-withcustomresponsebody) * [`fn withCustomResponseBodyMixin()`](#fn-withcustomresponsebodymixin) * [`fn withDefaultAction()`](#fn-withdefaultaction) @@ -43,6 +45,10 @@ This package contains functions and utilities for setting up the resource using * [`fn new()`](#fn-captcha_confignew) * [`obj captcha_config.immunity_time_property`](#obj-captcha_configimmunity_time_property) * [`fn new()`](#fn-captcha_configimmunity_time_propertynew) +* [`obj challenge_config`](#obj-challenge_config) + * [`fn new()`](#fn-challenge_confignew) + * [`obj challenge_config.immunity_time_property`](#obj-challenge_configimmunity_time_property) + * [`fn new()`](#fn-challenge_configimmunity_time_propertynew) * [`obj custom_response_body`](#obj-custom_response_body) * [`fn new()`](#fn-custom_response_bodynew) * [`obj default_action`](#obj-default_action) @@ -17057,6 +17063,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using - `token_domains` (`list`): Set the `token_domains` field on the resulting resource block. When `null`, the `token_domains` field will be omitted from the resulting object. - `association_config` (`list[obj]`): Set the `association_config` field on the resulting resource block. When `null`, the `association_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.wafv2_web_acl.association_config.new](#fn-association_confignew) constructor. - `captcha_config` (`list[obj]`): Set the `captcha_config` field on the resulting resource block. When `null`, the `captcha_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.wafv2_web_acl.captcha_config.new](#fn-captcha_confignew) constructor. + - `challenge_config` (`list[obj]`): Set the `challenge_config` field on the resulting resource block. When `null`, the `challenge_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.wafv2_web_acl.challenge_config.new](#fn-challenge_confignew) constructor. - `custom_response_body` (`list[obj]`): Set the `custom_response_body` field on the resulting resource block. When `null`, the `custom_response_body` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.custom_response_body.new](#fn-custom_response_bodynew) constructor. - `default_action` (`list[obj]`): Set the `default_action` field on the resulting resource block. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.default_action.new](#fn-default_actionnew) constructor. - `rule` (`list[obj]`): Set the `rule` field on the resulting resource block. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.rule.new](#fn-rulenew) constructor. @@ -17092,6 +17099,7 @@ injecting into a complete block. - `token_domains` (`list`): Set the `token_domains` field on the resulting object. When `null`, the `token_domains` field will be omitted from the resulting object. - `association_config` (`list[obj]`): Set the `association_config` field on the resulting object. When `null`, the `association_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.wafv2_web_acl.association_config.new](#fn-association_confignew) constructor. - `captcha_config` (`list[obj]`): Set the `captcha_config` field on the resulting object. When `null`, the `captcha_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.wafv2_web_acl.captcha_config.new](#fn-captcha_confignew) constructor. + - `challenge_config` (`list[obj]`): Set the `challenge_config` field on the resulting object. When `null`, the `challenge_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.wafv2_web_acl.challenge_config.new](#fn-challenge_confignew) constructor. - `custom_response_body` (`list[obj]`): Set the `custom_response_body` field on the resulting object. When `null`, the `custom_response_body` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.custom_response_body.new](#fn-custom_response_bodynew) constructor. - `default_action` (`list[obj]`): Set the `default_action` field on the resulting object. When `null`, the `default_action` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.default_action.new](#fn-default_actionnew) constructor. - `rule` (`list[obj]`): Set the `rule` field on the resulting object. When `null`, the `rule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.rule.new](#fn-rulenew) constructor. @@ -17175,6 +17183,43 @@ function. - `value` (`list[obj]`): The value to set for the `captcha_config` field. +### fn withChallengeConfig + +```ts +withChallengeConfig() +``` + +`aws.list[obj].withChallengeConfig` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the challenge_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].withChallengeConfigMixin](TODO) function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `challenge_config` field. + + +### fn withChallengeConfigMixin + +```ts +withChallengeConfigMixin() +``` + +`aws.list[obj].withChallengeConfigMixin` constructs a mixin object that can be merged into the `list[obj]` +Terraform resource block to set or update the challenge_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].withChallengeConfig](TODO) +function. + + +**Args**: + - `resourceLabel` (`string`): The name label of the block to update. + - `value` (`list[obj]`): The value to set for the `challenge_config` field. + + ### fn withCustomResponseBody ```ts @@ -17527,6 +17572,52 @@ Terraform sub block. +**Args**: + - `immunity_time` (`number`): Set the `immunity_time` field on the resulting object. When `null`, the `immunity_time` field will be omitted from the resulting object. + +**Returns**: + - An attribute object that represents the `immunity_time_property` sub block. + + +## obj challenge_config + + + +### fn challenge_config.new + +```ts +new() +``` + + +`aws.wafv2_web_acl.challenge_config.new` constructs a new object with attributes and blocks configured for the `challenge_config` +Terraform sub block. + + + +**Args**: + - `immunity_time_property` (`list[obj]`): Set the `immunity_time_property` field on the resulting object. When `null`, the `immunity_time_property` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.wafv2_web_acl.challenge_config.immunity_time_property.new](#fn-challenge_configimmunity_time_propertynew) constructor. + +**Returns**: + - An attribute object that represents the `challenge_config` sub block. + + +## obj challenge_config.immunity_time_property + + + +### fn challenge_config.immunity_time_property.new + +```ts +new() +``` + + +`aws.wafv2_web_acl.challenge_config.immunity_time_property.new` constructs a new object with attributes and blocks configured for the `immunity_time_property` +Terraform sub block. + + + **Args**: - `immunity_time` (`number`): Set the `immunity_time` field on the resulting object. When `null`, the `immunity_time` field will be omitted from the resulting object.