The ARN of the scheduled report to update.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
-ClearWidgetDateRangeOverride <
Boolean>
Set to true to clear existing widgetDateRangeOverride.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Set to true to clear existing widgetIds.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ClearWidgetIds |
Amazon.PowerShell.Cmdlets.BCMD.AmazonBCMDashboardsClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The ARN of the dashboard to associate with the scheduled report.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The new description for the scheduled report.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The new name for the scheduled report.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduleConfig_ScheduleExpression <
String>
The schedule expression that specifies when to trigger the scheduled report run. This value must be a cron expression consisting of six fields separated by white spaces: cron(minutes hours day_of_month month day_of_week year).
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduleConfig_ScheduleExpressionTimeZone <
String>
The time zone for the schedule expression, for example, UTC.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduleConfig_SchedulePeriod_EndTime <DateTime>
The end time of the schedule period. If not specified, defaults to 3 years from the time of the create or update request. The maximum allowed value is 3 years from the current time. Setting an end time beyond this limit returns a ValidationException.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduleConfig_SchedulePeriod_StartTime <DateTime>
The start time of the schedule period. If not specified, defaults to the time of the create or update request. The start time cannot be more than 5 minutes before the time of the request.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The state of the schedule. ENABLED means the scheduled report runs according to its schedule expression. DISABLED means the scheduled report is paused and will not run until re-enabled.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledReportExecutionRoleArn <
String>
The ARN of the IAM role that the scheduled report uses to execute. Amazon Web Services Billing and Cost Management Dashboards will assume this IAM role while executing the scheduled report.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Arn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.UpdateScheduledReportResponse). Specifying the name of a property of type Amazon.BCMDashboards.Model.UpdateScheduledReportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-WidgetDateRangeOverride_EndTime_Value <
String>
The actual date/time value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-WidgetDateRangeOverride_StartTime_Value <
String>
The actual date/time value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The list of widget identifiers to include in the scheduled report. If not specified, all widgets in the dashboard are included. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | WidgetIds |