- Learning AWS(Second Edition)
- Aurobindo Sarkar Amit Shah
- 159字
- 2021-06-30 18:52:49
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
public class KMSClient{
private String keyId = "arn:aws:kms:us-west-2:450394462648:key/1cd0e2d5-61e1-4a71-a6b2-b9db825c9fce";
private AWSCredentials credentials;
private AWSKMSClient kms;
public KMSClient(){
credentials = new BasicAWSCredentials(accessKey, secretKey);
kms = new AWSKMSClient(credentials);
kms.setEndpoint("kms.us-west-2.amazonaws.com");
}
Any command-line input or output is written as follows:
mkdir a1electronics
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: "From the EC2 navigation pane, click on Instances to view all your EC2 instances."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 網(wǎng)管員典藏書架:網(wǎng)絡(luò)管理與運(yùn)維實(shí)戰(zhàn)寶典
- 異構(gòu)基因共表達(dá)網(wǎng)絡(luò)的分析方法
- Go Web Scraping Quick Start Guide
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- NB-IoT物聯(lián)網(wǎng)技術(shù)解析與案例詳解
- Getting Started with Grunt:The JavaScript Task Runner
- Microservice Patterns and Best Practices
- 2小時讀懂物聯(lián)網(wǎng)
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 工業(yè)互聯(lián)網(wǎng)創(chuàng)新實(shí)踐
- 5G時代的大數(shù)據(jù)技術(shù)架構(gòu)和關(guān)鍵技術(shù)詳解
- 物聯(lián)網(wǎng)與智慧農(nóng)業(yè)
- React Design Patterns and Best Practices(Second Edition)
- Twilio Cookbook(Second Edition)
- 網(wǎng)絡(luò)設(shè)備配置與調(diào)試項(xiàng)目實(shí)訓(xùn)