Skip to main content

ResourceCompletionDurations

configCompleteDurationnumbernullable

The duration in milliseconds for the resource to be configured. This will only be set if the resource has reached the config complete status.

Example: 10000
totalDurationnumbernullable

The duration in milliseconds for the resource change to reach the final status.

Example: 20000
attemptDurationsnumber[]

The durations in milliseconds for each attempt to deploy the resource.

ResourceCompletionDurations
{
"configCompleteDuration": 10000,
"totalDuration": 20000,
"attemptDurations": [
20000
]
}