Class: Aws::ControlTower::Types::LandingZoneDriftStatusSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

The drift status summary of the landing zone.

If the landing zone differs from the expected configuration, it is defined to be in a state of drift. You can repair this drift by resetting the landing zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The drift status of the landing zone.

Valid values:

  • DRIFTED: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected.

  • IN_SYNC: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.

Returns:

  • (String)


981
982
983
984
985
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 981

class LandingZoneDriftStatusSummary < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end