factory TableTtl.fromMap(Map<String, dynamic> map) { return TableTtl( status: pulumi.Input.fromValue(map['status'] as String), ); }