Class GetRepositoryResult
Inheritance
System.Object
GetRepositoryResult
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.Ecr
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetRepositoryResult
Fields
View SourceArn
Full ARN of the repository.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RegistryId
The registry ID where the repository was created.
Declaration
public readonly string RegistryId
Field Value
| Type | Description |
|---|---|
| System.String |
RepositoryUrl
The URL of the repository (in the form aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName).
Declaration
public readonly string RepositoryUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the resource.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |