Uses of Interface
software.amazon.awscdk.services.ec2.ISecurityGroupRef
Packages that use ISecurityGroupRef
Package
Description
AWS APIGatewayv2 Construct Library
Amazon EC2 Construct Library
-
Uses of ISecurityGroupRef in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return types with arguments of type ISecurityGroupRefModifier and TypeMethodDescriptiondefault List
<ISecurityGroupRef> VpcLinkProps.getSecurityGroups()
A list of security groups for the VPC link.final List
<ISecurityGroupRef> VpcLinkProps.Jsii$Proxy.getSecurityGroups()
Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ISecurityGroupRefModifier and TypeMethodDescriptionvoid
VpcLink.addSecurityGroups
(ISecurityGroupRef... groups) Adds the provided security groups to the vpc link.Method parameters in software.amazon.awscdk.services.apigatewayv2 with type arguments of type ISecurityGroupRefModifier and TypeMethodDescriptionVpcLink.Builder.securityGroups
(List<? extends ISecurityGroupRef> securityGroups) A list of security groups for the VPC link.VpcLinkProps.Builder.securityGroups
(List<? extends ISecurityGroupRef> securityGroups) Sets the value ofVpcLinkProps.getSecurityGroups()
-
Uses of ISecurityGroupRef in software.amazon.awscdk.services.ec2
Subinterfaces of ISecurityGroupRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
Interface for security group-like objects.static interface
Internal default implementation forISecurityGroup
.static interface
Internal default implementation forISecurityGroupRef
.Classes in software.amazon.awscdk.services.ec2 that implement ISecurityGroupRefModifier and TypeClassDescriptionclass
Specifies a security group.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Creates an Amazon EC2 security group within a VPC.