Show / Hide Table of Contents

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 Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ImageDigest

Declaration
public readonly string ImageDigest
Field Value
Type Description
System.String
View Source

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
View Source

ImageSizeInBytes

The size, in bytes, of the image in the repository.

Declaration
public readonly int ImageSizeInBytes
Field Value
Type Description
System.Int32
View Source

ImageTag

Declaration
public readonly string ImageTag
Field Value
Type Description
System.String
View Source

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>
View Source

RegistryId

Declaration
public readonly string RegistryId
Field Value
Type Description
System.String
View Source

RepositoryName

Declaration
public readonly string RepositoryName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.