S3DestinationConfiguration
A complex type that describes an S3 location where recorded videos will be stored.
Contents
- encoderConfigurationArns
-
ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
Type: Array of strings
Array Members: Fixed number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
arn:aws:ivs:[a-z0-9-]+:[0-9]+:encoder-configuration/[a-zA-Z0-9-]+
Required: Yes
- storageConfigurationArn
-
ARN of the StorageConfiguration where recorded videos will be stored.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
arn:aws:ivs:[a-z0-9-]+:[0-9]+:storage-configuration/[a-zA-Z0-9-]+
Required: Yes
- recordingConfiguration
-
Array of maps, each of the form
string:string (key:value)
. This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.Type: RecordingConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: