/** *

Provides a summary of SSL/TLS certificate metadata.

*/ export interface _LoadBalancerTlsCertificateSummary { /** *

The name of the SSL/TLS certificate.

*/ name?: string; /** *

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

*/ isAttached?: boolean; } export declare type _UnmarshalledLoadBalancerTlsCertificateSummary = _LoadBalancerTlsCertificateSummary;