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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-controltower/types.rb', line 1111

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

#drift_statusTypes::LandingZoneDriftStatusSummary

The drift status of the landing zone.



1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-controltower/types.rb', line 1111

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

#latest_available_versionString

The latest available version of the landing zone.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-controltower/types.rb', line 1111

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  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)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-controltower/types.rb', line 1111

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

#statusString

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

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-controltower/types.rb', line 1111

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

#versionString

The landing zone’s current deployed version.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-controltower/types.rb', line 1111

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