| Package | Description |
|---|---|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDestination.Builder |
CfnDestination.Builder.create(software.constructs.Construct scope,
String id) |
CfnDestination.Builder |
CfnDestination.Builder.destinationName(String destinationName)
The name of the destination.
|
CfnDestination.Builder |
CfnDestination.Builder.destinationPolicy(String destinationPolicy)
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
|
CfnDestination.Builder |
CfnDestination.Builder.roleArn(String roleArn)
The ARN of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource.
|
CfnDestination.Builder |
CfnDestination.Builder.targetArn(String targetArn)
The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
|
Copyright © 2022. All rights reserved.