...

Source file src/github.com/aws/aws-sdk-go-v2/service/ecr/doc.go

Documentation: github.com/aws/aws-sdk-go-v2/service/ecr

     1  // Code generated by smithy-go-codegen DO NOT EDIT.
     2  
     3  // Package ecr provides the API client, operations, and parameter types for Amazon
     4  // EC2 Container Registry.
     5  //
     6  // Amazon Elastic Container Registry Amazon Elastic Container Registry (Amazon
     7  // ECR) is a managed container image registry service. Customers can use the
     8  // familiar Docker CLI, or their preferred client, to push, pull, and manage
     9  // images. Amazon ECR provides a secure, scalable, and reliable registry for your
    10  // Docker or Open Container Initiative (OCI) images. Amazon ECR supports private
    11  // repositories with resource-based permissions using IAM so that specific users or
    12  // Amazon EC2 instances can access repositories and images. Amazon ECR has service
    13  // endpoints in each supported Region. For more information, see Amazon ECR
    14  // endpoints (https://docs.aws.amazon.com/general/latest/gr/ecr.html) in the Amazon
    15  // Web Services General Reference.
    16  package ecr
    17  

View as plain text