Uses of Interface
software.amazon.awscdk.services.ec2.ISecurityGroup
Packages that use ISecurityGroup
Package
Description
AWS CDK Custom Resources
CDK Pipelines
AWS::APIGatewayv2 Construct Library
AWS::AppRunner Construct Library
Amazon EC2 Auto Scaling Construct Library
AWS Batch Construct Library
AWS CodeBuild Construct Library
Amazon DocumentDB Construct Library
Amazon EC2 Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
Amazon Elastic File System Construct Library
Amazon EKS Construct Library
Amazon EKS Construct Library
Amazon Elastic Load Balancing Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Amazon OpenSearch Service Construct Library
Event Targets for Amazon EventBridge
Amazon FSx Construct Library
AWS Glue Construct Library
AWS Lambda Construct Library
AWS Lambda Event Sources
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Amazon Managed Streaming for Apache Kafka Construct Library
Amazon Neptune Construct Library
Amazon OpenSearch Service Construct Library
Amazon Relational Database Service Construct Library
Amazon Redshift Construct Library
AWS Secrets Manager Construct Library
Tasks for AWS Step Functions
Amazon CloudWatch Synthetics Construct Library
Triggers
-
Uses of ISecurityGroup in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>ProviderProps.getSecurityGroups()Security groups to attach to the provider functions.final List<ISecurityGroup>ProviderProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.customresources with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionProvider.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Security groups to attach to the provider functions.ProviderProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofProviderProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>CodeBuildOptions.getSecurityGroups()Which security group(s) to associate with the project network interfaces.final List<ISecurityGroup>CodeBuildOptions.Jsii$Proxy.getSecurityGroups()CodeBuildStep.getSecurityGroups()Which security group to associate with the script's project network interfaces.default List<ISecurityGroup>CodeBuildStepProps.getSecurityGroups()Which security group to associate with the script's project network interfaces.final List<ISecurityGroup>CodeBuildStepProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>ShellScriptActionProps.getSecurityGroups()Deprecated.final List<ISecurityGroup>ShellScriptActionProps.Jsii$Proxy.getSecurityGroups()Deprecated.Method parameters in software.amazon.awscdk.pipelines with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionCodeBuildOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCodeBuildOptions.getSecurityGroups()CodeBuildStep.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Which security group to associate with the script's project network interfaces.CodeBuildStepProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCodeBuildStepProps.getSecurityGroups()ShellScriptAction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated.ShellScriptActionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated. -
Uses of ISecurityGroup in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>VpcLinkProps.getSecurityGroups()(experimental) A list of security groups for the VPC link.final List<ISecurityGroup>VpcLinkProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ISecurityGroupModifier and TypeMethodDescriptionvoidVpcLink.addSecurityGroups(@NotNull ISecurityGroup... groups) (experimental) Adds the provided security groups to the vpc link.Method parameters in software.amazon.awscdk.services.apigatewayv2 with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionVpcLink.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) A list of security groups for the VPC link.VpcLinkProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofVpcLinkProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.apprunner
Methods in software.amazon.awscdk.services.apprunner that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionVpcConnectorAttributes.getSecurityGroups()(experimental) The security groups associated with the VPC connector.final List<ISecurityGroup>VpcConnectorAttributes.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>VpcConnectorProps.getSecurityGroups()(experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.final List<ISecurityGroup>VpcConnectorProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.apprunner with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionVpcConnector.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.VpcConnectorAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofVpcConnectorAttributes.getSecurityGroups()VpcConnectorProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofVpcConnectorProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupAutoScalingGroupProps.getSecurityGroup()Security group to launch the instances in.final ISecurityGroupAutoScalingGroupProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.autoscaling with parameters of type ISecurityGroupModifier and TypeMethodDescriptionvoidAutoScalingGroup.addSecurityGroup(ISecurityGroup securityGroup) Add the security group to all instances via the launch configuration security groups array.AutoScalingGroup.Builder.securityGroup(ISecurityGroup securityGroup) Security group to launch the instances in.AutoScalingGroupProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofAutoScalingGroupProps.getSecurityGroup() -
Uses of ISecurityGroup in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>ComputeResources.getSecurityGroups()(experimental) The EC2 security group(s) associated with instances launched in the compute environment.final List<ISecurityGroup>ComputeResources.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.batch with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionComputeResources.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofComputeResources.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return ISecurityGroupModifier and TypeMethodDescriptionfinal ISecurityGroupEdgeFunctionProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.cloudfront.experimental that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>EdgeFunctionProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type ISecurityGroupModifier and TypeMethodDescriptionEdgeFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadEdgeFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadMethod parameters in software.amazon.awscdk.services.cloudfront.experimental with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionEdgeFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.EdgeFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>CommonProjectProps.getSecurityGroups()What security group to associate with the codebuild project's network interfaces.final List<ISecurityGroup>CommonProjectProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>PipelineProjectProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>ProjectProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.codebuild with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionCommonProjectProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCommonProjectProps.getSecurityGroups()PipelineProject.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) What security group to associate with the codebuild project's network interfaces.PipelineProjectProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCommonProjectProps.getSecurityGroups()Project.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) What security group to associate with the codebuild project's network interfaces.ProjectProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCommonProjectProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupDatabaseClusterAttributes.getSecurityGroup()The security group of the database cluster.final ISecurityGroupDatabaseClusterAttributes.Jsii$Proxy.getSecurityGroup()default ISecurityGroupDatabaseClusterProps.getSecurityGroup()Security group.final ISecurityGroupDatabaseClusterProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.docdb with parameters of type ISecurityGroupModifier and TypeMethodDescriptionvoidDatabaseCluster.addSecurityGroups(@NotNull ISecurityGroup... securityGroups) Adds security groups to this cluster.DatabaseCluster.Builder.securityGroup(ISecurityGroup securityGroup) Security group.DatabaseClusterAttributes.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofDatabaseClusterAttributes.getSecurityGroup()DatabaseClusterProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofDatabaseClusterProps.getSecurityGroup() -
Uses of ISecurityGroup in software.amazon.awscdk.services.ec2
Subinterfaces of ISecurityGroup in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISecurityGroup.Classes in software.amazon.awscdk.services.ec2 that implement ISecurityGroupModifier and TypeClassDescriptionstatic 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 ISecurityGroupModifier and TypeMethodDescriptionstatic ISecurityGroupSecurityGroup.fromLookup(software.constructs.Construct scope, String id, String securityGroupId) Deprecated.UsefromLookupById()insteadstatic ISecurityGroupSecurityGroup.fromLookupById(software.constructs.Construct scope, String id, String securityGroupId) Look up a security group by id.static ISecurityGroupSecurityGroup.fromLookupByName(software.constructs.Construct scope, String id, String securityGroupName, IVpc vpc) Look up a security group by name.static ISecurityGroupSecurityGroup.fromSecurityGroupId(software.constructs.Construct scope, String id, String securityGroupId) Import an existing security group into this app.static ISecurityGroupSecurityGroup.fromSecurityGroupId(software.constructs.Construct scope, String id, String securityGroupId, SecurityGroupImportOptions options) Import an existing security group into this app.default ISecurityGroupBastionHostLinuxProps.getSecurityGroup()Security Group to assign to this instance.final ISecurityGroupBastionHostLinuxProps.Jsii$Proxy.getSecurityGroup()default ISecurityGroupInstanceProps.getSecurityGroup()Security Group to assign to this instance.final ISecurityGroupInstanceProps.Jsii$Proxy.getSecurityGroup()default ISecurityGroupLaunchTemplateProps.getSecurityGroup()Security group to assign to instances created with the launch template.final ISecurityGroupLaunchTemplateProps.Jsii$Proxy.getSecurityGroup()default ISecurityGroupNatInstanceProps.getSecurityGroup()Security Group for NAT instances.final ISecurityGroupNatInstanceProps.Jsii$Proxy.getSecurityGroup()NatInstanceProvider.getSecurityGroup()The Security Group associated with the NAT instances.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionClientVpnEndpointAttributes.getSecurityGroups()The security groups associated with the endpoint.final List<ISecurityGroup>ClientVpnEndpointAttributes.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>ClientVpnEndpointOptions.getSecurityGroups()The security groups to apply to the target network.final List<ISecurityGroup>ClientVpnEndpointOptions.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>ClientVpnEndpointProps.Jsii$Proxy.getSecurityGroups()Connections.getSecurityGroups()default List<ISecurityGroup>ConnectionsProps.getSecurityGroups()What securityGroup(s) this object is managing connections for.final List<ISecurityGroup>ConnectionsProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>InterfaceVpcEndpointAttributes.getSecurityGroups()The security groups associated with the interface VPC endpoint.final List<ISecurityGroup>InterfaceVpcEndpointAttributes.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>InterfaceVpcEndpointOptions.getSecurityGroups()The security groups to associate with this interface VPC endpoint.final List<ISecurityGroup>InterfaceVpcEndpointOptions.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>InterfaceVpcEndpointProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.ec2 with parameters of type ISecurityGroupModifier and TypeMethodDescriptionvoidConnections.addSecurityGroup(@NotNull ISecurityGroup... securityGroups) Add a security group to the list of security groups managed by this object.voidInstance.addSecurityGroup(ISecurityGroup securityGroup) Add the security group to the instance.BastionHostLinux.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to assign to this instance.BastionHostLinuxProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofBastionHostLinuxProps.getSecurityGroup()Instance.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to assign to this instance.InstanceProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofInstanceProps.getSecurityGroup()LaunchTemplate.Builder.securityGroup(ISecurityGroup securityGroup) Security group to assign to instances created with the launch template.LaunchTemplateProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofLaunchTemplateProps.getSecurityGroup()NatInstanceProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofNatInstanceProps.getSecurityGroup()NatInstanceProvider.Builder.securityGroup(ISecurityGroup securityGroup) Security Group for NAT instances.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionClientVpnEndpoint.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to apply to the target network.ClientVpnEndpointAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClientVpnEndpointAttributes.getSecurityGroups()ClientVpnEndpointOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClientVpnEndpointOptions.getSecurityGroups()ClientVpnEndpointProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClientVpnEndpointOptions.getSecurityGroups()Connections.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) What securityGroup(s) this object is managing connections for.ConnectionsProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofConnectionsProps.getSecurityGroups()InterfaceVpcEndpoint.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with this interface VPC endpoint.InterfaceVpcEndpointAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofInterfaceVpcEndpointAttributes.getSecurityGroups()InterfaceVpcEndpointOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofInterfaceVpcEndpointOptions.getSecurityGroups()InterfaceVpcEndpointProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofInterfaceVpcEndpointOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupEc2ServiceProps.getSecurityGroup()Deprecated.use securityGroups instead.final ISecurityGroupEc2ServiceProps.Jsii$Proxy.getSecurityGroup()default ISecurityGroupFargateServiceProps.getSecurityGroup()Deprecated.use securityGroups instead.final ISecurityGroupFargateServiceProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.ecs that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionClusterAttributes.getSecurityGroups()The security groups associated with the container instances registered to the cluster.final List<ISecurityGroup>ClusterAttributes.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>Ec2ServiceProps.getSecurityGroups()The security groups to associate with the service.final List<ISecurityGroup>Ec2ServiceProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>ExternalServiceProps.getSecurityGroups()The security groups to associate with the service.final List<ISecurityGroup>ExternalServiceProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>FargateServiceProps.getSecurityGroups()The security groups to associate with the service.final List<ISecurityGroup>FargateServiceProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.ecs with parameters of type ISecurityGroupModifier and TypeMethodDescriptionprotected voidBaseService.configureAwsVpcNetworking(IVpc vpc, Boolean assignPublicIp, SubnetSelection vpcSubnets, ISecurityGroup securityGroup) Deprecated.use configureAwsVpcNetworkingWithSecurityGroups instead.Ec2Service.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.use securityGroups instead.Ec2ServiceProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.use securityGroups instead.FargateService.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.use securityGroups instead.FargateServiceProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.use securityGroups instead.Method parameters in software.amazon.awscdk.services.ecs with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionprotected voidBaseService.configureAwsVpcNetworkingWithSecurityGroups(IVpc vpc, Boolean assignPublicIp, SubnetSelection vpcSubnets, List<ISecurityGroup> securityGroups) This method is called to create a networkConfiguration.protected voidExternalService.configureAwsVpcNetworkingWithSecurityGroups(IVpc _vpc, Boolean _assignPublicIp, SubnetSelection _vpcSubnets, List<ISecurityGroup> _securityGroups) Overriden method to throw error asconfigureAwsVpcNetworkingWithSecurityGroupsis not supported for external service.ClusterAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterAttributes.getSecurityGroups()Ec2Service.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with the service.Ec2ServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofEc2ServiceProps.getSecurityGroups()ExternalService.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with the service.ExternalServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofExternalServiceProps.getSecurityGroups()FargateService.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with the service.FargateServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFargateServiceProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>ApplicationLoadBalancedFargateServiceProps.getSecurityGroups()The security groups to associate with the service.final List<ISecurityGroup>ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>QueueProcessingFargateServiceProps.getSecurityGroups()The security groups to associate with the service.final List<ISecurityGroup>QueueProcessingFargateServiceProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>ScheduledEc2TaskProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>ScheduledFargateTaskProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>ScheduledTaskBaseProps.getSecurityGroups()Existing security groups to use for your service.final List<ISecurityGroup>ScheduledTaskBaseProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.ecs.patterns with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionApplicationLoadBalancedFargateService.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with the service.ApplicationLoadBalancedFargateServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofApplicationLoadBalancedFargateServiceProps.getSecurityGroups()QueueProcessingFargateService.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to associate with the service.QueueProcessingFargateServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofQueueProcessingFargateServiceProps.getSecurityGroups()ScheduledEc2Task.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for your service.ScheduledEc2TaskProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofScheduledTaskBaseProps.getSecurityGroups()ScheduledFargateTask.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for your service.ScheduledFargateTaskProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofScheduledTaskBaseProps.getSecurityGroups()ScheduledTaskBaseProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofScheduledTaskBaseProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return ISecurityGroupModifier and TypeMethodDescriptionFileSystemAttributes.getSecurityGroup()The security group of the file system.final ISecurityGroupFileSystemAttributes.Jsii$Proxy.getSecurityGroup()default ISecurityGroupFileSystemProps.getSecurityGroup()Security Group to assign to this file system.final ISecurityGroupFileSystemProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.efs with parameters of type ISecurityGroupModifier and TypeMethodDescriptionFileSystem.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to assign to this file system.FileSystemAttributes.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofFileSystemAttributes.getSecurityGroup()FileSystemProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofFileSystemProps.getSecurityGroup() -
Uses of ISecurityGroup in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return ISecurityGroupModifier and TypeMethodDescriptionCluster.getClusterHandlerSecurityGroup()A security group to associate with the Cluster Handler's Lambdas.default ISecurityGroupClusterOptions.getClusterHandlerSecurityGroup()A security group to associate with the Cluster Handler's Lambdas.final ISecurityGroupClusterOptions.Jsii$Proxy.getClusterHandlerSecurityGroup()final ISecurityGroupClusterProps.Jsii$Proxy.getClusterHandlerSecurityGroup()final ISecurityGroupFargateClusterProps.Jsii$Proxy.getClusterHandlerSecurityGroup()default ISecurityGroupICluster.getClusterHandlerSecurityGroup()A security group to associate with the Cluster Handler's Lambdas.default ISecurityGroupICluster.Jsii$Default.getClusterHandlerSecurityGroup()A security group to associate with the Cluster Handler's Lambdas.final ISecurityGroupICluster.Jsii$Proxy.getClusterHandlerSecurityGroup()A security group to associate with the Cluster Handler's Lambdas.Cluster.getClusterSecurityGroup()The cluster security group that was created by Amazon EKS for the cluster.ICluster.getClusterSecurityGroup()The cluster security group that was created by Amazon EKS for the cluster.default ISecurityGroupICluster.Jsii$Default.getClusterSecurityGroup()The cluster security group that was created by Amazon EKS for the cluster.final ISecurityGroupICluster.Jsii$Proxy.getClusterSecurityGroup()The cluster security group that was created by Amazon EKS for the cluster.Cluster.getKubectlSecurityGroup()A security group to use forkubectlexecution.default ISecurityGroupICluster.getKubectlSecurityGroup()A security group to use forkubectlexecution.default ISecurityGroupICluster.Jsii$Default.getKubectlSecurityGroup()A security group to use forkubectlexecution.final ISecurityGroupICluster.Jsii$Proxy.getKubectlSecurityGroup()A security group to use forkubectlexecution.final ISecurityGroupClusterOptions.Jsii$Proxy.getSecurityGroup()final ISecurityGroupClusterProps.Jsii$Proxy.getSecurityGroup()default ISecurityGroupCommonClusterOptions.getSecurityGroup()Security Group to use for Control Plane ENIs.final ISecurityGroupCommonClusterOptions.Jsii$Proxy.getSecurityGroup()final ISecurityGroupFargateClusterProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.eks that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>NodegroupRemoteAccess.getSourceSecurityGroups()The security groups that are allowed SSH access (port 22) to the worker nodes.final List<ISecurityGroup>NodegroupRemoteAccess.Jsii$Proxy.getSourceSecurityGroups()Methods in software.amazon.awscdk.services.eks with parameters of type ISecurityGroupModifier and TypeMethodDescriptionCluster.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) A security group to associate with the Cluster Handler's Lambdas.ClusterOptions.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) Sets the value ofClusterOptions.getClusterHandlerSecurityGroup()ClusterProps.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) Sets the value ofClusterOptions.getClusterHandlerSecurityGroup()FargateCluster.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) A security group to associate with the Cluster Handler's Lambdas.FargateClusterProps.Builder.clusterHandlerSecurityGroup(ISecurityGroup clusterHandlerSecurityGroup) Sets the value ofClusterOptions.getClusterHandlerSecurityGroup()Cluster.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to use for Control Plane ENIs.ClusterOptions.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonClusterOptions.getSecurityGroup()ClusterProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonClusterOptions.getSecurityGroup()CommonClusterOptions.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonClusterOptions.getSecurityGroup()FargateCluster.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to use for Control Plane ENIs.FargateClusterProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonClusterOptions.getSecurityGroup()Method parameters in software.amazon.awscdk.services.eks with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionNodegroupRemoteAccess.Builder.sourceSecurityGroups(List<? extends ISecurityGroup> sourceSecurityGroups) Sets the value ofNodegroupRemoteAccess.getSourceSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.eks.legacy
Methods in software.amazon.awscdk.services.eks.legacy that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupClusterProps.getSecurityGroup()Deprecated.final ISecurityGroupClusterProps.Jsii$Proxy.getSecurityGroup()Deprecated.Methods in software.amazon.awscdk.services.eks.legacy that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionClusterAttributes.getSecurityGroups()Deprecated.final List<ISecurityGroup>ClusterAttributes.Jsii$Proxy.getSecurityGroups()Deprecated.Methods in software.amazon.awscdk.services.eks.legacy with parameters of type ISecurityGroupModifier and TypeMethodDescriptionCluster.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.ClusterProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.Method parameters in software.amazon.awscdk.services.eks.legacy with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionClusterAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated. -
Uses of ISecurityGroup in software.amazon.awscdk.services.elasticloadbalancing
Constructors in software.amazon.awscdk.services.elasticloadbalancing with parameters of type ISecurityGroup -
Uses of ISecurityGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupApplicationListenerAttributes.getSecurityGroup()Security group of the load balancer this listener is associated with.final ISecurityGroupApplicationListenerAttributes.Jsii$Proxy.getSecurityGroup()default ISecurityGroupApplicationLoadBalancerProps.getSecurityGroup()Security group to associate with this load balancer.final ISecurityGroupApplicationLoadBalancerProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ISecurityGroupModifier and TypeMethodDescriptionvoidApplicationLoadBalancer.addSecurityGroup(ISecurityGroup securityGroup) Add a security group to this load balancer.ApplicationListenerAttributes.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofApplicationListenerAttributes.getSecurityGroup()ApplicationLoadBalancer.Builder.securityGroup(ISecurityGroup securityGroup) Security group to associate with this load balancer.ApplicationLoadBalancerProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofApplicationLoadBalancerProps.getSecurityGroup() -
Uses of ISecurityGroup in software.amazon.awscdk.services.elasticsearch
Methods in software.amazon.awscdk.services.elasticsearch that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>DomainProps.getSecurityGroups()Deprecated.use opensearchservice module insteadfinal List<ISecurityGroup>DomainProps.Jsii$Proxy.getSecurityGroups()Deprecated.Method parameters in software.amazon.awscdk.services.elasticsearch with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionDomain.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated.use opensearchservice module insteadDomainProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated.use opensearchservice module instead -
Uses of ISecurityGroup in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return ISecurityGroupModifier and TypeMethodDescriptionEcsTask.getSecurityGroup()Deprecated.use securityGroups instead.default ISecurityGroupEcsTaskProps.getSecurityGroup()Deprecated.use securityGroups insteadfinal ISecurityGroupEcsTaskProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.events.targets that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionEcsTask.getSecurityGroups()The security groups associated with the task.default List<ISecurityGroup>EcsTaskProps.getSecurityGroups()Existing security groups to use for the task's ENIs.final List<ISecurityGroup>EcsTaskProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.events.targets with parameters of type ISecurityGroupModifier and TypeMethodDescriptionEcsTask.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.use securityGroups insteadEcsTaskProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.use securityGroups insteadMethod parameters in software.amazon.awscdk.services.events.targets with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionEcsTask.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for the task's ENIs.EcsTaskProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofEcsTaskProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.fsx
Methods in software.amazon.awscdk.services.fsx that return ISecurityGroupModifier and TypeMethodDescriptionFileSystemAttributes.getSecurityGroup()The security group of the file system.final ISecurityGroupFileSystemAttributes.Jsii$Proxy.getSecurityGroup()default ISecurityGroupFileSystemProps.getSecurityGroup()Security Group to assign to this file system.final ISecurityGroupFileSystemProps.Jsii$Proxy.getSecurityGroup()final ISecurityGroupLustreFileSystemProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.fsx with parameters of type ISecurityGroupModifier and TypeMethodDescriptionFileSystemAttributes.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofFileSystemAttributes.getSecurityGroup()FileSystemProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofFileSystemProps.getSecurityGroup()LustreFileSystem.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to assign to this file system.LustreFileSystemProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofFileSystemProps.getSecurityGroup() -
Uses of ISecurityGroup in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>ConnectionOptions.getSecurityGroups()(experimental) The list of security groups needed to successfully make this connection e.g.final List<ISecurityGroup>ConnectionOptions.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>ConnectionProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.glue with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionConnection.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) The list of security groups needed to successfully make this connection e.g.ConnectionOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofConnectionOptions.getSecurityGroups()ConnectionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofConnectionOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return ISecurityGroupModifier and TypeMethodDescriptionfinal ISecurityGroupDockerImageFunctionProps.Jsii$Proxy.getSecurityGroup()default ISecurityGroupFunctionAttributes.getSecurityGroup()The security group of this Lambda, if in a VPC.final ISecurityGroupFunctionAttributes.Jsii$Proxy.getSecurityGroup()default ISecurityGroupFunctionOptions.getSecurityGroup()Deprecated.This property is deprecated, use securityGroups insteadfinal ISecurityGroupFunctionOptions.Jsii$Proxy.getSecurityGroup()final ISecurityGroupFunctionProps.Jsii$Proxy.getSecurityGroup()final ISecurityGroupSingletonFunctionProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.lambda that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>DockerImageFunctionProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>FunctionOptions.getSecurityGroups()The list of security groups to associate with the Lambda's network interfaces.final List<ISecurityGroup>FunctionOptions.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>FunctionProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>SingletonFunctionProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.lambda with parameters of type ISecurityGroupModifier and TypeMethodDescriptionDockerImageFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadDockerImageFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadFunctionAttributes.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofFunctionAttributes.getSecurityGroup()FunctionOptions.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadSingletonFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadSingletonFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadMethod parameters in software.amazon.awscdk.services.lambda with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionDockerImageFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.DockerImageFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()Function.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.FunctionOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()FunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()SingletonFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.SingletonFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupSelfManagedKafkaEventSourceProps.getSecurityGroup()If your Kafka brokers are only reachable via VPC, provide the security group here.final ISecurityGroupSelfManagedKafkaEventSourceProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type ISecurityGroupModifier and TypeMethodDescriptionSelfManagedKafkaEventSource.Builder.securityGroup(ISecurityGroup securityGroup) If your Kafka brokers are only reachable via VPC, provide the security group here.SelfManagedKafkaEventSourceProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofSelfManagedKafkaEventSourceProps.getSecurityGroup() -
Uses of ISecurityGroup in software.amazon.awscdk.services.lambda.go
Methods in software.amazon.awscdk.services.lambda.go that return ISecurityGroupModifier and TypeMethodDescriptionfinal ISecurityGroupGoFunctionProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.lambda.go that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>GoFunctionProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.lambda.go with parameters of type ISecurityGroupModifier and TypeMethodDescriptionGoFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadGoFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadMethod parameters in software.amazon.awscdk.services.lambda.go with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionGoFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.GoFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return ISecurityGroupModifier and TypeMethodDescriptionfinal ISecurityGroupNodejsFunctionProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.lambda.nodejs that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>NodejsFunctionProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type ISecurityGroupModifier and TypeMethodDescriptionNodejsFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadNodejsFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadMethod parameters in software.amazon.awscdk.services.lambda.nodejs with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionNodejsFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.NodejsFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.lambda.python
Methods in software.amazon.awscdk.services.lambda.python that return ISecurityGroupModifier and TypeMethodDescriptionfinal ISecurityGroupPythonFunctionProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.lambda.python that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>PythonFunctionProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.lambda.python with parameters of type ISecurityGroupModifier and TypeMethodDescriptionPythonFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadPythonFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadMethod parameters in software.amazon.awscdk.services.lambda.python with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionPythonFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.PythonFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.msk
Methods in software.amazon.awscdk.services.msk that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>ClusterProps.getSecurityGroups()(experimental) The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster.final List<ISecurityGroup>ClusterProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.msk with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionCluster.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster.ClusterProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune that return ISecurityGroupModifier and TypeMethodDescriptionDatabaseClusterAttributes.getSecurityGroup()(experimental) The security group of the database cluster.final ISecurityGroupDatabaseClusterAttributes.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.neptune that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>DatabaseClusterProps.getSecurityGroups()(experimental) Security group.final List<ISecurityGroup>DatabaseClusterProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.neptune with parameters of type ISecurityGroupModifier and TypeMethodDescriptionDatabaseClusterAttributes.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofDatabaseClusterAttributes.getSecurityGroup()Method parameters in software.amazon.awscdk.services.neptune with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionDatabaseCluster.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) Security group.DatabaseClusterProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseClusterProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.opensearchservice
Methods in software.amazon.awscdk.services.opensearchservice that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>DomainProps.getSecurityGroups()The list of security groups that are associated with the VPC endpoints for the domain.final List<ISecurityGroup>DomainProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.opensearchservice with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionDomain.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups that are associated with the VPC endpoints for the domain.DomainProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDomainProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionprotected List<ISecurityGroup>DatabaseCluster.getSecurityGroups()default List<ISecurityGroup>DatabaseClusterAttributes.getSecurityGroups()The security groups of the database cluster.final List<ISecurityGroup>DatabaseClusterAttributes.Jsii$Proxy.getSecurityGroups()protected List<ISecurityGroup>DatabaseClusterFromSnapshot.getSecurityGroups()DatabaseInstanceAttributes.getSecurityGroups()The security groups of the instance.final List<ISecurityGroup>DatabaseInstanceAttributes.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>DatabaseInstanceNewProps.getSecurityGroups()The security groups to assign to the DB instance.final List<ISecurityGroup>DatabaseInstanceNewProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>DatabaseInstanceProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>DatabaseInstanceReadReplicaProps.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>DatabaseInstanceSourceProps.Jsii$Proxy.getSecurityGroups()DatabaseProxyAttributes.getSecurityGroups()The security groups of the instance.final List<ISecurityGroup>DatabaseProxyAttributes.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>DatabaseProxyOptions.getSecurityGroups()One or more VPC security groups to associate with the new proxy.final List<ISecurityGroup>DatabaseProxyOptions.Jsii$Proxy.getSecurityGroups()final List<ISecurityGroup>DatabaseProxyProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>InstanceProps.getSecurityGroups()Security group.final List<ISecurityGroup>InstanceProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>OptionConfiguration.getSecurityGroups()Optional list of security groups to use for this option, ifvpcis specified.final List<ISecurityGroup>OptionConfiguration.Jsii$Proxy.getSecurityGroups()protected List<ISecurityGroup>ServerlessCluster.getSecurityGroups()default List<ISecurityGroup>ServerlessClusterAttributes.getSecurityGroups()The security groups of the database cluster.final List<ISecurityGroup>ServerlessClusterAttributes.Jsii$Proxy.getSecurityGroups()protected List<ISecurityGroup>ServerlessClusterFromSnapshot.getSecurityGroups()default List<ISecurityGroup>ServerlessClusterFromSnapshotProps.getSecurityGroups()Security group.final List<ISecurityGroup>ServerlessClusterFromSnapshotProps.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>ServerlessClusterProps.getSecurityGroups()Security group.final List<ISecurityGroup>ServerlessClusterProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.rds with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionDatabaseClusterAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseClusterAttributes.getSecurityGroups()DatabaseInstance.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to assign to the DB instance.DatabaseInstanceAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceAttributes.getSecurityGroups()DatabaseInstanceFromSnapshot.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to assign to the DB instance.DatabaseInstanceFromSnapshotProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()DatabaseInstanceNewProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()DatabaseInstanceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()DatabaseInstanceReadReplica.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The security groups to assign to the DB instance.DatabaseInstanceReadReplicaProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()DatabaseInstanceSourceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()DatabaseProxy.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) One or more VPC security groups to associate with the new proxy.DatabaseProxyAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyAttributes.getSecurityGroups()DatabaseProxyOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyOptions.getSecurityGroups()DatabaseProxyProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyOptions.getSecurityGroups()InstanceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofInstanceProps.getSecurityGroups()OptionConfiguration.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofOptionConfiguration.getSecurityGroups()ServerlessCluster.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Security group.ServerlessClusterAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofServerlessClusterAttributes.getSecurityGroups()ServerlessClusterFromSnapshot.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Security group.ServerlessClusterFromSnapshotProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofServerlessClusterFromSnapshotProps.getSecurityGroups()ServerlessClusterProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofServerlessClusterProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>ClusterAttributes.getSecurityGroups()(experimental) The security groups of the redshift cluster.final List<ISecurityGroup>ClusterAttributes.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>ClusterProps.getSecurityGroups()(experimental) Security group.final List<ISecurityGroup>ClusterProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.redshift with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionCluster.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) Security group.ClusterAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterAttributes.getSecurityGroups()ClusterProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupSecretRotationProps.getSecurityGroup()The security group for the Lambda rotation function.final ISecurityGroupSecretRotationProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.services.secretsmanager that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>MultiUserHostedRotationOptions.Jsii$Proxy.getSecurityGroups()default List<ISecurityGroup>SingleUserHostedRotationOptions.getSecurityGroups()A list of security groups for the Lambda created to rotate the secret.final List<ISecurityGroup>SingleUserHostedRotationOptions.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.secretsmanager with parameters of type ISecurityGroupModifier and TypeMethodDescriptionSecretRotation.Builder.securityGroup(ISecurityGroup securityGroup) The security group for the Lambda rotation function.SecretRotationProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofSecretRotationProps.getSecurityGroup()Method parameters in software.amazon.awscdk.services.secretsmanager with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionMultiUserHostedRotationOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofSingleUserHostedRotationOptions.getSecurityGroups()SingleUserHostedRotationOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofSingleUserHostedRotationOptions.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ISecurityGroupModifier and TypeMethodDescriptiondefault ISecurityGroupRunEcsEc2TaskProps.getSecurityGroup()Deprecated.final ISecurityGroupRunEcsEc2TaskProps.Jsii$Proxy.getSecurityGroup()Deprecated.default ISecurityGroupRunEcsFargateTaskProps.getSecurityGroup()Deprecated.final ISecurityGroupRunEcsFargateTaskProps.Jsii$Proxy.getSecurityGroup()Deprecated.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>EcsRunTaskProps.getSecurityGroups()Existing security groups to use for the tasks.final List<ISecurityGroup>EcsRunTaskProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ISecurityGroupModifier and TypeMethodDescriptionvoidSageMakerCreateModel.addSecurityGroup(ISecurityGroup securityGroup) Add the security group to all instances via the launch configuration security groups array.voidSageMakerCreateTrainingJob.addSecurityGroup(ISecurityGroup securityGroup) Add the security group to all instances via the launch configuration security groups array.protected voidEcsRunTaskBase.configureAwsVpcNetworking(IVpc vpc, Boolean assignPublicIp, SubnetSelection subnetSelection, ISecurityGroup securityGroup) Deprecated.RunEcsEc2Task.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.RunEcsEc2TaskProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.RunEcsFargateTask.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.RunEcsFargateTaskProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionEcsRunTask.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for the tasks.EcsRunTaskProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofEcsRunTaskProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptiondefault List<ISecurityGroup>CanaryProps.getSecurityGroups()(experimental) The list of security groups to associate with the canary's network interfaces.final List<ISecurityGroup>CanaryProps.Jsii$Proxy.getSecurityGroups()Method parameters in software.amazon.awscdk.services.synthetics with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionCanary.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) The list of security groups to associate with the canary's network interfaces.CanaryProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCanaryProps.getSecurityGroups() -
Uses of ISecurityGroup in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return ISecurityGroupModifier and TypeMethodDescriptionfinal ISecurityGroupTriggerFunctionProps.Jsii$Proxy.getSecurityGroup()Methods in software.amazon.awscdk.triggers that return types with arguments of type ISecurityGroupModifier and TypeMethodDescriptionfinal List<ISecurityGroup>TriggerFunctionProps.Jsii$Proxy.getSecurityGroups()Methods in software.amazon.awscdk.triggers with parameters of type ISecurityGroupModifier and TypeMethodDescriptionTriggerFunction.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.This property is deprecated, use securityGroups insteadTriggerFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadMethod parameters in software.amazon.awscdk.triggers with type arguments of type ISecurityGroupModifier and TypeMethodDescriptionTriggerFunction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups to associate with the Lambda's network interfaces.TriggerFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()