Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

A repository for storing artifacts To get more information about Repository, see:

Link copied to clipboard
data class RepositoryArgs(val description: Output<String>? = null, val format: Output<String>? = null, val kmsKeyName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mavenConfig: Output<RepositoryMavenConfigArgs>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null) : ConvertibleToJava<RepositoryArgs>

A repository for storing artifacts To get more information about Repository, see:

Link copied to clipboard
Link copied to clipboard

Three different resources help you manage your IAM policy for Artifact Registry 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 repository: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<RepositoryIamBindingArgs>

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

Link copied to clipboard

Three different resources help you manage your IAM policy for Artifact Registry 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 repository: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<RepositoryIamMemberArgs>

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

Link copied to clipboard

Three different resources help you manage your IAM policy for Artifact Registry 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 repository: Output<String>? = null) : ConvertibleToJava<RepositoryIamPolicyArgs>

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

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun repositoryResource(name: String, block: suspend RepositoryResourceBuilder.() -> Unit): Repository