All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.elasticache.cfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.elasticache.cfnReplicationGroup

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CloudWatchLogsDestinationDetailsProperty {

  def apply(
    logGroup: String
  ): software.amazon.awscdk.services.elasticache.CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty =
    (new software.amazon.awscdk.services.elasticache.CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.Builder)
      .logGroup(logGroup)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy