Class GetImageArgs
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 GetImageArgs : InvokeArgs
Constructors
View SourceGetImageArgs()
Declaration
public GetImageArgs()
Properties
View SourceImageDigest
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 |
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 |
RegistryId
The ID of the Registry where the repository resides.
Declaration
public string RegistryId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RepositoryName
The name of the ECR Repository.
Declaration
public string RepositoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |