Class: Aws::GuardDuty::Types::DetectionRuleOrgConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp when the organization configuration was created.

Returns:

  • (Time)


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_idsArray<String>

A list of member account IDs excluded from the organization configuration. Mutually exclusive with IncludeAccountIds.

Returns:

  • (Array<String>)


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_atTime

The timestamp when the organization configuration expires.

Returns:

  • (Time)


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_idsArray<String>

A list of member account IDs included in the organization configuration. Mutually exclusive with ExcludeAccountIds.

Returns:

  • (Array<String>)


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

#modeString

The execution mode of the organization configuration. Valid values: LIVE | DRY_RUN.

Returns:

  • (String)


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_idString

The unique identifier for the custom detection rule.

Returns:

  • (String)


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

#statusString

The configuration status. Valid values: ACTIVE | PROCESSING | FAILED.

Returns:

  • (String)


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_reasonString

The reason for the current configuration status.

Returns:

  • (String)


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_atTime

The timestamp when the organization configuration was last updated.

Returns:

  • (Time)


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