Module: AWSCDK::AppConfig::IValidator
- Included in:
- JsonSchemaValidator, LambdaValidator
- Defined in:
- app_config/i_validator.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#content ⇒ String
The content of the validator.
-
#type ⇒ AWSCDK::AppConfig::ValidatorType
The type of validator.
Class Method Details
.jsii_overridable_methods ⇒ Object
20 21 22 23 24 25 |
# File 'app_config/i_validator.rb', line 20 def self.jsii_overridable_methods { :content => { kind: :property, name: "content", is_optional: false }, :type => { kind: :property, name: "type", is_optional: false }, } end |
Instance Method Details
#content ⇒ String
The content of the validator.
9 10 11 |
# File 'app_config/i_validator.rb', line 9 def content() jsii_get_property("content") end |
#type ⇒ AWSCDK::AppConfig::ValidatorType
The type of validator.
16 17 18 |
# File 'app_config/i_validator.rb', line 16 def type() jsii_get_property("type") end |