AWS code-library documentation change
Summary
Added PowerShell V5 example for DescribeListenerCertificates operation
Security assessment
Documents certificate inspection capability important for security audits, but not tied to a specific security issue.
Diff
diff --git a/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeListenerCertificates_section.md b/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeListenerCertificates_section.md index 28bb575ac..49f418eca 100644 --- a//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeListenerCertificates_section.md +++ b//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeListenerCertificates_section.md @@ -75,0 +76,21 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This examples describes the certificate for the specified listener.** + + + Get-ELB2ListenerCertificate -ListenerArn 'arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/app/test-alb/3651b4394dd9a24f/66e10e3aaf5b6d9b' + + +**Output:** + + + CertificateArn IsDefault + -------------- --------- + arn:aws:acm:us-east-1:123456789012:certificate/5fc7c092-68bf-4862-969c-22fd48b6e17c True + + * For API details, see [DescribeListenerCertificates](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +