| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationType |
BucketNotificationDestinationConfig.getType()
(experimental) The notification type.
|
BucketNotificationDestinationType |
BucketNotificationDestinationConfig.Jsii$Proxy.getType() |
static BucketNotificationDestinationType |
BucketNotificationDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketNotificationDestinationType[] |
BucketNotificationDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationConfig.Builder |
BucketNotificationDestinationConfig.Builder.type(BucketNotificationDestinationType type)
Sets the value of
BucketNotificationDestinationConfig.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(String arn,
BucketNotificationDestinationType type,
List<? extends software.constructs.IDependable> dependencies)
Constructor that initializes the object based on literal property values passed by the
BucketNotificationDestinationConfig.Builder. |
Copyright © 2021. All rights reserved.