Class: Aws::NetworkFirewall::Types::StartFlowCaptureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::StartFlowCaptureRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The ID of the Availability Zone where the firewall is located.
-
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
-
#flow_filters ⇒ Array<Types::FlowFilter>
Defines the scope a flow operation.
-
#minimum_flow_age_in_seconds ⇒ Integer
The reqested ‘FlowOperation` ignores flows with an age (in seconds) lower than `MinimumFlowAgeInSeconds`.
-
#vpc_endpoint_association_arn ⇒ String
The Amazon Resource Name (ARN) of a VPC endpoint association.
-
#vpc_endpoint_id ⇒ String
A unique identifier for the primary endpoint associated with a firewall.
Instance Attribute Details
#availability_zone ⇒ String
The ID of the Availability Zone where the firewall is located. For example, ‘us-east-2a`.
Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7152 class StartFlowCaptureRequest < Struct.new( :firewall_arn, :availability_zone, :vpc_endpoint_association_arn, :vpc_endpoint_id, :minimum_flow_age_in_seconds, :flow_filters) SENSITIVE = [] include Aws::Structure end |
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7152 class StartFlowCaptureRequest < Struct.new( :firewall_arn, :availability_zone, :vpc_endpoint_association_arn, :vpc_endpoint_id, :minimum_flow_age_in_seconds, :flow_filters) SENSITIVE = [] include Aws::Structure end |
#flow_filters ⇒ Array<Types::FlowFilter>
Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7152 class StartFlowCaptureRequest < Struct.new( :firewall_arn, :availability_zone, :vpc_endpoint_association_arn, :vpc_endpoint_id, :minimum_flow_age_in_seconds, :flow_filters) SENSITIVE = [] include Aws::Structure end |
#minimum_flow_age_in_seconds ⇒ Integer
The reqested ‘FlowOperation` ignores flows with an age (in seconds) lower than `MinimumFlowAgeInSeconds`. You provide this for start commands.
<note markdown=“1”> We recommend setting this value to at least 1 minute (60 seconds) to reduce chance of capturing flows that are not yet established.
</note>
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7152 class StartFlowCaptureRequest < Struct.new( :firewall_arn, :availability_zone, :vpc_endpoint_association_arn, :vpc_endpoint_id, :minimum_flow_age_in_seconds, :flow_filters) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_association_arn ⇒ String
The Amazon Resource Name (ARN) of a VPC endpoint association.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7152 class StartFlowCaptureRequest < Struct.new( :firewall_arn, :availability_zone, :vpc_endpoint_association_arn, :vpc_endpoint_id, :minimum_flow_age_in_seconds, :flow_filters) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
A unique identifier for the primary endpoint associated with a firewall.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7152 class StartFlowCaptureRequest < Struct.new( :firewall_arn, :availability_zone, :vpc_endpoint_association_arn, :vpc_endpoint_id, :minimum_flow_age_in_seconds, :flow_filters) SENSITIVE = [] include Aws::Structure end |