- Amazon Fargate Quick Start Guide
- Deepak Vohra
- 143字
- 2021-08-13 16:07:19
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Verify that the version is 3.0 with the get-host command."
A block of code is set as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "ecs-tasks.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Any command-line input or output is written as follows:
Set-ExecutionPolicy RemoteSigned
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The Edit container dialog gets displayed."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 高效能辦公必修課:Word圖文處理
- PostgreSQL 11 Server Side Programming Quick Start Guide
- Java實(shí)用組件集
- 數(shù)據(jù)中心建設(shè)與管理指南
- 計(jì)算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- 傳感器技術(shù)應(yīng)用
- 現(xiàn)代機(jī)械運(yùn)動(dòng)控制技術(shù)
- Docker High Performance(Second Edition)
- 嵌入式操作系統(tǒng)
- Excel 2010函數(shù)與公式速查手冊
- 啊哈C!思考快你一步
- Machine Learning Algorithms(Second Edition)
- 基于ARM9的小型機(jī)器人制作
- 簡明學(xué)中文版Photoshop
- HBase Essentials