Class GetRepositoryArgs
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.Aws.CodeCommit
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetRepositoryArgs : InvokeArgs
Constructors
View SourceGetRepositoryArgs()
Declaration
public GetRepositoryArgs()
Properties
View SourceRepositoryName
The name for the repository. This needs to be less than 100 characters.
Declaration
public string RepositoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |