| Package | Description |
|---|---|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| software.amazon.awscdk.services.logs.destinations |
CDK Construct Libray for AWS XXX
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILogSubscriptionDestination.Jsii$Default
Internal default implementation for
ILogSubscriptionDestination. |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossAccountDestination
(experimental) A new CloudWatch Logs Destination for use in cross-account scenarios.
|
static class |
ILogSubscriptionDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ILogSubscriptionDestination |
SubscriptionFilterOptions.getDestination()
(experimental) The destination to send the filtered events to.
|
ILogSubscriptionDestination |
SubscriptionFilterOptions.Jsii$Proxy.getDestination() |
ILogSubscriptionDestination |
SubscriptionFilterProps.Jsii$Proxy.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionFilterOptions.Builder |
SubscriptionFilterOptions.Builder.destination(ILogSubscriptionDestination destination)
Sets the value of
SubscriptionFilterOptions.getDestination() |
SubscriptionFilter.Builder |
SubscriptionFilter.Builder.destination(ILogSubscriptionDestination destination)
(experimental) The destination to send the filtered events to.
|
SubscriptionFilterProps.Builder |
SubscriptionFilterProps.Builder.destination(ILogSubscriptionDestination destination)
Sets the value of
SubscriptionFilterOptions.getDestination() |
| Constructor and Description |
|---|
Jsii$Proxy(ILogGroup logGroup,
ILogSubscriptionDestination destination,
IFilterPattern filterPattern)
Constructor that initializes the object based on literal property values passed by the
SubscriptionFilterProps.Builder. |
Jsii$Proxy(ILogSubscriptionDestination destination,
IFilterPattern filterPattern)
Constructor that initializes the object based on literal property values passed by the
SubscriptionFilterOptions.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
KinesisDestination
(experimental) Use a Kinesis stream as the destination for a log subscription.
|
class |
LambdaDestination
(experimental) Use a Lamda Function as the destination for a log subscription.
|
Copyright © 2021. All rights reserved.