aws.lightsail.get_load_balancer_tls_policies
Example SQL Queries
SELECT * FROMaws.lightsail.get_load_balancer_tls_policies;Description
Returns a list of TLS security policies that you can apply to Lightsail load balancers.
For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_token Input Column The token to advance to the next page of results from your request. To get a page token, perform an initial GetLoadBalancerTlsPolicies request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| next_page_token The token to advance to the next page of results from your request. A next page token is not returned if there are no more results to display. To get the next page of results, perform another GetLoadBalancerTlsPolicies request and specify the next page token using the pageToken parameter. | VARCHAR |
| tls_policies An array of objects that describe the TLS security policies that are available. | STRUCT( |
Show child fields
| |