Class: Aws::ControlTower::Types::CreateLandingZoneInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::CreateLandingZoneInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest ⇒ Hash, ...
The manifest JSON file is a text file that describes your Amazon Web Services resources.
-
#remediation_types ⇒ Array<String>
Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
-
#tags ⇒ Hash<String,String>
Tags to be applied to the landing zone.
-
#version ⇒ String
The landing zone version, for example, 3.0.
Instance Attribute Details
#manifest ⇒ Hash, ...
The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review [Launch your landing zone].
[1]: docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch
278 279 280 281 282 283 284 285 |
# File 'lib/aws-sdk-controltower/types.rb', line 278 class CreateLandingZoneInput < Struct.new( :version, :remediation_types, :tags, :manifest) SENSITIVE = [] include Aws::Structure end |
#remediation_types ⇒ Array<String>
Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
278 279 280 281 282 283 284 285 |
# File 'lib/aws-sdk-controltower/types.rb', line 278 class CreateLandingZoneInput < Struct.new( :version, :remediation_types, :tags, :manifest) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to be applied to the landing zone.
278 279 280 281 282 283 284 285 |
# File 'lib/aws-sdk-controltower/types.rb', line 278 class CreateLandingZoneInput < Struct.new( :version, :remediation_types, :tags, :manifest) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The landing zone version, for example, 3.0.
278 279 280 281 282 283 284 285 |
# File 'lib/aws-sdk-controltower/types.rb', line 278 class CreateLandingZoneInput < Struct.new( :version, :remediation_types, :tags, :manifest) SENSITIVE = [] include Aws::Structure end |