Class: Aws::Types::CreateTrailRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arn::String

Returns the value of attribute cloud_watch_logs_log_group_arn.



196
197
198
# File 'sig/types.rbs', line 196

def cloud_watch_logs_log_group_arn
  @cloud_watch_logs_log_group_arn
end

#cloud_watch_logs_role_arn::String

Returns the value of attribute cloud_watch_logs_role_arn.



197
198
199
# File 'sig/types.rbs', line 197

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#enable_log_file_validationBoolean

Returns the value of attribute enable_log_file_validation.



195
196
197
# File 'sig/types.rbs', line 195

def enable_log_file_validation
  @enable_log_file_validation
end

#include_global_service_eventsBoolean

Returns the value of attribute include_global_service_events.



193
194
195
# File 'sig/types.rbs', line 193

def include_global_service_events
  @include_global_service_events
end

#is_multi_region_trailBoolean

Returns the value of attribute is_multi_region_trail.



194
195
196
# File 'sig/types.rbs', line 194

def is_multi_region_trail
  @is_multi_region_trail
end

#is_organization_trailBoolean

Returns the value of attribute is_organization_trail.



199
200
201
# File 'sig/types.rbs', line 199

def is_organization_trail
  @is_organization_trail
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



198
199
200
# File 'sig/types.rbs', line 198

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.



189
190
191
# File 'sig/types.rbs', line 189

def name
  @name
end

#recursive_loggingBoolean

Returns the value of attribute recursive_logging.



201
202
203
# File 'sig/types.rbs', line 201

def recursive_logging
  @recursive_logging
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.



190
191
192
# File 'sig/types.rbs', line 190

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.



191
192
193
# File 'sig/types.rbs', line 191

def s3_key_prefix
  @s3_key_prefix
end

#sns_topic_name::String

Returns the value of attribute sns_topic_name.



192
193
194
# File 'sig/types.rbs', line 192

def sns_topic_name
  @sns_topic_name
end

#tags_list::Array[Types::Tag]

Returns the value of attribute tags_list.



200
201
202
# File 'sig/types.rbs', line 200

def tags_list
  @tags_list
end