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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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>)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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>)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4733

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