Show / Hide Table of Contents

LambdaSharp::Registration::App

The LambdaSharp::Registration::App type creates a new or updates an existing app registration.

Using

NOTE: the LambdaSharp CLI automatically adds the required Using statement to all modules.

Using:

  - Module: LambdaSharp.Core:0.8.1

Syntax

Type: LambdaSharp::Registration::App
Properties:
  ModuleId: String
  AppId: String
  AppName: String
  AppLogGroupName: String
  AppPlatform: String
  AppFramework: String
  AppLanguage: String

Properties

ModuleId

The ModuleId property specifies the module CloudFormation stack name.

Required: Yes

Type: String

AppId

The AppId property specifies the module app ARN.

Required: Yes

Type: String

AppName

The AppName property specifies the module app name.

Required: Yes

Type: String

AppLogGroupName

The AppLogGroupName property specifies the module app CloudWatch log group name.

Required: Yes

Type: String

AppPlatform

The AppPlatform property specifies the module app execution platform.

Required: Yes

Type: String

AppFramework

The AppFramework property specifies the module app execution framework.

Required: Yes

Type: String

AppLanguage

The AppLanguage property specifies the module app programming language.

Required: Yes

Type: String

Attributes

Registration

The Registration attribute contains the app registration ID.

Type: String

In This Article
Back to top Generated by DocFX