class Aws::Appflow::Types::DestinationFieldProperties
The properties that can be applied to a field when connector is being used as a destination.
@!attribute [rw] is_creatable
Specifies if the destination field can be created by the current user. @return [Boolean]
@!attribute [rw] is_nullable
Specifies if the destination field can have a null value. @return [Boolean]
@!attribute [rw] is_upsertable
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do. @return [Boolean]
@!attribute [rw] is_updatable
Specifies whether the field can be updated during an `UPDATE` or `UPSERT` write operation. @return [Boolean]
@!attribute [rw] supported_write_operations
A list of supported write operations. For each write operation listed, this field can be used in `idFieldNames` when that write operation is present as a destination option. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationFieldProperties AWS API Documentation
Constants
- SENSITIVE