Class: Aws::GuardDuty::Types::CreateCustomDetectionRuleAssociationRequest

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. Maximum 64 characters.

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

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715

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

#modeString

The rule execution mode. Valid values: LIVE | DRY_RUN.

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715

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

#rule_idString

The unique identifier for the custom detection rule.

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715

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

#tagsHash<String,String>

The tags to be added to the new custom detection rule association resource.

Returns:

  • (Hash<String,String>)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715

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