ServiceSyncBlockerSummary - AWS Proton

ServiceSyncBlockerSummary

If a service instance is manually updated, Proton wants to prevent accidentally overriding a manual change.

A blocker is created because of the manual update or deletion of a service instance. The summary describes the blocker as being active or resolved.

Contents

serviceName

The name of the service that you want to get the sync blocker summary for. If given a service instance name and a service name, it will return the blockers only applying to the instance that is blocked.

If given only a service name, it will return the blockers that apply to all of the instances. In order to get the blockers for a single instance, you will need to make two distinct calls, one to get the sync blocker summary for the service and the other to get the sync blocker for the service instance.

Type: String

Required: Yes

latestBlockers

The latest active blockers for the synced service.

Type: Array of SyncBlocker objects

Required: No

serviceInstanceName

The name of the service instance that you want sync your service configuration with.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: