Interface CfnTaskTemplate.ReadOnlyFieldInfoProperty

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

@Stability(Stable) public static interface CfnTaskTemplate.ReadOnlyFieldInfoProperty extends software.amazon.jsii.JsiiSerializable
Indicates a field that is read-only to an agent.

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.*;
 ReadOnlyFieldInfoProperty readOnlyFieldInfoProperty = ReadOnlyFieldInfoProperty.builder()
         .id(FieldIdentifierProperty.builder()
                 .name("name")
                 .build())
         .build();
 

See Also: