Class: Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/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
.
3726 3727 3728 3729 3730 3731 3732 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3726 class SetSecurityGroupsInput < Struct.new( :load_balancer_arn, :security_groups, :enforce_security_group_inbound_rules_on_private_link_traffic) SENSITIVE = [] include Aws::Structure end |