interface ILogDestination
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Pipes.Alpha.ILogDestination |
Go | github.com/aws/aws-cdk-go/awscdkpipesalpha/v2#ILogDestination |
Java | software.amazon.awscdk.services.pipes.alpha.ILogDestination |
Python | aws_cdk.aws_pipes_alpha.ILogDestination |
TypeScript (source) | @aws-cdk/aws-pipes-alpha » ILogDestination |
Log destination base class.
Methods
Name | Description |
---|---|
bind(pipe) | Bind the log destination to the pipe. |
grant | Grant the pipe role to push to the log destination. |
bind(pipe)
public bind(pipe: IPipe): LogDestinationConfig
Parameters
- pipe
IPipe
Returns
Bind the log destination to the pipe.
Push(grantee)
grantpublic grantPush(grantee: IRole): void
Parameters
- grantee
IRole
Grant the pipe role to push to the log destination.