Class: Aws::NetworkFirewall::Types::RuleGroupResponse

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

Overview

The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_resultsArray<Types::AnalysisResult>

The list of analysis results for AnalyzeRuleGroup. If you set AnalyzeRuleGroup to TRUE in CreateRuleGroup, UpdateRuleGroup, or DescribeRuleGroup, Network Firewall analyzes the rule group and identifies the rules that might adversely effect your firewall's functionality. For example, if Network Firewall detects a rule that's routing traffic asymmetrically, which impacts the service's ability to properly process traffic, the service includes the rule in the list of analysis results.

Returns:



5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#capacityInteger

The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.

Returns:

  • (Integer)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#consumed_capacityInteger

The number of capacity units currently consumed by the rule group rules.

Returns:

  • (Integer)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the rule group.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your rule group.



5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time that the rule group was changed.

Returns:

  • (Time)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_associationsInteger

The number of firewall policies that use this rule group.

Returns:

  • (Integer)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_arnString

The Amazon Resource Name (ARN) of the rule group.

If this response is for a create request that had DryRun set to TRUE, then this ARN is a placeholder that isn't attached to a valid resource.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_idString

The unique identifier for the rule group.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_nameString

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_statusString

Detailed information about the current status of a rule group.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topicString

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service SNS topic that's used to record changes to the managed rule group. You can subscribe to the SNS topic to receive notifications when the managed rule group is modified, such as for new versions and for version expiration. For more information, see the Amazon Simple Notification Service Developer Guide..

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_metadataTypes::SourceMetadata

A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to track the version updates made to the originating rule group.



5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#summary_configurationTypes::SummaryConfiguration

A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned by DescribeRuleGroupSummary.

  • The RuleOptions specified in SummaryConfiguration

  • Rule metadata organization preferences



5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key:value pairs to associate with the resource.

Returns:



5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5006

class RuleGroupResponse < Struct.new(
  :rule_group_arn,
  :rule_group_name,
  :rule_group_id,
  :description,
  :type,
  :capacity,
  :rule_group_status,
  :tags,
  :consumed_capacity,
  :number_of_associations,
  :encryption_configuration,
  :source_metadata,
  :sns_topic,
  :last_modified_time,
  :analysis_results,
  :summary_configuration)
  SENSITIVE = []
  include Aws::Structure
end