Class RepositoryArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.ArtifactRegistry
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RepositoryArgs : ResourceArgs
Constructors
View SourceRepositoryArgs()
Declaration
public RepositoryArgs()
Properties
View SourceDescription
The user-provided description of the repository.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Format
The format of packages that are stored in the repoitory.
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Location
The name of the location this repository is located in.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RepositoryId
The last part of the repository name, for example: "repo1"
Declaration
public Input<string> RepositoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |