@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.729Z") @Stability(value=Stable) public interface LambdaDestinationOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.logs.destinations.*;
LambdaDestinationOptions lambdaDestinationOptions = LambdaDestinationOptions.builder()
.addPermissions(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDestinationOptions.Builder
A builder for
LambdaDestinationOptions |
static class |
LambdaDestinationOptions.Jsii$Proxy
An implementation for
LambdaDestinationOptions |
| Modifier and Type | Method and Description |
|---|---|
static LambdaDestinationOptions.Builder |
builder() |
default Boolean |
getAddPermissions()
Whether or not to add Lambda Permissions.
|
@Stability(value=Stable) @Nullable default Boolean getAddPermissions()
Default: true
@Stability(value=Stable) static LambdaDestinationOptions.Builder builder()
LambdaDestinationOptions.Builder of LambdaDestinationOptionsCopyright © 2022. All rights reserved.