log Delivery Configurations
suspend fun logDeliveryConfigurations(value: Output<List<ReplicationGroupLogDeliveryConfigurationArgs>>)
Parameters
value
Specifies the destination and format of Redis OSS/Valkey SLOWLOG or Redis OSS/Valkey Engine Log. See the documentation on Amazon ElastiCache. See Log Delivery Configuration below for more details.
suspend fun logDeliveryConfigurations(vararg values: Output<ReplicationGroupLogDeliveryConfigurationArgs>)
suspend fun logDeliveryConfigurations(values: List<Output<ReplicationGroupLogDeliveryConfigurationArgs>>)
Parameters
values
Specifies the destination and format of Redis OSS/Valkey SLOWLOG or Redis OSS/Valkey Engine Log. See the documentation on Amazon ElastiCache. See Log Delivery Configuration below for more details.
suspend fun logDeliveryConfigurations(argument: List<suspend ReplicationGroupLogDeliveryConfigurationArgsBuilder.() -> Unit>)
suspend fun logDeliveryConfigurations(vararg argument: suspend ReplicationGroupLogDeliveryConfigurationArgsBuilder.() -> Unit)
suspend fun logDeliveryConfigurations(argument: suspend ReplicationGroupLogDeliveryConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Specifies the destination and format of Redis OSS/Valkey SLOWLOG or Redis OSS/Valkey Engine Log. See the documentation on Amazon ElastiCache. See Log Delivery Configuration below for more details.