AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object representing a repository.

Inheritance Hierarchy

System.Object
  Amazon.ECR.Model.Repository

Namespace: Amazon.ECR.Model
Assembly: AWSSDK.ECR.dll
Version: 3.x.y.z

Syntax

C#
public class Repository

The Repository type exposes the following members

Constructors

NameDescription
Public Method Repository()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time, in JavaScript date format, when the repository was created.

Public Property EncryptionConfiguration Amazon.ECR.Model.EncryptionConfiguration

Gets and sets the property EncryptionConfiguration.

The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.

Public Property ImageScanningConfiguration Amazon.ECR.Model.ImageScanningConfiguration

Gets and sets the property ImageScanningConfiguration.

Public Property ImageTagMutability Amazon.ECR.ImageTagMutability

Gets and sets the property ImageTagMutability.

The tag mutability setting for the repository.

Public Property RegistryId System.String

Gets and sets the property RegistryId.

The Amazon Web Services account ID associated with the registry that contains the repository.

Public Property RepositoryArn System.String

Gets and sets the property RepositoryArn.

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository-namespace/repository-name.

Public Property RepositoryName System.String

Gets and sets the property RepositoryName.

The name of the repository.

Public Property RepositoryUri System.String

Gets and sets the property RepositoryUri.

The URI for the repository. You can use this URI for container image push and pull operations.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5