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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLoadBalancer.SourceSecurityGroupPropertystatic final classAn implementation forCfnLoadBalancer.SourceSecurityGroupProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupName
- See Also:
-
getOwnerAlias
- See Also:
-
builder
-