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
Usingstatement 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
ModuleIdproperty specifies the module CloudFormation stack name.Required: Yes
Type: String
AppId-
The
AppIdproperty specifies the module app ARN.Required: Yes
Type: String
AppName-
The
AppNameproperty specifies the module app name.Required: Yes
Type: String
AppLogGroupName-
The
AppLogGroupNameproperty specifies the module app CloudWatch log group name.Required: Yes
Type: String
AppPlatform-
The
AppPlatformproperty specifies the module app execution platform.Required: Yes
Type: String
AppFramework-
The
AppFrameworkproperty specifies the module app execution framework.Required: Yes
Type: String
AppLanguage-
The
AppLanguageproperty specifies the module app programming language.Required: Yes
Type: String
Attributes
Registration-
The
Registrationattribute contains the app registration ID.Type: String