@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:11.163Z") @Stability(value=Experimental) public class S3Bucket extends software.amazon.jsii.JsiiObject implements IDestination
Example:
import software.amazon.awscdk.core.*;
Bucket bucket;
IDestination destination;
LogGroup logGroup = new LogGroup(this, "Log Group");
S3Bucket destination = S3Bucket.Builder.create(bucket)
.logGroup(logGroup)
.build();
DeliveryStream.Builder.create(this, "Delivery Stream")
.destinations(List.of(destination))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
S3Bucket.Builder
(experimental) A fluent builder for
S3Bucket. |
software.amazon.jsii.JsiiObject.InitializationModeIDestination.Jsii$Default, IDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
S3Bucket(IBucket bucket) |
|
S3Bucket(IBucket bucket,
S3BucketProps props) |
protected |
S3Bucket(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3Bucket(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
bind(software.constructs.Construct scope,
DestinationBindOptions _options)
(experimental) Binds this destination to the Kinesis Data Firehose delivery stream.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected S3Bucket(software.amazon.jsii.JsiiObjectRef objRef)
protected S3Bucket(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public S3Bucket(@NotNull
IBucket bucket,
@Nullable
S3BucketProps props)
bucket - This parameter is required.props - @Stability(value=Experimental)
public S3Bucket(@NotNull
IBucket bucket)
bucket - This parameter is required.@Stability(value=Experimental) @NotNull public DestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull DestinationBindOptions _options)
Implementers should use this method to bind resources to the stack and initialize values using the provided stream.
bind in interface IDestinationscope - This parameter is required._options - This parameter is required.Copyright © 2022. All rights reserved.