@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:58.578Z")
public interface LogSubscriptionDestinationConfig
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.*; Role role; LogSubscriptionDestinationConfig logSubscriptionDestinationConfig = LogSubscriptionDestinationConfig.builder() .arn("arn") // the properties below are optional .role(role) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
LogSubscriptionDestinationConfig.Builder
A builder for
LogSubscriptionDestinationConfig |
static class |
LogSubscriptionDestinationConfig.Jsii$Proxy
An implementation for
LogSubscriptionDestinationConfig |
Modifier and Type | Method and Description |
---|---|
static LogSubscriptionDestinationConfig.Builder |
builder() |
java.lang.String |
getArn()
The ARN of the subscription's destination.
|
default IRole |
getRole()
The role to assume to write log events to the destination.
|
java.lang.String getArn()
default IRole getRole()
Default: No role assumed
static LogSubscriptionDestinationConfig.Builder builder()