Class: Aws::Ivschat::Types::CreateLoggingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::DestinationConfiguration

A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (‘cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`.



148
149
150
151
152
153
154
# File 'lib/aws-sdk-ivschat/types.rb', line 148

class CreateLoggingConfigurationRequest < Struct.new(
  :name,
  :destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Logging-configuration name. The value does not need to be unique.

Returns:

  • (String)


148
149
150
151
152
153
154
# File 'lib/aws-sdk-ivschat/types.rb', line 148

class CreateLoggingConfigurationRequest < Struct.new(
  :name,
  :destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to attach to the resource. Array of maps, each of the form ‘string:string (key:value)`. See [Best practices and strategies] in *Tagging Amazon Web Services Resources and Tag Editor* for details, including restrictions that apply to tags and “Tag naming limits and requirements”; Amazon IVS Chat has no constraints on tags beyond what is documented there.

[1]: docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html

Returns:

  • (Hash<String,String>)


148
149
150
151
152
153
154
# File 'lib/aws-sdk-ivschat/types.rb', line 148

class CreateLoggingConfigurationRequest < Struct.new(
  :name,
  :destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end