Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotwireless-destination.json
Parent schema serverless-framework-configuration
Type: object

Destination's resource schema demonstrating some basic constructs and validation rules.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Name string | Aws_CF_FunctionString required

Unique name of destination

Expression string | Aws_CF_FunctionString required

Destination expression

ExpressionType string | Aws_CF_FunctionString required

Must be RuleName

RoleArn string | Aws_CF_FunctionString required

AWS role ARN that grants access

Description string | Aws_CF_FunctionString

Destination description

Tags Tag[]

A list of key-value pairs that contain metadata for the destination.

maxItems=200uniqueItems=true

Definitions

Tag object
Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString