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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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.



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

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

#nameString

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

Returns:

  • (String)


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

class CreateLoggingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :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 Tagging AWS Resources 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.

Returns:

  • (Hash<String,String>)


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

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