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.Aws.CodeCommit
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RepositoryArgs : ResourceArgs

Constructors

View Source

RepositoryArgs()

Declaration
public RepositoryArgs()

Properties

View Source

DefaultBranch

The default branch of the repository. The branch specified here needs to exist.

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

Description

The description of the repository. This needs to be less than 1000 characters

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

RepositoryName

The name for the repository. This needs to be less than 100 characters.

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

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.