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