Show / Hide Table of Contents

Class LambdaDestinationOptions

Options that may be provided to LambdaDestination.

Inheritance
System.Object
LambdaDestinationOptions
Implements
ILambdaDestinationOptions
Namespace: Amazon.CDK.AWS.Logs.Destinations
Assembly: Amazon.CDK.AWS.Logs.Destinations.dll
Syntax (csharp)
public class LambdaDestinationOptions : Object, ILambdaDestinationOptions
Syntax (vb)
Public Class LambdaDestinationOptions
    Inherits Object
    Implements ILambdaDestinationOptions
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.Logs.Destinations;

var lambdaDestinationOptions = new LambdaDestinationOptions {
    AddPermissions = false
};

Synopsis

Constructors

LambdaDestinationOptions()

Properties

AddPermissions

Whether or not to add Lambda Permissions.

Constructors

LambdaDestinationOptions()

public LambdaDestinationOptions()

Properties

AddPermissions

Whether or not to add Lambda Permissions.

public Nullable<bool> AddPermissions { get; set; }
Property Value

System.Nullable<System.Boolean>

Remarks

Default: true

Implements

ILambdaDestinationOptions
Back to top Generated by DocFX