Class: Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink. The default is ‘on`.

Returns:

  • (String)


3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3277

class SetSecurityGroupsInput < Struct.new(
  :load_balancer_arn,
  :security_groups,
  :enforce_security_group_inbound_rules_on_private_link_traffic)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_arnString

The Amazon Resource Name (ARN) of the load balancer.

Returns:

  • (String)


3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3277

class SetSecurityGroupsInput < Struct.new(
  :load_balancer_arn,
  :security_groups,
  :enforce_security_group_inbound_rules_on_private_link_traffic)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The IDs of the security groups.

Returns:

  • (Array<String>)


3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3277

class SetSecurityGroupsInput < Struct.new(
  :load_balancer_arn,
  :security_groups,
  :enforce_security_group_inbound_rules_on_private_link_traffic)
  SENSITIVE = []
  include Aws::Structure
end