| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot.actions |
Actions for AWS IoT Rule
|
| Modifier and Type | Method and Description |
|---|---|
default FirehoseStreamRecordSeparator |
FirehoseStreamActionProps.getRecordSeparator()
(experimental) A character separator that will be used to separate records written to the Kinesis Data Firehose stream.
|
FirehoseStreamRecordSeparator |
FirehoseStreamActionProps.Jsii$Proxy.getRecordSeparator() |
static FirehoseStreamRecordSeparator |
FirehoseStreamRecordSeparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirehoseStreamRecordSeparator[] |
FirehoseStreamRecordSeparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FirehoseStreamAction.Builder |
FirehoseStreamAction.Builder.recordSeparator(FirehoseStreamRecordSeparator recordSeparator)
(experimental) A character separator that will be used to separate records written to the Kinesis Data Firehose stream.
|
FirehoseStreamActionProps.Builder |
FirehoseStreamActionProps.Builder.recordSeparator(FirehoseStreamRecordSeparator recordSeparator)
Sets the value of
FirehoseStreamActionProps.getRecordSeparator() |
Copyright © 2022. All rights reserved.