Show / Hide Table of Contents

Interface ILambdaActionProps

Properties for Lambda Alarm Action.

Namespace: Amazon.CDK.AWS.CloudWatch.Actions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaActionProps
Syntax (vb)
Public Interface ILambdaActionProps
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.CloudWatch.Actions;

            var lambdaActionProps = new LambdaActionProps {
                UseUniquePermissionId = false
            };

Synopsis

Properties

UseUniquePermissionId

Whether to generate unique Lambda Permission id.

Properties

UseUniquePermissionId

Whether to generate unique Lambda Permission id.

bool? UseUniquePermissionId { get; }
Property Value

bool?

Remarks

Use this parameter to resolve id collision in case of multiple alarms triggering the same action

Default: - false

See: https://github.com/aws/aws-cdk/issues/33958

Back to top Generated by DocFX