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

io.burkard.cdk.services.mediastore.MetricPolicyRuleProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.mediastore

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

  def apply(
    objectGroupName: String,
    objectGroup: String
  ): software.amazon.awscdk.services.mediastore.CfnContainer.MetricPolicyRuleProperty =
    (new software.amazon.awscdk.services.mediastore.CfnContainer.MetricPolicyRuleProperty.Builder)
      .objectGroupName(objectGroupName)
      .objectGroup(objectGroup)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy