Class: Aws::GuardDuty::Types::CreateCustomDetectionRuleOrgConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier to ensure that the operation completes no more than one time.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1765
1766
1767
1768
1769
1770
1771
1772
1773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1765

class CreateCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode,
  :include_account_ids,
  :exclude_account_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_account_idsArray<String>

The account IDs to exclude from the organization configuration. Mutually exclusive with IncludeAccountIds.

Returns:

  • (Array<String>)


1765
1766
1767
1768
1769
1770
1771
1772
1773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1765

class CreateCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode,
  :include_account_ids,
  :exclude_account_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#include_account_idsArray<String>

The account IDs to include in the organization configuration. Mutually exclusive with ExcludeAccountIds.

Returns:

  • (Array<String>)


1765
1766
1767
1768
1769
1770
1771
1772
1773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1765

class CreateCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode,
  :include_account_ids,
  :exclude_account_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

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

Returns:

  • (String)


1765
1766
1767
1768
1769
1770
1771
1772
1773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1765

class CreateCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode,
  :include_account_ids,
  :exclude_account_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The unique identifier for the custom detection rule.

Returns:

  • (String)


1765
1766
1767
1768
1769
1770
1771
1772
1773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1765

class CreateCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode,
  :include_account_ids,
  :exclude_account_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end