Show / Hide Table of Contents

Class GetImageArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetImageArgs
Inherited Members
InvokeArgs.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.Ecr
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetImageArgs : InvokeArgs

Constructors

View Source

GetImageArgs()

Declaration
public GetImageArgs()

Properties

View Source

ImageDigest

The sha256 digest of the image manifest. At least one of image_digest or image_tag must be specified.

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

ImageTag

The tag associated with this image. At least one of image_digest or image_tag must be specified.

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

RegistryId

The ID of the Registry where the repository resides.

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

RepositoryName

The name of the ECR Repository.

Declaration
public string RepositoryName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.