Class: Aws::GuardDuty::Types::CreateTrustedEntitySetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateTrustedEntitySetRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
A boolean value that indicates whether GuardDuty is to start using the uploaded trusted entity set.
-
#client_token ⇒ String
The idempotency token for the create request.
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account for which you want to create a trusted entity set.
-
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
-
#format ⇒ String
The format of the file that contains the trusted entity set.
-
#location ⇒ String
The URI of the file that contains the trusted entity set.
-
#name ⇒ String
A user-friendly name to identify the trusted entity set.
-
#tags ⇒ Hash<String,String>
The tags to be added to a new trusted entity set resource.
Instance Attribute Details
#activate ⇒ Boolean
A boolean value that indicates whether GuardDuty is to start using the uploaded trusted entity set.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The idempotency token for the create request.
A suitable default value is auto-generated. You should normally not need to pass this option.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account for which you want to create a trusted entity set.
To find the detectorId
in the current Region, see the Settings
page in the GuardDuty console, or run the ListDetectors API.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the file that contains the trusted entity set.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URI of the file that contains the trusted entity set.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A user-friendly name to identify the trusted entity set.
The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be added to a new trusted entity set resource.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2171 class CreateTrustedEntitySetRequest < Struct.new( :detector_id, :name, :format, :location, :expected_bucket_owner, :activate, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |