ResourceSynchronizationStatusSummary

The synchronization status of a resource covered by a deployment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS account ID that owns the resource.

Link copied to clipboard

The ARN of the deployment that the synchronization status is associated with. This is absent for aggregate (cross-deployment) statuses.

Link copied to clipboard

The time when the synchronization status was last evaluated.

Link copied to clipboard

The reasons the resource is out of sync, keyed by firewall type. This is null when the resource is in sync.

Link copied to clipboard

Details about remediation issues, keyed by firewall type. This is null when there are no remediation issues.

Link copied to clipboard

The ARN of the resource whose synchronization status is reported.

Link copied to clipboard

The type of the resource, in AWS CloudFormation format.

Link copied to clipboard

The synchronization status of the resource, such as IN_SYNC or OUT_OF_SYNC.

Link copied to clipboard

The time when the resource was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String