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

io.burkard.cdk.services.ssmincidents.RegionConfigurationProperty.scala Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package io.burkard.cdk.services.ssmincidents

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

  def apply(
    sseKmsKeyId: String
  ): software.amazon.awscdk.services.ssmincidents.CfnReplicationSet.RegionConfigurationProperty =
    (new software.amazon.awscdk.services.ssmincidents.CfnReplicationSet.RegionConfigurationProperty.Builder)
      .sseKmsKeyId(sseKmsKeyId)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy