Class: Aws::CloudTrail::Types::CreateEventDataStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CreateEventDataStoreResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that were used to select the events for the data store.
-
#created_timestamp ⇒ Time
The timestamp that shows when the event data store was created.
-
#event_data_store_arn ⇒ String
The ARN of the event data store.
-
#kms_key_id ⇒ String
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
-
#multi_region_enabled ⇒ Boolean
Indicates whether the event data store collects events from all regions, or only from the region in which it was created.
-
#name ⇒ String
The name of the event data store.
-
#organization_enabled ⇒ Boolean
Indicates whether an event data store is collecting logged events for an organization in Organizations.
-
#retention_period ⇒ Integer
The retention period of an event data store, in days.
-
#status ⇒ String
The status of event data store creation.
-
#tags_list ⇒ Array<Types::Tag>
A list of tags.
-
#termination_protection_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the event data store.
-
#updated_timestamp ⇒ Time
The timestamp that shows when an event data store was updated, if applicable.
Instance Attribute Details
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that were used to select the events for the data store.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp that shows when the event data store was created.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#event_data_store_arn ⇒ String
The ARN of the event data store.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
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
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#multi_region_enabled ⇒ Boolean
Indicates whether the event data store collects events from all regions, or only from the region in which it was created.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event data store.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#organization_enabled ⇒ Boolean
Indicates whether an event data store is collecting logged events for an organization in Organizations.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#retention_period ⇒ Integer
The retention period of an event data store, in days.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of event data store creation.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#tags_list ⇒ Array<Types::Tag>
A list of tags.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#termination_protection_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the event data store.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
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
.
583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 583 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) SENSITIVE = [] include Aws::Structure end |