Class: Aws::CloudTrail::Types::CreateEventDataStoreResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_event_selectorsArray<Types::AdvancedEventSelector>

The advanced event selectors that were used to select the events for the data store.

Returns:



1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#billing_modeString

The billing mode for the event data store.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The timestamp that shows when the event data store was created.

Returns:

  • (Time)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#event_data_store_arnString

The ARN of the event data store.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format.

‘arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012`

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#multi_region_enabledBoolean

Indicates whether the event data store collects events from all Regions, or only from the Region in which it was created.

Returns:

  • (Boolean)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event data store.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#organization_enabledBoolean

Indicates whether an event data store is collecting logged events for an organization in Organizations.

Returns:

  • (Boolean)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodInteger

The retention period of an event data store, in days.

Returns:

  • (Integer)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of event data store creation.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tags_listArray<Types::Tag>

A list of tags.

Returns:



1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#termination_protection_enabledBoolean

Indicates whether termination protection is enabled for the event data store.

Returns:

  • (Boolean)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timestampTime

The timestamp that shows when an event data store was updated, if applicable. ‘UpdatedTimestamp` is always either the same or newer than the time shown in `CreatedTimestamp`.

Returns:

  • (Time)


1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1303

class CreateEventDataStoreResponse < Struct.new(
  :event_data_store_arn,
  :name,
  :status,
  :advanced_event_selectors,
  :multi_region_enabled,
  :organization_enabled,
  :retention_period,
  :termination_protection_enabled,
  :tags_list,
  :created_timestamp,
  :updated_timestamp,
  :kms_key_id,
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end