Class: Aws::Types::CreateEventDataStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventDataStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
-
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#start_ingestion ⇒ Boolean
Returns the value of attribute start_ingestion.
-
#tags_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_list.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
Instance Attribute Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
159 160 161 |
# File 'sig/types.rbs', line 159 def advanced_event_selectors @advanced_event_selectors end |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
167 168 169 |
# File 'sig/types.rbs', line 167 def billing_mode @billing_mode end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def kms_key_id @kms_key_id end |
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
160 161 162 |
# File 'sig/types.rbs', line 160 def multi_region_enabled @multi_region_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
158 159 160 |
# File 'sig/types.rbs', line 158 def name @name end |
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
161 162 163 |
# File 'sig/types.rbs', line 161 def organization_enabled @organization_enabled end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
162 163 164 |
# File 'sig/types.rbs', line 162 def retention_period @retention_period end |
#start_ingestion ⇒ Boolean
Returns the value of attribute start_ingestion.
166 167 168 |
# File 'sig/types.rbs', line 166 def start_ingestion @start_ingestion end |
#tags_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_list.
164 165 166 |
# File 'sig/types.rbs', line 164 def end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
163 164 165 |
# File 'sig/types.rbs', line 163 def termination_protection_enabled @termination_protection_enabled end |