Interface CfnTaskTemplate.DefaultFieldValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskTemplate.DefaultFieldValueProperty.Jsii$Proxy
- Enclosing class:
CfnTaskTemplate
@Stability(Stable)
public static interface CfnTaskTemplate.DefaultFieldValueProperty
extends software.amazon.jsii.JsiiSerializable
Describes a default field and its corresponding value.
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.*; DefaultFieldValueProperty defaultFieldValueProperty = DefaultFieldValueProperty.builder() .defaultValue("defaultValue") .id(FieldIdentifierProperty.builder() .name("name") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTaskTemplate.DefaultFieldValueProperty
static final class
An implementation forCfnTaskTemplate.DefaultFieldValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultValue
Default value for the field.- See Also:
-
getId
Identifier of a field.- See Also:
-
builder
-