Class: Aws::Inspector2::Types::ServerlessFunctionAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ServerlessFunctionAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An aggregation of information about serverless functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_account_ids ⇒ Array<Types::StringFilter>
The cloud account IDs to aggregate findings for.
-
#cloud_org_ids ⇒ Array<Types::StringFilter>
The cloud organization IDs to aggregate findings for.
-
#cloud_partitions ⇒ Array<Types::StringFilter>
The cloud partitions to aggregate findings for.
-
#cloud_providers ⇒ Array<Types::StringFilter>
The cloud providers to aggregate findings for.
-
#cloud_regions ⇒ Array<Types::StringFilter>
The cloud regions to aggregate findings for.
-
#function_names ⇒ Array<Types::StringFilter>
The function names to aggregate findings for.
-
#function_tags ⇒ Array<Types::MapFilter>
The function tags to aggregate findings for.
-
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs to aggregate findings for.
-
#runtimes ⇒ Array<Types::StringFilter>
The runtimes to aggregate findings for.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
Instance Attribute Details
#cloud_account_ids ⇒ Array<Types::StringFilter>
The cloud account IDs to aggregate findings for.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_org_ids ⇒ Array<Types::StringFilter>
The cloud organization IDs to aggregate findings for.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_partitions ⇒ Array<Types::StringFilter>
The cloud partitions to aggregate findings for. Valid values:
-
aws– Amazon Web Services commercial Regions. -
aws-cn– Amazon Web Services China Regions. -
aws-us-gov– Amazon Web Services GovCloud (US) Regions. -
AzureCloud– Azure commercial Regions.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_providers ⇒ Array<Types::StringFilter>
The cloud providers to aggregate findings for. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_regions ⇒ Array<Types::StringFilter>
The cloud regions to aggregate findings for. The value format depends on the cloud provider:
-
An Amazon Web Services Region, such as
us-east-1. -
An Azure region, such as
eastus.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#function_names ⇒ Array<Types::StringFilter>
The function names to aggregate findings for.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#function_tags ⇒ Array<Types::MapFilter>
The function tags to aggregate findings for.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs to aggregate findings for.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#runtimes ⇒ Array<Types::StringFilter>
The runtimes to aggregate findings for.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by. Specify a field name from the
aggregation response, such as CRITICAL, HIGH, or ALL.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by. Valid values are ASC and DESC.
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 |
# File 'lib/aws-sdk-inspector2/types.rb', line 9723 class ServerlessFunctionAggregation < Struct.new( :resource_ids, :function_names, :runtimes, :function_tags, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |