Initializer
Properties
| Name | Type | Description |
|---|---|---|
condition | typing.Any | This is a boolean expression that should return true if the intended assumption or guarantee is fulfilled or false if it does not. |
error_message | str | This contains the text that Terraform will include as part of error messages when it detects an unmet condition. |
conditionRequired
- Type: typing.Any
error_messageRequired
- Type: str