Uses of Interface
software.amazon.awscdk.interfaces.ec2.ISecurityGroupRef
Packages that use ISecurityGroupRef
Package
Description
AWS APIGatewayv2 Construct Library
Amazon EC2 Construct Library
-
Uses of ISecurityGroupRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of ISecurityGroupRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISecurityGroupRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement ISecurityGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
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 TypeMethodDescriptionvoidVpcLink.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 TypeInterfaceDescriptioninterfaceInterface for security group-like objects.static interfaceInternal default implementation forISecurityGroup.Classes in software.amazon.awscdk.services.ec2 that implement ISecurityGroupRefModifier and TypeClassDescriptionclassSpecifies a security group.static final classA proxy class which represents a concrete javascript instance of this type.classCreates an Amazon EC2 security group within a VPC.Methods in software.amazon.awscdk.services.ec2 that return ISecurityGroupRefModifier and TypeMethodDescriptionstatic ISecurityGroupRefCfnSecurityGroup.fromSecurityGroupId(software.constructs.Construct scope, String id, String securityGroupId) Creates a new ISecurityGroupRef from a securityGroupId.