Class: Aws::GuardDuty::Types::DetectionRuleOrgConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectionRuleOrgConfiguration
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains the organization-level configuration for a custom detection rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the organization configuration was created.
-
#exclude_account_ids ⇒ Array<String>
A list of member account IDs excluded from the organization configuration.
-
#expires_at ⇒ Time
The timestamp when the organization configuration expires.
-
#include_account_ids ⇒ Array<String>
A list of member account IDs included in the organization configuration.
-
#mode ⇒ String
The execution mode of the organization configuration.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
-
#status ⇒ String
The configuration status.
-
#status_reason ⇒ String
The reason for the current configuration status.
-
#updated_at ⇒ Time
The timestamp when the organization configuration was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the organization configuration was created.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#exclude_account_ids ⇒ Array<String>
A list of member account IDs excluded from the organization
configuration. Mutually exclusive with IncludeAccountIds.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the organization configuration expires.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#include_account_ids ⇒ Array<String>
A list of member account IDs included in the organization
configuration. Mutually exclusive with ExcludeAccountIds.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The execution mode of the organization configuration. Valid values:
LIVE | DRY_RUN.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The configuration status. Valid values: ACTIVE | PROCESSING |
FAILED.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current configuration status.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the organization configuration was last updated.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4784 class DetectionRuleOrgConfiguration < Struct.new( :rule_id, :mode, :status, :status_reason, :include_account_ids, :exclude_account_ids, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |