Uses of Interface
software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
Packages that use CfnSecurityGroupEgressProps
-
Uses of CfnSecurityGroupEgressProps in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement CfnSecurityGroupEgressPropsModifier and TypeClassDescriptionstatic final class
An implementation forCfnSecurityGroupEgressProps
Methods in software.amazon.awscdk.services.ec2 that return CfnSecurityGroupEgressPropsModifier and TypeMethodDescriptionCfnSecurityGroupEgressProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnSecurityGroupEgressPropsModifierConstructorDescriptionCfnSecurityGroupEgress
(Construct scope, String id, CfnSecurityGroupEgressProps props) Create a newAWS::EC2::SecurityGroupEgress
.