aws.elbv2.describe_ssl_policies
Example SQL Queries
SELECT * FROMaws.elbv2.describe_ssl_policies;Description
Describes the specified policies or all policies used for SSL negotiation.
For more information, see Security policies in the Application Load Balancers Guide or Security policies in the Network Load Balancers Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| load_balancer_type Input Column The type of load balancer. The default lists the SSL policies for all load balancers. | VARCHAR |
| names Input Column The names of the policies. | VARCHAR[] |
Show child fields
| |
| _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
| |
| ciphers The ciphers. | STRUCT( |
Show child fields
| |
| name The name of the policy. | VARCHAR |
| ssl_protocols The protocols. | VARCHAR[] |
Show child fields
| |
| supported_load_balancer_types The supported load balancers. | VARCHAR[] |
Show child fields
| |