Interface CfnListener.ListenerAttributeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnListener.ListenerAttributeProperty.Jsii$Proxy
Enclosing class:
CfnListener

@Stability(Stable) public static interface CfnListener.ListenerAttributeProperty extends software.amazon.jsii.JsiiSerializable
Information about a listener attribute.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.elasticloadbalancingv2.*;
 ListenerAttributeProperty listenerAttributeProperty = ListenerAttributeProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: