Package-level declarations

Types

Link copied to clipboard
data class GetLedgerPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLedgerPlainArgs>

A collection of arguments for invoking getLedger.

Link copied to clipboard
Link copied to clipboard
data class StreamKinesisConfigurationArgs(val aggregationEnabled: Output<Boolean>? = null, val streamArn: Output<String>) : ConvertibleToJava<StreamKinesisConfigurationArgs>