Module: AWSCDK::ElasticLoadBalancingv2::IListenerCertificate
- Included in:
- ListenerCertificate
- Defined in:
- elastic_load_balancingv2/i_listener_certificate.rb
Overview
A certificate source for an ELBv2 listener.
Class Method Summary collapse
Instance Method Summary collapse
-
#certificate_arn ⇒ String
The ARN of the certificate to use.
Class Method Details
.jsii_overridable_methods ⇒ Object
14 15 16 17 18 |
# File 'elastic_load_balancingv2/i_listener_certificate.rb', line 14 def self.jsii_overridable_methods { :certificate_arn => { kind: :property, name: "certificateArn", is_optional: false }, } end |
Instance Method Details
#certificate_arn ⇒ String
The ARN of the certificate to use.
10 11 12 |
# File 'elastic_load_balancingv2/i_listener_certificate.rb', line 10 def certificate_arn() jsii_get_property("certificateArn") end |