TableTtl constructor
const
TableTtl({
- required Input<
String> status,
Creates a new TableTtl.
status Valid values: ENABLED.
Implementation
const TableTtl({
required this.status,
});