![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.ecr.cfnReplicationConfiguration.ReplicationDestinationProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.ecr.cfnReplicationConfiguration
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object ReplicationDestinationProperty {
def apply(
region: String,
registryId: String
): software.amazon.awscdk.services.ecr.CfnReplicationConfiguration.ReplicationDestinationProperty =
(new software.amazon.awscdk.services.ecr.CfnReplicationConfiguration.ReplicationDestinationProperty.Builder)
.region(region)
.registryId(registryId)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy