Class: Aws::NetworkFirewall::Types::StartFlowFlushRequest

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.



7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7226

class StartFlowFlushRequest < 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.



7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7226

class StartFlowFlushRequest < 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.



7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7226

class StartFlowFlushRequest < 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.



7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7226

class StartFlowFlushRequest < 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.



7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7226

class StartFlowFlushRequest < 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.



7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7226

class StartFlowFlushRequest < 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