| Package | Description |
|---|---|
| software.amazon.cloudformation.resource | |
| software.amazon.cloudformation.resource.exceptions |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
ResourceTypeSchema.getAdditionalIdentifiersAsStrings() |
List<String> |
ResourceTypeSchema.getConditionalCreateOnlyPropertiesAsStrings() |
List<String> |
ResourceTypeSchema.getCreateOnlyPropertiesAsStrings() |
List<String> |
ResourceTypeSchema.getDeprecatedPropertiesAsStrings() |
List<String> |
ResourceTypeSchema.getPrimaryIdentifierAsStrings() |
List<String> |
ResourceTypeSchema.getReadOnlyPropertiesAsStrings() |
List<String> |
ResourceTypeSchema.getWriteOnlyPropertiesAsStrings() |
void |
SchemaValidator.validateObject(org.json.JSONObject modelObject,
org.json.JSONObject schemaObject)
Perform JSON Schema validation for the input model against the specified
schema
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationException |
ValidationException.newScrubbedException(org.everit.json.schema.ValidationException e)
/** In order to ensure sensitive properties aren't displayed, scrub any error
messages that emit property values
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ValidationException.buildFullExceptionMessage(ValidationException e)
Build an exception message containing all nested exceptions
|
| Constructor and Description |
|---|
ValidationException(String message,
List<ValidationException> causingExceptions,
String keyword,
String schemaPointer) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.