Class: Aws::GuardDuty::Types::CreateMalwareProtectionPlanRequest

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

#actionsTypes::MalwareProtectionPlanActions

Information about whether the tags will be added to the S3 object after scanning.



3028
3029
3030
3031
3032
3033
3034
3035
3036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3028

class CreateMalwareProtectionPlanRequest < Struct.new(
  :client_token,
  :role,
  :protected_resource,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The idempotency token for the create request.

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

Returns:

  • (String)


3028
3029
3030
3031
3032
3033
3034
3035
3036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3028

class CreateMalwareProtectionPlanRequest < Struct.new(
  :client_token,
  :role,
  :protected_resource,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#protected_resourceTypes::CreateProtectedResource

Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.



3028
3029
3030
3031
3032
3033
3034
3035
3036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3028

class CreateMalwareProtectionPlanRequest < Struct.new(
  :client_token,
  :role,
  :protected_resource,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

Amazon Resource Name (ARN) of the IAM role that has the permissions to scan and add tags to the associated protected resource.

Returns:

  • (String)


3028
3029
3030
3031
3032
3033
3034
3035
3036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3028

class CreateMalwareProtectionPlanRequest < Struct.new(
  :client_token,
  :role,
  :protected_resource,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags added to the Malware Protection plan resource.

Returns:

  • (Hash<String,String>)


3028
3029
3030
3031
3032
3033
3034
3035
3036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3028

class CreateMalwareProtectionPlanRequest < Struct.new(
  :client_token,
  :role,
  :protected_resource,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end