
io.burkard.cdk.services.elasticache.cfnReplicationGroup.LogDeliveryConfigurationRequestProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.elasticache.cfnReplicationGroup
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object LogDeliveryConfigurationRequestProperty {
def apply(
logFormat: String,
logType: String,
destinationDetails: software.amazon.awscdk.services.elasticache.CfnReplicationGroup.DestinationDetailsProperty,
destinationType: String
): software.amazon.awscdk.services.elasticache.CfnReplicationGroup.LogDeliveryConfigurationRequestProperty =
(new software.amazon.awscdk.services.elasticache.CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Builder)
.logFormat(logFormat)
.logType(logType)
.destinationDetails(destinationDetails)
.destinationType(destinationType)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy