Class: Aws::NetworkFirewall::Types::DescribeFlowOperationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#flow_operationTypes::FlowOperation

Returns key information about a flow operation, such as related statuses, unique identifiers, and all filters defined in the operation.



1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#flow_operation_idString

A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#flow_operation_statusString

Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.

If the status is COMPLETED_WITH_ERRORS, results may be returned with any number of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#flow_operation_typeString

Defines the type of FlowOperation.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#flow_request_timestampTime

A timestamp indicating when the Suricata engine identified flows impacted by an operation.

Returns:

  • (Time)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

If the asynchronous operation fails, Network Firewall populates this with the reason for the error or failure. Options include Flow operation error and Flow timeout.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_association_arnString

The Amazon Resource Name (ARN) of a VPC endpoint association.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

A unique identifier for the primary endpoint associated with a firewall.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1974

class DescribeFlowOperationResponse < Struct.new(
  :firewall_arn,
  :availability_zone,
  :vpc_endpoint_association_arn,
  :vpc_endpoint_id,
  :flow_operation_id,
  :flow_operation_type,
  :flow_operation_status,
  :status_message,
  :flow_request_timestamp,
  :flow_operation)
  SENSITIVE = []
  include Aws::Structure
end