- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
created_at
Type: TIMESTAMP
Provider name: createdAt
Description: The date and time, in JavaScript date format, when the repository was created.
encryption_configuration
Type: STRUCT
Provider name: encryptionConfiguration
Description: The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
encryption_type
STRING
encryptionType
KMS
encryption type, the contents of the repository will be encrypted using server-side encryption with Key Management Service key stored in KMS. When you use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an KMS key stored in Key Management Service (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256
encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the Amazon Simple Storage Service Console Developer Guide.kms_key
STRING
kmsKey
KMS
encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default Amazon Web Services managed KMS key for Amazon ECR will be used.image_scanning_configuration
Type: STRUCT
Provider name: imageScanningConfiguration
scan_on_push
BOOLEAN
scanOnPush
true
, images will be scanned after being pushed. If this parameter is not specified, it will default to false
and images will not be scanned unless a scan is manually started with the API_StartImageScan API.image_tag_mutability
Type: STRING
Provider name: imageTagMutability
Description: The tag mutability setting for the repository.
policies
Type: UNORDERED_LIST_STRUCT
account_id
STRING
condition
MAP_STRING_STRING
policy_id
STRING
policy_not_principal
STRUCT
policy_id
STRING
principal
STRING
principal_aws
UNORDERED_LIST_STRING
principal_canonical_user
UNORDERED_LIST_STRING
principal_federated
UNORDERED_LIST_STRING
principal_service
UNORDERED_LIST_STRING
policy_principal
STRUCT
policy_id
STRING
principal
STRING
principal_aws
UNORDERED_LIST_STRING
principal_canonical_user
UNORDERED_LIST_STRING
principal_federated
UNORDERED_LIST_STRING
principal_service
UNORDERED_LIST_STRING
principal_aws
UNORDERED_LIST_STRING
statement_action
UNORDERED_LIST_STRING
statement_effect
STRING
statement_has_condition
BOOLEAN
statement_id
INT32
statement_not_action
UNORDERED_LIST_STRING
statement_not_resource
UNORDERED_LIST_STRING
statement_resource
UNORDERED_LIST_STRING
statement_sid
STRING
version_id
STRING
policy_text
Type: STRING
Provider name: policyText
Description: The JSON repository policy text associated with the repository.
registry_id
Type: STRING
Provider name: registryId
Description: The registry ID associated with the request.
repository_arn
Type: STRING
Provider name: repositoryArn
Description: 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
.
repository_name
Type: STRING
Provider name: repositoryName
Description: The repository name associated with the request.
repository_uri
Type: STRING
Provider name: repositoryUri
Description: The URI for the repository. You can use this URI for container image push
and pull
operations.
tags
Type: UNORDERED_LIST_STRING