Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Repository : KotlinCustomResource

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

Link copied to clipboard
data class RepositoryArgs(val cleanupPolicies: Output<List<RepositoryCleanupPolicyArgs>>? = null, val cleanupPolicyDryRun: Output<Boolean>? = null, val description: Output<String>? = null, val dockerConfig: Output<RepositoryDockerConfigArgs>? = 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 mode: Output<String>? = null, val project: Output<String>? = null, val remoteRepositoryConfig: Output<RepositoryRemoteRepositoryConfigArgs>? = null, val repositoryId: Output<String>? = null, val virtualRepositoryConfig: Output<RepositoryVirtualRepositoryConfigArgs>? = null) : ConvertibleToJava<RepositoryArgs>

A repository for storing artifacts 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 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
Link copied to clipboard
class RepositoryIamMember : KotlinCustomResource

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
Link copied to clipboard
class RepositoryIamPolicy : KotlinCustomResource

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
object RepositoryMapper : ResourceMapper<Repository>
Link copied to clipboard
Link copied to clipboard
class VpcscConfig : KotlinCustomResource
Link copied to clipboard
data class VpcscConfigArgs(val location: Output<String>? = null, val project: Output<String>? = null, val vpcscPolicy: Output<String>? = null) : ConvertibleToJava<VpcscConfigArgs>
Link copied to clipboard
Link copied to clipboard
object VpcscConfigMapper : ResourceMapper<VpcscConfig>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun repository(name: String, block: suspend RepositoryResourceBuilder.() -> Unit): Repository
Link copied to clipboard
suspend fun vpcscConfig(name: String, block: suspend VpcscConfigResourceBuilder.() -> Unit): VpcscConfig