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

A channel receives events from a specific source (such as an on-premises storage solution or application, or a partner event data source), and delivers the events to one or more event data stores. You use channels to ingest events into CloudTrail from sources outside AWS.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudtrail.git

Properties

Name string | Aws_CF_FunctionString

The name of the channel.

Source string | Aws_CF_FunctionString

The ARN of an on-premises storage solution or application, or a partner event source.

Destinations Destination[]

One or more resources to which events arriving through a channel are logged and stored.

maxItems=10uniqueItems=true
Tags Tag[]

An array of key-value pairs to apply to this resource.

Definitions

Destination object

The resource that receives events arriving from a channel.

Type string | Aws_CF_FunctionString required

The type of destination for events arriving from a channel.

Location string | Aws_CF_FunctionString required

The ARN of a resource that receives events from a channel.

UUID string | Aws_CF_FunctionString
Timestamp string | Aws_CF_FunctionString
ChannelArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of a channel.

ChannelName string | Aws_CF_FunctionString

The name of the channel.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.