Class GetImageResult
Inheritance
System.Object
GetImageResult
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 GetImageResult
Fields
View SourceId
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ImageDigest
Declaration
public readonly string ImageDigest
Field Value
| Type | Description |
|---|---|
| System.String |
ImagePushedAt
The date and time, expressed as a unix timestamp, at which the current image was pushed to the repository.
Declaration
public readonly int ImagePushedAt
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ImageSizeInBytes
The size, in bytes, of the image in the repository.
Declaration
public readonly int ImageSizeInBytes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ImageTag
Declaration
public readonly string ImageTag
Field Value
| Type | Description |
|---|---|
| System.String |
ImageTags
The list of tags associated with this image.
Declaration
public readonly ImmutableArray<string> ImageTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RegistryId
Declaration
public readonly string RegistryId
Field Value
| Type | Description |
|---|---|
| System.String |
RepositoryName
Declaration
public readonly string RepositoryName
Field Value
| Type | Description |
|---|---|
| System.String |