Class: Aws::NetworkFirewall::Types::StartFlowCaptureRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

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_arnString

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_filtersArray<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_secondsInteger

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_arnString

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_idString

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