You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/schema/resources/aws-acmpca-certificateauthorityactivation.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,27 @@
6
6
"CertificateAuthorityArn": {
7
7
"description": "Arn of the Certificate Authority.",
8
8
"type": "string",
9
-
"markdownDescription": "Arn of the Certificate Authority.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement"
9
+
"markdownDescription": "Arn of the Certificate Authority.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement\n"
10
10
},
11
11
"Certificate": {
12
12
"description": "Certificate Authority certificate that will be installed in the Certificate Authority.",
13
13
"type": "string",
14
-
"markdownDescription": "Certificate Authority certificate that will be installed in the Certificate Authority.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption"
14
+
"markdownDescription": "Certificate Authority certificate that will be installed in the Certificate Authority.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
15
15
},
16
16
"CertificateChain": {
17
17
"description": "Certificate chain for the Certificate Authority certificate.",
18
18
"type": "string",
19
-
"markdownDescription": "Certificate chain for the Certificate Authority certificate.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
19
+
"markdownDescription": "Certificate chain for the Certificate Authority certificate.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
20
20
},
21
21
"Status": {
22
22
"description": "The status of the Certificate Authority.",
23
23
"type": "string",
24
-
"markdownDescription": "The status of the Certificate Authority.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
24
+
"markdownDescription": "The status of the Certificate Authority.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
25
+
},
26
+
"CompleteCertificateChain": {
27
+
"description": "The complete certificate chain, including the Certificate Authority certificate.",
28
+
"type": "string",
29
+
"markdownDescription": "The complete certificate chain, including the Certificate Authority certificate.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\nRead only property: Yes"
25
30
}
26
31
},
27
32
"tagging": {
@@ -77,7 +82,7 @@
77
82
"CompleteCertificateChain": {
78
83
"description": "The complete certificate chain, including the Certificate Authority certificate.",
79
84
"type": "string",
80
-
"markdownDescription": "The complete certificate chain, including the Certificate Authority certificate.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
85
+
"markdownDescription": "The complete certificate chain, including the Certificate Authority certificate.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\nRead only property: Yes"
Copy file name to clipboardExpand all lines: server/schema/resources/aws-acmpca-permission.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,24 @@
9
9
"insertionOrder": false,
10
10
"items": {
11
11
"type": "string",
12
-
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
12
+
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
13
13
},
14
-
"markdownDescription": "The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.\n\n---\n\nRequired: Yes \nType: Array \nUpdate requires: Replacement"
14
+
"markdownDescription": "The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.\n\n---\n\nRequired: Yes \nType: Array \nUpdate requires: Replacement\n"
15
15
},
16
16
"CertificateAuthorityArn": {
17
17
"description": "The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.",
18
18
"type": "string",
19
-
"markdownDescription": "The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement"
19
+
"markdownDescription": "The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement\n"
20
20
},
21
21
"Principal": {
22
22
"description": "The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.",
23
23
"type": "string",
24
-
"markdownDescription": "The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement"
24
+
"markdownDescription": "The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement\n"
25
25
},
26
26
"SourceAccount": {
27
27
"description": "The ID of the calling account.",
28
28
"type": "string",
29
-
"markdownDescription": "The ID of the calling account.\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement"
29
+
"markdownDescription": "The ID of the calling account.\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n"
0 commit comments