@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.574Z") @Stability(value=Experimental) public interface StreamAttributes extends software.amazon.jsii.JsiiSerializable
The easiest way to instantiate is to call
stream.export(). Then, the consumer can use Stream.import(this, ref) and
get a Stream.
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamAttributes.Builder
A builder for
StreamAttributes |
static class |
StreamAttributes.Jsii$Proxy
An implementation for
StreamAttributes |
| Modifier and Type | Method and Description |
|---|---|
static StreamAttributes.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) The KMS key securing the contents of the stream if encryption is enabled.
|
String |
getStreamArn()
(experimental) The ARN of the stream.
|
@Stability(value=Experimental) @NotNull String getStreamArn()
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - No encryption
@Stability(value=Experimental) static StreamAttributes.Builder builder()
StreamAttributes.Builder of StreamAttributesCopyright © 2021. All rights reserved.