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 .
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
get-load-balancer-tls-policies
[--page-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--page-token
(string)
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.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
tlsPolicies -> (list)
An array of objects that describe the TLS security policies that are available.
(structure)
Describes the TLS security policies that are available for 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 .
name -> (string)
The name of the TLS security policy.
isDefault -> (boolean)
A Boolean value that indicates whether the TLS security policy is the default.
description -> (string)
The description of the TLS security policy.
protocols -> (list)
The protocols used in a given TLS security policy.
(string)
ciphers -> (list)
The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
(string)
nextPageToken -> (string)
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 thepageToken
parameter.