Interface CfnLoadBalancer.SourceSecurityGroupProperty

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

@Stability(Stable) public static interface CfnLoadBalancer.SourceSecurityGroupProperty extends software.amazon.jsii.JsiiSerializable
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.elasticloadbalancing.*;
 SourceSecurityGroupProperty sourceSecurityGroupProperty = SourceSecurityGroupProperty.builder()
         .groupName("groupName")
         .ownerAlias("ownerAlias")
         .build();
 

See Also: