This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lambda::CapacityProvider CapacityProviderLoggingConfig
The CapacityProviderLoggingConfig property type specifies Property description not available. for an AWS::Lambda::CapacityProvider.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "LogGroup" :String, "SystemLogLevel" :String}
YAML
LogGroup:StringSystemLogLevel:String
Properties
LogGroupProperty description not available.
Required: No
Type: String
Pattern:
[\.\-_/#A-Za-z0-9]+Minimum:
1Maximum:
512Update requires: No interruption
SystemLogLevelProperty description not available.
Required: No
Type: String
Allowed values:
DEBUG | INFO | WARNUpdate requires: No interruption