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

com.faendir.awscdkkt.generated.services.codestar.CfnGitHubRepositoryDsl.kt Maven / Gradle / Ivy

There is a newer version: 2.167.1-1.0.1
Show newest version
package com.faendir.awscdkkt.generated.services.codestar

import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.String
import kotlin.Unit
import software.amazon.awscdk.services.codestar.CfnGitHubRepository
import software.amazon.awscdk.services.codestar.CfnGitHubRepositoryProps
import software.constructs.Construct

@Generated
public fun Construct.cfnGitHubRepository(
  id: String,
  props: CfnGitHubRepositoryProps,
  initializer: @AwsCdkDsl CfnGitHubRepository.() -> Unit = {},
): CfnGitHubRepository = CfnGitHubRepository(this, id, props).apply(initializer)

@Generated
public fun Construct.buildCfnGitHubRepository(id: String, initializer: @AwsCdkDsl
    CfnGitHubRepository.Builder.() -> Unit = {}): CfnGitHubRepository =
    CfnGitHubRepository.Builder.create(this, id).apply(initializer).build()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy