ResourceSynchronizationStatusSummary
The synchronization status of a resource covered by a deployment.
Contents
- accountId
-
The AWS account ID that owns the resource.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
(?:[0-9]{12})Required: Yes
- resourceArn
-
The ARN of the resource whose synchronization status is reported.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1010.
Pattern:
arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:(.+)Required: Yes
- synchronizationStatus
-
The synchronization status of the resource, such as
IN_SYNCorOUT_OF_SYNC.Type: String
Valid Values:
IN_SYNC | OUT_OF_SYNC | NOT_APPLICABLERequired: Yes
- updatedAt
-
The time when the resource was last updated.
Type: Timestamp
Required: Yes
- deploymentArn
-
The ARN of the deployment that the synchronization status is associated with. This is absent for aggregate (cross-deployment) statuses.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1010.
Pattern:
arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:(.+)Required: No
- evaluatedAt
-
The time when the synchronization status was last evaluated.
Type: Timestamp
Required: No
- outOfSyncReasons
-
The reasons the resource is out of sync, keyed by firewall type. This is null when the resource is in sync.
Type: OutOfSyncReasonsView object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- remediationIssues
-
Details about remediation issues, keyed by firewall type. This is null when there are no remediation issues.
Type: RemediationIssuesView object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- resourceType
-
The type of the resource, in AWS CloudFormation format.
Type: String
Valid Values:
AWS::ApiGateway::Stage | AWS::CloudFront::Distribution | AWS::EC2::EIP | AWS::ElasticLoadBalancingV2::LoadBalancer::application | AWS::ElasticLoadBalancing::LoadBalancer | AWS::WAFv2::WebACL | AWS::Shield::Protection | AWS::ShieldRegional::ProtectionRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: