You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Required) The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
(Optional) The name of Resource Group. A Resource Group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with AWS or aws.
(Optional) A list of targets to add to the target group. Each value of targets block as defined below. (Required) name - The name of the target. This value is only used internally within Terraform code. (Required) lambda_function - The Amazon Resource Name (ARN) of the target Lambda function. If your ARN doesn't specify a version or alias, the latest version ($LATEST) is used by default. If the ARN specifies a version or alias, it appears as the last segment of the ARN separated by a colon.
list(object({ name = string lambda_function = string }))
The list of targets of the target group. name - The name of the target. This value is only used internally within Terraform code. lambda_function - The Amazon Resource Name (ARN) of the target Lambda function.