Class: Aws::Types::CreateEventDataStoreRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_event_selectors::Array[Types::AdvancedEventSelector]

Returns the value of attribute advanced_event_selectors.

Returns:



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.

Returns:



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.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def kms_key_id
  @kms_key_id
end

#multi_region_enabledBoolean

Returns the value of attribute multi_region_enabled.

Returns:



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.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def name
  @name
end

#organization_enabledBoolean

Returns the value of attribute organization_enabled.

Returns:



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.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def retention_period
  @retention_period
end

#start_ingestionBoolean

Returns the value of attribute start_ingestion.

Returns:



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.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def tags_list
  @tags_list
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def termination_protection_enabled
  @termination_protection_enabled
end