Class: Aws::ControlTower::Types::LandingZoneDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::LandingZoneDetail
- 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
-
#arn ⇒ String
The ARN of the landing zone.
-
#drift_status ⇒ Types::LandingZoneDriftStatusSummary
The drift status of the landing zone.
-
#latest_available_version ⇒ String
The latest available version of the landing zone.
-
#manifest ⇒ Hash, ...
The landing zone manifest JSON text file that specifies the landing zone configurations.
-
#remediation_types ⇒ Array<String>
The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.
-
#status ⇒ String
The landing zone deployment status.
-
#version ⇒ String
The landing zone's current deployed version.
Instance Attribute Details
#arn ⇒ String
The ARN 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 |
#drift_status ⇒ Types::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_version ⇒ String
The latest available version 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 |
#manifest ⇒ Hash, ...
The landing zone manifest JSON text file that specifies the landing zone configurations.
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_types ⇒ Array<String>
The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.
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 |
#status ⇒ String
The landing zone deployment status. One of ACTIVE, PROCESSING,
FAILED.
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 |
#version ⇒ String
The landing zone's current deployed version.
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 |