Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAssertionReturn_Override ¶ added in v0.12.0
func NewAssertionReturn_Override(a AssertionReturn, message *string, pass *bool)
Create an AssertionReturn. Experimental.
Types ¶
type AssertionReturn ¶ added in v0.12.0
type AssertionReturn interface { // - String message containing information about the result of the assertion. // Experimental. Message() *string // - Boolean pass denoting the success of the assertion. // Experimental. Pass() *bool }
Class representing the contents of a return by an assertion. Experimental.
func NewAssertionReturn ¶ added in v0.12.0
func NewAssertionReturn(message *string, pass *bool) AssertionReturn
Create an AssertionReturn. Experimental.
type TerraformConstructor ¶
type TerraformConstructor struct { // Experimental. TfResourceType *string `field:"required" json:"tfResourceType" yaml:"tfResourceType"` }
Experimental.
Click to show internal directories.
Click to hide internal directories.