Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
Tentang entri file AWS CodeBuild log
Trail adalah konfigurasi yang memungkinkan pengiriman peristiwa sebagai file log ke bucket S3 yang Anda tentukan. CloudTrail file log berisi satu atau lebih entri log. Peristiwa mewakili permintaan tunggal dari sumber manapun dan mencakup informasi tentang tindakan yang diminta, tanggal dan waktu tindakan, parameter permintaan, dan sebagainya. CloudTrail file log bukanlah jejak tumpukan yang dipesan dari API panggilan publik, sehingga tidak muncul dalam urutan tertentu.
catatan
Untuk melindungi informasi sensitif, berikut ini disembunyikan di CodeBuild log:
-
AWS kunci aksesIDs. Untuk informasi selengkapnya, lihat Mengelola Kunci Akses untuk IAM Pengguna di Panduan AWS Identity and Access Management Pengguna.
-
String ditentukan menggunakan Parameter Store. Untuk informasi selengkapnya, lihat Systems Manager Parameter Store dan Systems Manager Parameter Store Console Walkthrough di Panduan Pengguna Amazon EC2 Systems Manager.
-
String ditentukan menggunakan AWS Secrets Manager. Untuk informasi selengkapnya, lihat Manajemen kunci.
Contoh berikut menunjukkan entri CloudTrail log yang menunjukkan pembuatan proyek build di CodeBuild.
{ "eventVersion": "1.05", "userIdentity": { "type": "FederatedUser", "principalId": "
account-ID
:user-name
", "arn": "arn:aws:sts::account-ID
:federated-user/user-name
", "accountId": "account-ID
", "accessKeyId": "access-key-ID
", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2016-09-06T17:59:10Z" }, "sessionIssuer": { "type": "IAMUser", "principalId": "access-key-ID
", "arn": "arn:aws:iam::account-ID
:user/user-name
", "accountId": "account-ID
", "userName": "user-name
" } } }, "eventTime": "2016-09-06T17:59:11Z", "eventSource": "codebuild.amazonaws.com", "eventName": "CreateProject", "awsRegion": "region-ID
", "sourceIPAddress": "127.0.0.1", "userAgent": "user-agent
", "requestParameters": { "awsActId": "account-ID
" }, "responseElements": { "project": { "environment": { "image": "image-ID", "computeType": "BUILD_GENERAL1_SMALL", "type": "LINUX_CONTAINER", "environmentVariables": [] }, "name": "codebuild-demo-project", "description": "This is my demo project", "arn": "arn:aws:codebuild:region-ID
:account-ID
:project/codebuild-demo-project:project-ID
", "encryptionKey": "arn:aws:kms:region-ID
:key-ID
", "timeoutInMinutes": 10, "artifacts": { "location": "arn:aws:s3:::codebuild-region-ID
-account-ID
-output-bucket", "type": "S3", "packaging": "ZIP", "outputName": "MyOutputArtifact.zip" }, "serviceRole": "arn:aws:iam::account-ID
:role/CodeBuildServiceRole", "lastModified": "Sep 6, 2016 10:59:11 AM", "source": { "type": "GITHUB", "location": "https://github.com/my-repo.git" }, "created": "Sep 6, 2016 10:59:11 AM" } }, "requestID": "9d32b228-745b-11e6-98bb-23b67EXAMPLE", "eventID": "581f7dd1-8d2e-40b0-aeee-0dbf7EXAMPLE", "eventType": "AwsApiCall", "recipientAccountId": "account-ID
" }