@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.740Z") @Stability(value=Experimental) public interface LogSubscriptionDestinationConfig extends software.amazon.jsii.JsiiSerializable
| 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() |
String |
getArn()
(experimental) The ARN of the subscription's destination.
|
default IRole |
getRole()
(experimental) The role to assume to write log events to the destination.
|
@Stability(value=Experimental) @NotNull String getArn()
@Stability(value=Experimental) @Nullable default IRole getRole()
Default: No role assumed
@Stability(value=Experimental) static LogSubscriptionDestinationConfig.Builder builder()
Copyright © 2021. All rights reserved.