Class: Aws::GuardDuty::Types::CreateCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#exclude_account_ids ⇒ Array<String>
The account IDs to exclude from the organization configuration.
-
#include_account_ids ⇒ Array<String>
The account IDs to include in the organization configuration.
-
#mode ⇒ String
The execution mode of the organization configuration.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
Instance Attribute Details
#client_token ⇒ String
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.
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_ids ⇒ Array<String>
The account IDs to exclude from the organization configuration.
Mutually exclusive with IncludeAccountIds.
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_ids ⇒ Array<String>
The account IDs to include in the organization configuration.
Mutually exclusive with ExcludeAccountIds.
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 |
#mode ⇒ String
The execution mode of the organization configuration. Valid values:
LIVE | DRY_RUN.
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_id ⇒ String
The unique identifier for the custom detection rule.
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 |