@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.696Z") @Stability(value=Stable) public interface CfnDestinationProps 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.*;
CfnDestinationProps cfnDestinationProps = CfnDestinationProps.builder()
.destinationName("destinationName")
.destinationPolicy("destinationPolicy")
.roleArn("roleArn")
.targetArn("targetArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDestinationProps.Builder
A builder for
CfnDestinationProps |
static class |
CfnDestinationProps.Jsii$Proxy
An implementation for
CfnDestinationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDestinationProps.Builder |
builder() |
String |
getDestinationName()
The name of the destination.
|
String |
getDestinationPolicy()
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
|
String |
getRoleArn()
The ARN of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource.
|
String |
getTargetArn()
The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
|
@Stability(value=Stable) @NotNull String getDestinationName()
@Stability(value=Stable) @NotNull String getDestinationPolicy()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getTargetArn()
@Stability(value=Stable) static CfnDestinationProps.Builder builder()
CfnDestinationProps.Builder of CfnDestinationPropsCopyright © 2022. All rights reserved.