ApplicationUpdate constructor
ApplicationUpdate({
- String? applicationCodeUpdate,
- List<
CloudWatchLoggingOptionUpdate> ? cloudWatchLoggingOptionUpdates, - List<
InputUpdate> ? inputUpdates, - List<
OutputUpdate> ? outputUpdates, - List<
ReferenceDataSourceUpdate> ? referenceDataSourceUpdates,
Implementation
ApplicationUpdate({
this.applicationCodeUpdate,
this.cloudWatchLoggingOptionUpdates,
this.inputUpdates,
this.outputUpdates,
this.referenceDataSourceUpdates,
});