Show / Hide Table of Contents

Class RepositoryFileArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RepositoryFileArgs
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.Github
Assembly: Pulumi.Github.dll
Syntax
public sealed class RepositoryFileArgs : ResourceArgs

Constructors

View Source

RepositoryFileArgs()

Declaration
public RepositoryFileArgs()

Properties

View Source

Branch

Git branch (defaults to master). The branch must already exist, it will not be created if it does not already exist.

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

CommitAuthor

Committer author name to use.

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

CommitEmail

Committer email address to use.

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

CommitMessage

Commit message when adding or updating the managed file.

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

Content

The file content.

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

File

The path of the file to manage.

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

Repository

The repository name

Declaration
public Input<string> Repository { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.