Config S3Recording Config
data class ConfigS3RecordingConfig(val bucketArn: String? = null, val prefix: String? = null, val roleArn: String? = null)
Properties
Link copied to clipboard
The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of {satellite_id}/{year}/{month}/{day}/
will replaced with fake_satellite_id/2021/01/10/
Optional keys for substitution : {satellite_id}
| {config-name}
| {config-id}
| {year}
| {month}
| {day}