Skip to content

Create Landing Zone

controltower_create_landing_zone R Documentation

Creates a new landing zone

Description

Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.

Usage

controltower_create_landing_zone(manifest, tags, version)

Arguments

manifest

[required] The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.

tags

Tags to be applied to the landing zone.

version

[required] The landing zone version, for example, 3.0.

Value

A list with the following syntax:

list(
  arn = "string",
  operationIdentifier = "string"
)

Request syntax

svc$create_landing_zone(
  manifest = list(),
  tags = list(
    "string"
  ),
  version = "string"
)