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-certificateauthority.json
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,21 @@
116
116
],
117
117
"markdownDescription": "Structure that contains X.500 attribute type and value.\n\n---\n\nRequired: No \nUpdate requires: No interruption"
118
118
},
119
+
"CrlDistributionPointExtensionConfiguration": {
120
+
"description": "Configures the default behavior of the CRL Distribution Point extension for certificates issued by your certificate authority",
121
+
"type": "object",
122
+
"additionalProperties": false,
123
+
"properties": {
124
+
"OmitExtension": {
125
+
"type": "boolean",
126
+
"markdownDescription": "\n\n---\n\nRequired: Yes \nType: Boolean \nUpdate requires: No interruption"
127
+
}
128
+
},
129
+
"required": [
130
+
"OmitExtension"
131
+
],
132
+
"markdownDescription": "Configures the default behavior of the CRL Distribution Point extension for certificates issued by your certificate authority\n\n---\n\nRequired: No \nUpdate requires: No interruption"
133
+
},
119
134
"CrlConfiguration": {
120
135
"description": "Your certificate authority can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates that have been revoked.",
121
136
"type": "object",
@@ -140,6 +155,9 @@
140
155
"S3ObjectAcl": {
141
156
"type": "string",
142
157
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
"markdownDescription": "Your certificate authority can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates that have been revoked.\n\n---\n\nRequired: No \nUpdate requires: No interruption"
0 commit comments