Config S3Recording Config Args
data class ConfigS3RecordingConfigArgs(val bucketArn: Output<String>? = null, val prefix: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<ConfigS3RecordingConfigArgs>
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}