Interface CfnTaskTemplate.FieldIdentifierProperty

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

@Stability(Stable) public static interface CfnTaskTemplate.FieldIdentifierProperty extends software.amazon.jsii.JsiiSerializable
The identifier of the task template field.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connect.*;
 FieldIdentifierProperty fieldIdentifierProperty = FieldIdentifierProperty.builder()
         .name("name")
         .build();