Show / Hide Table of Contents

Class RepositoryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RepositoryArgs
Inherited Members
ResourceArgs.Empty
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 Source

RepositoryArgs()

Declaration
public RepositoryArgs()

Properties

View Source

Description

The user-provided description of the repository.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.