@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:36.285Z") @Stability(value=Experimental) public interface BucketNotificationDestinationConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BucketNotificationDestinationConfig.Builder
A builder for
BucketNotificationDestinationConfig |
static class |
BucketNotificationDestinationConfig.Jsii$Proxy
An implementation for
BucketNotificationDestinationConfig |
| Modifier and Type | Method and Description |
|---|---|
static BucketNotificationDestinationConfig.Builder |
builder() |
String |
getArn()
(experimental) The ARN of the destination (i.e.
|
default List<software.constructs.IDependable> |
getDependencies()
(experimental) Any additional dependencies that should be resolved before the bucket notification can be configured (for example, the SNS Topic Policy resource).
|
BucketNotificationDestinationType |
getType()
(experimental) The notification type.
|
@Stability(value=Experimental) @NotNull String getArn()
@Stability(value=Experimental) @NotNull BucketNotificationDestinationType getType()
@Stability(value=Experimental) @Nullable default List<software.constructs.IDependable> getDependencies()
@Stability(value=Experimental) static BucketNotificationDestinationConfig.Builder builder()
Copyright © 2021. All rights reserved.