Class: Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enforce_security_group_inbound_rules_on_private_link_traffic ⇒ String
Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
-
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
-
#security_groups ⇒ Array<String>
The IDs of the security groups.
Instance Attribute Details
#enforce_security_group_inbound_rules_on_private_link_traffic ⇒ String
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`.
3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3642 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_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3642 class SetSecurityGroupsInput < Struct.new( :load_balancer_arn, :security_groups, :enforce_security_group_inbound_rules_on_private_link_traffic) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
The IDs of the security groups.
3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3642 class SetSecurityGroupsInput < Struct.new( :load_balancer_arn, :security_groups, :enforce_security_group_inbound_rules_on_private_link_traffic) SENSITIVE = [] include Aws::Structure end |