Interface CfnTemplatePropsMixin.RequiredFieldProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplatePropsMixin.RequiredFieldProperty.Jsii$Proxy
Enclosing class:
CfnTemplatePropsMixin

@Stability(Stable) public static interface CfnTemplatePropsMixin.RequiredFieldProperty extends software.amazon.jsii.JsiiSerializable
List of fields that must have a value provided to create a case.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cases.*;
 RequiredFieldProperty requiredFieldProperty = RequiredFieldProperty.builder()
         .fieldId("fieldId")
         .build();
 

See Also: