Class: Aws::ControlTower::Types::LandingZoneDetail

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

Overview

Information about the landing zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the landing zone.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end

#drift_statusTypes::LandingZoneDriftStatusSummary

The drift status of the landing zone.



1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end

#latest_available_versionString

The latest available version of the landing zone.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end

#manifestHash, ...

The landing zone manifest JSON text file that specifies the landing zone configurations.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end

#remediation_typesArray<String>

The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.

Returns:

  • (Array<String>)


1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The landing zone deployment status. One of ACTIVE, PROCESSING, FAILED.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The landing zone's current deployed version.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1323

class LandingZoneDetail < Struct.new(
  :version,
  :manifest,
  :remediation_types,
  :arn,
  :status,
  :latest_available_version,
  :drift_status)
  SENSITIVE = []
  include Aws::Structure
end