class Aws::IVS::Types::DestinationConfiguration

A complex type that describes a location where recorded videos will be stored. Each member represents a type of destination configuration. For recording, you define one and only one type of destination configuration.

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

data as a hash:

    {
      s3: {
        bucket_name: "S3DestinationBucketName", # required
      },
    }

@!attribute [rw] s3

An S3 destination configuration where recorded videos will be
stored.
@return [Types::S3DestinationConfiguration]

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

Constants

SENSITIVE