class Aws::IVS::Types::CreateRecordingConfigurationRequest

@note When making an API call, you may pass CreateRecordingConfigurationRequest

data as a hash:

    {
      name: "RecordingConfigurationName",
      destination_configuration: { # required
        s3: {
          bucket_name: "S3DestinationBucketName", # required
        },
      },
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] name

An arbitrary string (a nickname) that helps the customer identify
that resource. The value does not need to be unique.
@return [String]

@!attribute [rw] destination_configuration

A complex type that contains a destination configuration for where
recorded video will be stored.
@return [Types::DestinationConfiguration]

@!attribute [rw] tags

Array of 1-50 maps, each of the form `string:string (key:value)`.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/CreateRecordingConfigurationRequest AWS API Documentation

Constants

SENSITIVE