Package-level declarations

Types

Link copied to clipboard
class Instance : KotlinCustomResource

Instances are deployed to an available Google Cloud region and are accessible via their web interface. To get more information about Instance, see:

Link copied to clipboard
data class InstanceArgs(val instanceId: Output<String>? = null, val kmsKey: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val privateConfig: Output<InstancePrivateConfigArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

Instances are deployed to an available Google Cloud region and are accessible via their web interface. To get more information about Instance, see:

Link copied to clipboard
Link copied to clipboard
class InstanceIamBinding : KotlinCustomResource
Link copied to clipboard
data class InstanceIamBindingArgs(val condition: Output<InstanceIamBindingConditionArgs>? = null, val instanceId: Output<String>? = null, val location: Output<String>? = null, val members: Output<List<String>>? = null, val project: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<InstanceIamBindingArgs>
Link copied to clipboard
Link copied to clipboard
class InstanceIamMember : KotlinCustomResource
Link copied to clipboard
data class InstanceIamMemberArgs(val condition: Output<InstanceIamMemberConditionArgs>? = null, val instanceId: Output<String>? = null, val location: Output<String>? = null, val member: Output<String>? = null, val project: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<InstanceIamMemberArgs>
Link copied to clipboard
object InstanceIamMemberMapper : ResourceMapper<InstanceIamMember>
Link copied to clipboard
class InstanceIamPolicy : KotlinCustomResource
Link copied to clipboard
data class InstanceIamPolicyArgs(val instanceId: Output<String>? = null, val location: Output<String>? = null, val policyData: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<InstanceIamPolicyArgs>
Link copied to clipboard
object InstanceIamPolicyMapper : ResourceMapper<InstanceIamPolicy>
Link copied to clipboard
object InstanceMapper : ResourceMapper<Instance>
Link copied to clipboard
Link copied to clipboard
class Repository : KotlinCustomResource

Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported. To get more information about Repository, see:

Link copied to clipboard
data class RepositoryArgs(val description: Output<String>? = null, val initialConfig: Output<RepositoryInitialConfigArgs>? = null, val instance: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null) : ConvertibleToJava<RepositoryArgs>

Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported. To get more information about Repository, see:

Link copied to clipboard
Link copied to clipboard
class RepositoryIamBinding : KotlinCustomResource

Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:

Link copied to clipboard
data class RepositoryIamBindingArgs(val condition: Output<RepositoryIamBindingConditionArgs>? = null, val location: Output<String>? = null, val members: Output<List<String>>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<RepositoryIamBindingArgs>

Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:

Link copied to clipboard
Link copied to clipboard
class RepositoryIamMember : KotlinCustomResource

Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:

Link copied to clipboard
data class RepositoryIamMemberArgs(val condition: Output<RepositoryIamMemberConditionArgs>? = null, val location: Output<String>? = null, val member: Output<String>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<RepositoryIamMemberArgs>

Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:

Link copied to clipboard
Link copied to clipboard
class RepositoryIamPolicy : KotlinCustomResource

Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:

Link copied to clipboard
data class RepositoryIamPolicyArgs(val location: Output<String>? = null, val policyData: Output<String>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null) : ConvertibleToJava<RepositoryIamPolicyArgs>

Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:

Link copied to clipboard
Link copied to clipboard
object RepositoryMapper : ResourceMapper<Repository>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun instance(name: String, block: suspend InstanceResourceBuilder.() -> Unit): Instance
Link copied to clipboard
suspend fun repository(name: String, block: suspend RepositoryResourceBuilder.() -> Unit): Repository