@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.728Z") @Stability(value=Stable) public interface KinesisDestinationProps 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.iam.*;
import software.amazon.awscdk.services.logs.destinations.*;
Role role;
KinesisDestinationProps kinesisDestinationProps = KinesisDestinationProps.builder()
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
KinesisDestinationProps.Builder
A builder for
KinesisDestinationProps |
static class |
KinesisDestinationProps.Jsii$Proxy
An implementation for
KinesisDestinationProps |
| Modifier and Type | Method and Description |
|---|---|
static KinesisDestinationProps.Builder |
builder() |
default IRole |
getRole()
The role to assume to write log events to the destination.
|
@Stability(value=Stable) @Nullable default IRole getRole()
Default: - A new Role is created
@Stability(value=Stable) static KinesisDestinationProps.Builder builder()
KinesisDestinationProps.Builder of KinesisDestinationPropsCopyright © 2022. All rights reserved.