Skip to content

Create Cli Token

mwaa_create_cli_token R Documentation

Creates a CLI token for the Airflow CLI

Description

Creates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token.

Usage

mwaa_create_cli_token(Name)

Arguments

Name

[required] The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.

Value

A list with the following syntax:

list(
  CliToken = "string",
  WebServerHostname = "string"
)

Request syntax

svc$create_cli_token(
  Name = "string"
)